Version 9: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
Line 130: Line 130:
# Toolbox: Give BS5 controls a different icon color.
# Toolbox: Give BS5 controls a different icon color.
# Windows Installer: use new icon
# Windows Installer: use new icon
=== Changes in Beta 4 ===
# Language files updated
# BS5: Error in Textarea sample fixed.
# ReadMe: Version number in heading fixed.

Revision as of 13:01, 15 December 2023

The version is not yet released - it is in bata.

Major New Features

  1. AI Coding Assistant to help you with your code
  2. Bootstrap 5 support added
  3. SQL WASM support added
  4. VoltBuilder integration improved.
  5. Online Wiki - server reconfigured for faster response

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

  1. AppStudio icon updated to a modern squared circle.
  2. Registration and validation now uses new backend stem.

Code Window

  1. New AI Coding Assistant icon added.
  2. Code formatting updated to use Prettier instead of jsBeautifier
  3. Switching between tabs is now faster.
  4. Format Code is now in sync with Check Syntax.
  5. Format Code now uses the latest JS best practices.
  6. Changed indent preference takes effect immediately.
  7. Using the Functions window to navigate code has been improved.
  8. eslintRules can be used to fine tune syntax checking.

Design Screen

  1. Stability of dragging controls improved.
  2. Avoid adding control to container it already is in.
  3. Fix underlining and reporting of syntax errors in code.

Runtime

  1. Change delays in startup to improve import of SQLite databases.
  2. SQLite error messages improved.
  3. Option to use SQLite WASM added to libraries.

Deploy Methods

  1. Cordova: remove option from Run menu.
  2. VoltBuilder: Rename "VoltBuilder and Cordova" to "Cordova"
  3. VoltBuilder: Remove "Cordova command" property.
  4. VoltBuilder: Add "Release" and "Platform" properties.
  5. VoltBuilder: properties renamed to be consistent with VoltBuilder docs.
  6. VoltBuilder: Use utf-8 encoding to handle extended characters in Arabic, Hebrew, etc.
  7. VoltBuilder: Improve handling of special characters in "description" property.
  8. VoltBuilder: Update "config.xml" property template for latest requirements.
  9. VoltBuilder Status: Work gracefully if job not submitted yet.
  10. Electron: updated to latest version

Electron

  1. Packages listed in package.json are now deployed with your project.
  2. Updated to latest version.

ToolBox

  1. SQLite WASM added

PhoneGap

  1. 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. 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.

Bootstrap 5

  1. Complete new framework. Read about Bootstrap 5.

Bootstrap 4

  1. Select: name and required properties are now implemented.
  2. New themes: morph, quartz, vapor, yeti and zephyr.

Common

  1. Forms: iScroll no longer used - use native scrolling instead.
  2. QRCode: setValue added to autocomplete in Code Window

jQuery Mobile (Obsolete)

  1. Now marked as Obsolete in the Toolbox and Samples.

Samples

  1. BootStrap 5 samples added.
  2. SQLSample1, 2 and 3 updated to use SQLite WASM

Internals

  1. jQuery updated to 3.7
  2. Python updated to 3.8.10.
  3. Node updated to 20
  4. Many, many internal libraries updated.
  5. PDFMake updated to fix unsafe-eval issue.

Breaking Changes

  1. Calling Cordova to build your project locally is no longer supported. Use VoltBuilder instead - it's much easier and is mult-platform. (If you need to build locally, you can use the files in the VoltBuilder folder which is created on a deploy to VoltBuilder)

Changes in Beta 2

  1. BS5 Select: enable header and footer properties.
  2. BS5 Select: fix problem with default value for items.
  3. BS5: Update to 5.3.
  4. Deploy: fix error on Windows local deploy when using Hebrew.
  5. Electron: isElectron set earlier in startup - fixes possible runtime error.
  6. PWA: Improve description on PWA Manifest property.
  7. Samples: Add missing descriptions to some samples.
  8. Samples: Fix JS Northwind sample.
  9. Samples: HeaderBodyFooter: Add comment to app describing what it is for.
  10. Samples: Splitview: Add comment to app describing what it is for.
  11. Windows icon updated to new artwork
  12. Windows installer now shows 9.0.0.0

Changes in Beta 3

  1. BS4: Toast - Add z-index property
  2. BS5: Checkbox - enable header and footer properties.
  3. BS5: Input controls - fix link to Wiki
  4. BS5: Toast - Add z-index property
  5. Design Screen: Add warning for mixed frameworks (like BS4 and BS5 in same project)
  6. Docs: Update ReadMe
  7. Samples: PictureBox - fix image not showing
  8. Samples: StudentsLocalStorage - Add a message if record not found
  9. Toolbox: Give BS5 controls a different icon color.
  10. Windows Installer: use new icon