Version 9: Difference between revisions
No edit summary |
|||
Line 3: | Line 3: | ||
== Major New Features == | == Major New Features == | ||
# BootStrap 5 support added | # BootStrap 5 support added | ||
# VoltBuilder integration improved. | |||
== Upgrading == | == Upgrading == | ||
Line 20: | Line 21: | ||
===IDE=== | ===IDE=== | ||
====General==== | ====General==== | ||
# AppStudio icon updated to a | # AppStudio icon updated to a modern squared circle. | ||
====Code Window==== | ====Code Window==== | ||
====Design Screen==== | ====Design Screen==== | ||
====Preferences==== | ====Preferences==== | ||
====Project Explorer==== | ====Project Explorer==== | ||
====Project Properties==== | ====Project Properties==== | ||
===Runtime=== | ===Runtime=== | ||
===Deploy Methods=== | ===Deploy Methods=== | ||
====Electron==== | ====Electron==== | ||
====PhoneGap==== | ====PhoneGap==== | ||
# | # PhoneGap dropped - no longer in business. | ||
==== | ===Frameworks=== | ||
Bootstrap 5 has been released. The developers continue to support Bootstrap 4 as well: both are supported by AppStudio. | |||
Bootstrap 3 is no longer supported. We recommend [[Converting_jQuery_Mobile_to_Bootstrap_4|converting to Bootstrap 4] or Bootstrap 5. | |||
jQuery Mobile is no longer supported. That's 5 years now. While the controls still work, for the most part, they throw error messages in Chrome for using insecure libraries. We recommend [[Converting_jQuery_Mobile_to_Bootstrap_4|converting to Bootstrap 4]] or Bootstrap 5. | |||
====AppStudio==== | ====AppStudio==== | ||
====Bootstrap 5==== | |||
# Listgroup: Using button style with appearances now works properly. | |||
# Textarea: Use rows property, not height, to set size of control. | |||
# Updated to Bootstrap 4.4.1 | |||
# Datatables controls updated to current version. | |||
====Bootstrap 4==== | ====Bootstrap 4==== | ||
Line 109: | Line 63: | ||
# Updated to Bootstrap 4.4.1 | # Updated to Bootstrap 4.4.1 | ||
# Datatables controls updated to current version. | # Datatables controls updated to current version. | ||
====Common==== | ====Common==== | ||
Line 123: | Line 74: | ||
=== BASIC === | === BASIC === | ||
=== Samples === | === Samples === | ||
Line 132: | Line 81: | ||
=== Internals === | === Internals === | ||
=== Breaking Changes === | === Breaking Changes === | ||
Revision as of 20:18, 25 May 2023
The version is not yet released - it is in bata.
Major New Features
- BootStrap 5 support added
- VoltBuilder integration improved.
Upgrading
If you have AppStudio 8 or older and don't have a subscription, you will need to get the upgrade to use these new features. You can order it here.
If you like would to try it first, download from the 'Check for Updates' screen in the Help menu. You'll get a demo copy.
Version 9.0.0
Here's a list of what is new.
If you own a previous version of AppStudio and do not have a subscription, you need to buy the upgrade to use Version 9. You can do this from within the app or from our order form.
Until you have bought the upgrade, you can use AppStudio 9 in Demo mode for up to 30 days. Once you buy, your copy will convert automatically to the full version.
IDE
General
- AppStudio icon updated to a modern squared circle.
Code Window
Design Screen
Preferences
Project Explorer
Project Properties
Runtime
Deploy Methods
Electron
PhoneGap
- PhoneGap dropped - no longer in business.
Frameworks
Bootstrap 5 has been released. The developers continue to support Bootstrap 4 as well: both are supported by AppStudio.
Bootstrap 3 is no longer supported. We recommend [[Converting_jQuery_Mobile_to_Bootstrap_4|converting to Bootstrap 4] or Bootstrap 5.
jQuery Mobile is no longer supported. That's 5 years now. While the controls still work, for the most part, they throw error messages in Chrome for using insecure libraries. We recommend converting to Bootstrap 4 or Bootstrap 5.
AppStudio
Bootstrap 5
- Listgroup: Using button style with appearances now works properly.
- Textarea: Use rows property, not height, to set size of control.
- Updated to Bootstrap 4.4.1
- Datatables controls updated to current version.
Bootstrap 4
- Listgroup: Using button style with appearances now works properly.
- Textarea: Use rows property, not height, to set size of control.
- Updated to Bootstrap 4.4.1
- Datatables controls updated to current version.
Common
- Forms: iScroll no longer used - use native scrolling instead.
- QRCode: setValue added to autocomplete in Code Window
jQuery Mobile (Obsolete)
- Now marked as Obsolete in the Toolbox and Samples.
jqWidgets
BASIC
Samples
- BootStrap 5 samples added.