Version 8: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
(178 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Major New Features ==
== Major New Features ==
# Auto Generate PhoneGap images
# PhoneGap: Auto Generate images, streamlined operation
# Python 3
# Electron: Streamlined operation - much easier to use!
# wxPython 4
# Hot Reload: Restarting in browser doesn't create new tab
# Better Electron support
# Python 3: AppStudio used to be in Python 2. Now we're up to date.
# Windows 64 is required. (MacOS already required 64 bit)
# wxPython 4: The UI AppStudio uses is now also up to to date.
# Windows 64 is now required. (MacOS already required 64 bit)


== Upgrading ==
== Upgrading ==
Line 11: Line 12:


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.
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 8.5.6.0 ==
# [[Using_Node_and_Electron_to_build_Desktop_Apps|Electron]]: Fix problems caused by updated libraries
# [[EULA]]: Encode newlines properly
# [[QRCode]]: Update library to 1.5.0
# QRCode: add new options argument to setValue
# QRCode: add new options property in Design Screen
# Libraries: Update to current versions
# Windows 11: Now fully supported
# SQLite: Fix bug in empty tables test (Windows only)
# Bootstrap: Update to 4.6.1
# Libraries: Update to current versions
# VoltBuilder: fix 'Cannot find googlePlayKey' message
# Electron: Fix 'isElectron not defined' by adding contextIsolation: false, enableRemoteModule: true to webPreferences.
# Electron: Update electron-build to 22.13.1
# Node: Update to 16.13.1
# IDE: Fix drag and crash when moving Help panel.
# IDE: Fix link to VoltSigner on Run menu.
# Navs: Navs.value returns the correct value.
# Code Window: Lint button fixed.
# Update copyright to 2022.
# Eslint: Update to use latest version and API
# MacOS Installer: simplify notarization.
== Version 8.5.5.0 ==
# [[Properties_Window#Project_Properties|Project Properties]]: New androidPackageType to build .aab files
# BS4: Fix problem with icons and i18n.
# Installer: PyInstaller updated to 4.5
# Libraries: lots of updates!
# Runtime: Don't output anything if no fontfamily on body.
# Runtime: Javascript ValueOf was calling a BASIC function.
# Runtime: remove redundant line in asStyle.css
# Runtime: remove some unneeded debugging
# Samples: update Barcode sample.(Thanks, LotsOfCows!)
# [[Sqlimport|SQLImport]]: fix NSB.overwriteNever when using SQLite plugin.
# SQLite: fix error in error trapping function.
== Version 8.5.4.0 ==
# [[Input (Bootstrap)|BS4 Input]]: Add new Datetime-local input type.
# [[Code Window]]: fix 'async function' in function list
# Code Window: fix error in building function list
# [[Cordova]]: Improve some descriptions.
# [[Using Node and Electron to build Desktop Apps|Electron]]: Start app issue on Mac OS fixed.
# [[Deploy Bar|Local Deploy]]: Skip the confirm message.
# MacOS: Notarization now works - New installs should be much more smooth.
# Node: Updated to 14.16.1
# [[Preferences|Preferences - VoltServer]]: Default email to registered email.
# Preferences - VoltServer: Disable unusable buttons.
# Preferences: Create new VoltServer account goes to correct page
# Preferences: Put VoltBuilder and VoltServer tabs in order.
# Runtime: Import large SQLite databases fixed on iOS web apps.
# Samples: Fix TwoForms sample
# [[Volt for appstudio|VoltServer]] - clear voltID and voltDomain when loading samples.
# VoltServer - Dashboard: Update to Bootstrap 4.
# VoltServer: Default email to registered email if not set up in Prefs.
# VoltServer: Erase account information when license is deactivated.
# VoltServer: Give a better message if account not set up properly.
# VoltServer: Pass email address to Forgot Password dialog.
# Windows: Window 10 is now required. (Windows 7 is EOL by Microsoft)
== Version 8.5.3.0 ==
# IDE: Python updated to 3.9
# IDE: Translation files updated.
# IDE: Add a ctrl+p shortcut to open older projects.
# IDE: Change "Volt Server" to "VoltServer"
# Design Screen: fix jqWidgets controls not appearing, caused by IE11 ECMAScript incompatibilities. (Windows)
# Design Screen: Drag handles disappeared sometimes (MacOS only)
# Installer: Sign some additional libraries (MacOS), update for Python 9
# Runtime: Body should inherit color and background-color (Dark mode)
# Translation: Clean up some text strings for better translation.
# Node: Update to 14.16.0.
'''Breaking change''': Windows 7 is no longer supported. Microsoft dropped support for Windows 7 a while ago. Now, the libraries we use to build AppStudio are dropping support for Windows 7.
== Version 8.5.2.0 ==
# SQLite: Does not execute [[SqlImport]] until initialization is complete.
# SQLite: If a Cordova SQLite plugin is specified in config.xml, it will override the native WebSQL. (possible breaking change!)
# VoltServer: Deploy without an account disabled in demo.
# VoltServer: Volt and Volt server are now called VoltServer
# Demo: Period shortened to 10 days due to abuse.
# IDE: Node updated to version 14.16.
'''Breaking change''': Native apps now use the SQLite plugin if specified in config.xml. If you used the native WebSQL (built into the browser) and switch to using the SQLite plugin, you'll need to plan to export your SQLite data from the native WebSQL and import it to the new plugin - the data will not carry over automatically. The [[SqlExport|SQLExport]] and [[SqlImport]] functions may help you.
== Version 8.5.1.0 ==
# Browser Arrows: Navigo changed to 7.1.3. Seems to clear up issues.
# Installer: Workaround for bug in underlying strptime module which broke About.
# Sample: Get rid of more PhoneGap references.
# VoltBuilder: fix a problem when using Demo interface (8.5.1.1)
== Version 8.5.0.0 ==
# IDE: wxPython updated to 4.1.1. Uses wxWidgets 3.1. Tons of fixes and minor improvements, and it just looks better.
# BS4: [https://blog.getbootstrap.com/ Updated to 4.6]
# BS4: [https://bootswatch.com/ Bootswatch] themes updated to 4.6
# BS4: [[Input (Bootstrap)|Input]] password now has option to toggle plain text on or off.
# BS4: [[Navs (Bootstrap)|Navs]] - fix .clear() and .addItem() functions
# BS4: [[Slider (Bootstrap)|Slider]] - Add .hide() and .show() functions
# Code Window: Improve function list to catch more JavaScript function formats.
# Code Window: Improved function name find.
# IDE: MacOS: control keys for copy and paste work in dialog windows.
# Demo: Do not allow Cordova Build.
# Deploy: Allow wasm files to be deployed.
# Deploy: Some redundant code eliminated - may be quicker
# Design Screen: Change "Add Component" to "Add Control".
# [[Using Node and Electron to build Desktop Apps|Electron]]: Spaces are not allowed in Title
# Electron: Updated to 9.4.0. (electron-builder and npm also updated)
# IDE: Copyright is now 2021
# IDE: MacOS: control keys for copy and paste work in dialog windows.
# Installer: Windows signing certificate renewed.
# Navigo: Updated to 8.4.3. Used by BrowserArrows (see sample)
# [[Properties and Methods|Project Properties]]: Remove androidDname - replaced by [https://volt.build/certificate/ VoltSigner]
# [[Properties and Methods|Project Properties]]: Signing filenames default to [https://volt.build/certificate/ VoltSigner's] values.
# Run Menu: Add "Get Signing Certificate with VoltSigner" .
# Run Menu: Change "Volt" to "Volt Server".
# Samples: Change PhoneGap references to VoltBuilder.
# Samples: Volt Services is now called VoltServer.
# Samples: SQLSample1 updated.
# Samples: Some samples would not open due to a PWA_manifest problem.
# SQLite: [[SqlOpenDatabase]] now takes only 1 argument.
# SQLite: When running as a native app, the Cordova library is used instead of the browser's.
# VoltBuilder: Default key names to be same as [https://volt.build/certificate/ VoltSigner] defaults.
# VoltBuilder: Remove reference to xmlns:gap in default config.xml
# VoltBuilder/Cordova: Main() is now called on [https://cordova.apache.org/docs/en/9.x/cordova/events/events.html#deviceready deviceready event].
# [https://volt.build/certificate/ VoltSigner]: added to Run menu.
'''Breaking change''': When running as a native app, the Cordova SQLite library is used instead of the browser's. That means the database data will be saved in the file system and not in the browser's sandbox. Please check where your app is saving the data: you may have to consider a migration strategy if you are affected. Please contact support@appstudio.dev if you need help. The need for this changed comes from Safari changing support for WebSQL. This does NOT affect web apps.
== Version 8.4.2.0 ==
# [https://volt.build/certificate/ Certificate Wizard]: Make Android and iOS certificates easily.
# [[Input (Bootstrap)|BootStrap Input]]: minlength added as a property.
# [[Grid|Common Grid]]: addCols() wasn't setting cell ids properly.
# Installer: Updated to the latest pyInstaller
# [[Obfuscation|Obfuscator]]: Updated to the latest version. stringArrayEncoding is now an array.
# Samples: Update button on JavaScript NorthWind sample fixed.
# Windows Installer: Fixed a problem with the certificate
== Version 8.4.1.5 ==
# Cordova: Now outputs resources properly.
# Deploy: Improve the deploy confirmation message.
# Deploy: Content Security Policy is now output for all deploys except desktop
# [[NSB.MsgBox|MsgBox]]: new option to put data url in custom button.
# Sample: MsgBox sample fixed - icon was not displaying properly.
# VoltBuilder: Account errors (like expired) are reported properly.
# Wiki: extensive updates, especially moving from PhoneGap to VoltBuilder
# Wiki: offline copy updated.
== Version 8.4.1.0 ==
# VoltBuilder: Only generate images for platform being built.
# VoltBuilder: Add properties for [https://volt.build/docs/google_play/ upload to Google Play Store].
# VoltBuilder: Add properties for [https://volt.build/docs/itunes/ upload to iTunes App Store].
# VoltBuilder: Add prompt before submitting build.
# Deploy: Add confirm prompt to FTP/SFTP Deploy.
# Runtime: Defer execution of SQLImport until after load completes.
# Deploy: Content Security Policy is now output for all jobs.
# Project Properties: Content Security Policy moved from VoltBuilder to General.
== Version 8.4.0.0 ==
# VoltBuilder now uploads to the Apple Store after building.
# Build using VoltBuilder now hooked into VoltBuilder billing.
# Preferences: VoltBuilder panel now accepts API Credentials.
# Preferences: Links changed to buttons to fix MacOS issue.
# About: New Deregister button removes serial number from copy.
# References to PhoneGap removed.
# BS4, BS3: Text alignment now works properly.
# Bootstrap: Updated to 4.5.3.
# DataTables: Updated to latest version (different modules).
# Libraries: Upgraded to Python 3.8.
# DropDMG: Updated to 3.6
== Version 8.3.0.1 ==
# VoltBuilder: token expiry extended to 1 hour.
# VoltBuilder Status: Now updates every 10 seconds.
== Version 8.3.0.0 ==
# PhoneGap Build: All references removed. PhoneGap has been discontinued by Adobe.
# VoltBuilder has replaced PhoneGap Build in AppStudio.
# VoltBuilder: work files removed after upload
# VoltBuilder: name of downloaded file uses project name.
# VoltBuilder Status: Now works like PhoneGap Status used to.
# VoltBuilder: Proper token now sent on submit.
# VoltBuilder: Use VoltBuilder API when submitting jobs.
# VoltBuilder: recover gracefully from bad data in config.xml.
# jqWidgets: Set theme properly on jqxPhotoGallery.
# Samples: All PhoneGap samples now reference Cordova and have been renamed.
== Version 8.2.2.0 ==
# Bootstrap: Updated to 4.5.2
# Bootstrap: add 'auto' option to Bootstrap position
# VoltBuilder: Timing out too quickly in some cases.
# VoltBuilder: improve error messages and logging
# VoltBuilder: make log downloadable after successful build.
== Version 8.2.1.0 ==
# VoltBuilder: pass through email address
# VoltBuilder: Don't open VoltBuilder Status if already open.
# Bootstrap: Updated to 4.5.1
# Bootstrap Themes: Updates to 4.5.1
# DataTables: Updated all libraries to latest version.
== Version 8.2.0.0 ==
# VoltBuilder: Improve interface - better information and reporting.
# PhoneGap: Move it down the menu (will be removed soon)
== Version 8.1.0.6 ==
# VoltBuilder: Fixed a problem with dates when uploading
== Version 8.1.0.5 ==
# VoltBuilder: Update interface - server interface was changed.
# Samples: Improve Adsense sample
# VoltBuilder: Improve message on build exception
== Version 8.1.0.4 ==
# VoltBuilder: display download info in a new window.
== Version 8.1.0.3 ==
# VoltBuilder: clean up HTML on return
== Version 8.1.0.2 ==
# VoltBuilder: Android Alias had wrong edit type.
== Version 8.1.0.1 ==
# VoltBuilder: Fixed problem with androidDname
== Version 8.1.0 ==
# NEW: [[VoltBuilder]] replacement for PhoneGap Build
# NEW: Automatic creation of Android keystores.
# BS4: Fix Navs.addItem()
# Icons and Splash Screen: generator updated.
# Internal: Updated to jQuery 3.5.1
# Internal: Updated to Node 12.16.3
# Internal: Updated to Python 3.8.2
# jqxValidator: Allow the id to be other than Validator1.
# Resources: Fix config.xml paths due to change in cordova-build
# Samples: Clean up PlaySound sample.
# Samples: VoltBuilder, Cordova and Electron will ask you to save to a working folder.
# Stripe: Don't throw an error if Stripe is offline.
# VoltBuilder: new Certificates folder in all projects.
== Version 8.0.6 ==
# [[PhoneGap CLI]] renamed [[Cordova]]
# Cordova: Completely renovated, simpler and easier to use.
# Cordova: Uses wxWebView (required by Apple)
# PhoneGap config.xml: Now uses wkWebView, as required by Apple.
# Project Properties: New Cordova Command property.
# Project Properties: PhoneGap section now named "PhoneGap and Cordova"
# [[Modal_(Bootstrap)|BS4 Modal]]: Add ids to title, header, body and footer.
# [[Label|Common Controls: Label]] - alignVertical with height=auto fixed.
# Controls: Add onfocusin event to list of events for all Input controls.
# Controls: Add oninput event to list of events for all Input controls.
# [[Cordova]]: Build using XCode 11 (required by Apple)
# Design Screen: Problem with rotation fixed.
# [[Using_Node_and_Electron_to_build_Desktop_Apps|Electron]]: ElectronMain now passes eslint.
# Electron: Give error message if icon not found.
# Electron: was getting default icon from wrong folder.
# Electron: New electronIcon property.
# [[Form|Forms]]: Bounds properties now properly note how fullscreen is handled.
# Installer: Properties for AppStudio.exe now shows the version.
# [[Progressive_Web_Apps|PWA]]: Don't cache php files.
# PWA: Use default scope instead of explicit. Clears a Chrome warning message.
# Samples: Improved BS4 Modal sample. (Thanks, Gary!)
== Version 8.0.5 ==
# [[Frameworks|BS3]]: Change icon color to red, so it looks more obsolete.
# [[Frameworks|BS4]]: Update Sketchy theme.
# [[Using_Node_and_Electron_to_build_Desktop_Apps|Electron]]: Don't include PWA files.
# Electron: Fix formatting error in electronMain.js.
# Electron: Use main icon, not PhoneGap icon.
# Offline Help: fixed on Windows (was OK on MacOS)
# [[Progressive_Web_Apps|PWA]]: Allow multiple apps on the same server by checking id when clearing cache.
# Samples: Fix problems with Camera samples. (Thanks, bsommer!)
# Samples: Update all PhoneGap config.xml properties
To install on MacOS Catalina, you may need to right click on the .dmg file. Apple has just increased the security requirements for apps, and one of the libraries we (and millions of others) use has not been updated to this standard yet.
== Version 8.0.4 ==
# BS4 Checkbox: Do not allow multiline strings for value property.
# BS4: Remove references to Bootstrap-theme.min.css
# BS4: Themes all updated.
# Design Screen: Do not allow designHeight/Width to be strings.
# Electron: Error on deploy fixed.
# Project Explorer: Do not append "copy" if not needed when cut/pasting controls.
# Project: manifest.json and package.json are pure JSON now.
# Samples: Camera sample is now in JavasScript.
# Samples: PhoneGap samples were trying to load unneeded files.
# Samples: Problem with PhoneGapCamera fixed. (Thanks, BSommer!)
# SQLite: Problem with deploying databases with app fixed.
# Translation: "Replace" on Find screen now appears in the proper language.
# Translation: Deutsch was adding an extra space to file names.
# Translation: German translations improved.
# Windows: Round icons now appear everywhere.
== Version 8.0.3 ==
# [[Progressive Web Apps|PWA]]: 'disablePWA' is now called 'Make PWA?'
# PWA: Test new variable NSB.PWA if see if running as a PWA.
# PWA: If not running as a PWA, don't initialize PWA.
# [https://blog.appstudio.dev/2018/10/as7-syntax-checking-for-javascript/ esLint]: Handles Windows line ending properly.
# Design Screen: Problem with deleting controls which have been cut and pasted fixed.
# Samples: Fix JavaScript version of Camera sample.
# [https://bootswatch.com/ BS4 themes]: Fix spelling of Lumen.
# BS4 themes: Paper and Readable shouldn't have been listed.
# BS4 themes: Litera and Sketchy added.
# Libraries: Updates to Python, Node, obfuscater, eslint and more.
== Version 8.0.2 ==
# Bootstrap 4: bootstrap-enhanced.css removed - obsolete.
# Controls: Emoji in text fields now display properly.
# Deploy: obsolete code for nsbapp.com removed.
# Images: Do not delete image file when control referencing it is deleted.
# Properties Grid: Duplicate ID numbers checked.
# Samples: Dark Mode sample improved.
# Windows: File Version fixed in Windows' Properties.
# Windows: Signing certificate updated.
== Version 8.0.1 ==
# [[About Screen|About]]: Display serial number
# [[Introduction_to_Bootstrap|Bootstrap]]: Make themes easier to see and preview.
# [[Using_Node_and_Electron_to_build_Desktop_Apps|Electron]]: IScroll now loads properly.
# [[Code Window]]: Remembers position when switching forms.
# IDE: Copyright dates changed to 2020.
# IDE: Fix error on startup - deploy_deploymode not initialized
# MacOS: Builds are notarized, so they should work with Catalina's security.
# MacOS: Minimum version is now 10.13 (High Sierra).
# [[Progressive_Web_Apps|PWA]]: Duplicate filenames are handled properly.
# PWA: Filenames with spaces work properly.
# PWA: Fix missing function in PWA.js
# PWA: new onPWAReload() event gets called when new version detected. Can be used to override default behaviour.
# Translations: Add full Chinese Traditional
# Updates: URLs are no longer hard coded.
# [[Validation]]: Library updated to 1.19.1.
# Wiki: Offline edition's Search feature fixed.


== Version 8.0.0 ==
== Version 8.0.0 ==


Here's a list of what is new!
Here's a list of what is new.


If you own a previous version of AppStudio and not have a subscription, you need to buy the upgrade to use Version 8. You can do this from within the app or from our order form.
If you own a previous version of AppStudio and do not have a subscription, you need to buy the upgrade to use Version 8. You can do this from within the app or from our order form.


Until you have bought the upgrade, you can use AppStudio 8 in Demo mode for up to 30 days. Once you buy, your copy will convert automatically to the full version.
Until you have bought the upgrade, you can use AppStudio 8 in Demo mode for up to 30 days. Once you buy, your copy will convert automatically to the full version.


===IDE - General===
===IDE===
====General====
# AppStudio icon updated to a more modern circle style.
# AppStudio icon updated to a more modern circle style.
# Dark Mode: While AppStudio can make Dark Mode apps, it does not support Dark Mode fully itself. There are still parts of the underlying wxWidgets library that its developers need to work on.
# Dark Mode Support: AppStudio can now make Dark Mode apps. AppStudio does not support Dark Mode fully itself: there are still parts of the underlying wxWidgets library that its developer's need to work on.
# Filename checking improved. Properly supports spaces, underbars, dashes and periods.
# Opens to HelloWorld the first time AppStudio is started.
# Check for updates on startup.
# [[Menu_Options#Tools|Tools Menu]]: New option to open project in GitHub website.
# Tools Menu: New option to open project in GitHub Desktop app.
# New version check on startup.
# Landscape enabled in the Layout option of the browser's Print dialog.
# [[Menu_Options#Run|Run menu]]: If Local Path is not defined, Deploy Local can now start the app after Deploy.
# Run menu: Deploy option now uses the deploy method selected in the picker.


===Code Window===
====Code Window====
# Keyboard shortcuts now work on MacOS
# More keyboard shortcuts now work on MacOS
# eslint messages now show just the first 10,000 characters (fixes an error)
# [[Code Window|eslint]] messages now show just the first 10,000 characters (fixes an error)
# Pasted code with smart quotes no longer crashes Code Window.


===Design Screen===
====Design Screen====
# Hang which could be caused by adding and deleting a jQM control fixed.
# Hang which could be caused by adding and deleting a jQM control fixed.
# Right clicking on a control will refer to the control, not its parent.
# Changes to Project CSS are updated in the Design Screen right away.


===Project Explorer===
====Preferences====
# A download directory has been added to PhoneGap Preferences.
# Option to specify deploy location removed from Deploy Preferences.


===Libraries===
====Project Explorer====
# Filenames with spaces can be dragged and dropped.
# Filenames now display their actual names.


===Toolbox===
====Project Properties====
# Background: Set this to inherit to enable dark mode.
# PWA: New 'disable PWA' property turns off creation of PWA.


===Project===
====Status Bar====
# Project Properties: Set background to inherit to enable dark mode.
# Updates more frequently
# Project Properties: New PWA 'disable PWA' property turns off creation of PWA.
 
===Forms===


===Runtime===
===Runtime===
# Async/Await support added.
# Async/Await support added.
 
# "apple-mobile-web-app-capable" no longer included in head.
===Preferences===
# "jquery 3.3.1 SNYK-JS-JQUERY-174006 assets/www/nsb/library/jquery3.js" message from Google fixed.
# A download directory has been added to PhoneGap Preferences.


===Deploy Methods===
===Deploy Methods===
Line 59: Line 408:


====PhoneGap====
====PhoneGap====
# New PhoneGap icon property added. Should be 1024x1024 png.
# New PhoneGap splash property added. Should be 2732x2732 png.
# If icon or splash are the wrong size or missing, a 'Missing source image' message is shown.
# All required icons are now automatically generated.
# All required splash screens are now automatically generated.
# Config.xml is automatically updated with the correct paths for icons and splashes.
# 'Generate Icons for PhoneGap' removed from Tools menu.
# 'Generate Icons for PhoneGap' removed from Tools menu.
# Errors in config.xml now throw an appropriate message.
# Errors in config.xml now throw an appropriate message.
# Build counter property added. Increments on each build and updates config.xml.
# Build counter property added. Increments on each build and updates config.xml.
# CSP is now required for all PhoneGap apps (Google requirement).
# CSP is now required for all PhoneGap apps (Google requirement).
# New PhoneGap icon property added. Should be 1024x1024 png.
# All required icons are now automatically generated.
# All required splash screens are now automatically generated.
# Config.xml is automatically updated with the correct paths for icons and splashes.
# PhoneGap samples now give a warning when not run with PhoneGap.
# PhoneGap samples now give a warning when not run with PhoneGap.
# After PhoneGap app is generated, it is automatically downloaded.
# PhoneGap Preferences: Download directory added.
# A download directory has been added to PhoneGap Preferences.
# Get Native Build Status: After PhoneGap app is generated, it is automatically downloaded.
# A reasonable filename is now generated for download PhoneGap apps.
# A reasonable filename is now generated for download PhoneGap apps.
# PWA code is no longer included in PhoneGap apps.
# PWA code is no longer included in PhoneGap apps.
# QR Code is no longer displayed if no PhoneGap account.
# QR Code is no longer displayed if no PhoneGap account.
# PhoneGap Status exits if new project loaded.


====PWA====
====PWA====
Line 78: Line 430:
# Add project property to turn off PWA code.
# Add project property to turn off PWA code.
# Better message given when starting PWA with file://. Must be started from a server.
# Better message given when starting PWA with file://. Must be started from a server.
# 'scope' line added to manifest.json for iOS.


===Frameworks===
===Frameworks===
Another year has passed without updates to jQuery Mobile. 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]].
Bootstrap 3 has been replaced by Bootstrap 4. We recommend switching to the new version.


====AppStudio====
====AppStudio====
Line 86: Line 443:
# Listgroup: Using button style with appearances now works properly.
# Listgroup: Using button style with appearances now works properly.
# Textarea: Use rows property, not height, to set size of control.
# Textarea: Use rows property, not height, to set size of control.
# Updated to Bootstrap 4.4.1
# Datatables controls updated to current version.


====Bootstrap 3====
====Bootstrap 3 (Obsolete)====
# Now marked as Obsolete in the Toolbox and Samples.
# Now marked as Obsolete in the Toolbox and Samples.


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


====jQuery Mobile====
====jQuery Mobile (Obsolete)====
# Now marked as Obsolete in the Toolbox and Samples.
# Now marked as Obsolete in the Toolbox and Samples.


Line 112: Line 472:
# Samples automatically have BASIC library included, in case they use those functions.
# Samples automatically have BASIC library included, in case they use those functions.
# jQuery Mobile removed from all samples.
# jQuery Mobile removed from all samples.
# ScrollingForm sample now uses native scrolling, not iScroll.


=== Documentation ===
=== Documentation ===
Line 127: Line 488:
=== Breaking Changes ===
=== Breaking Changes ===
# [https://support.microsoft.com/en-us/help/15056/windows-32-64-bit-faq 64-bit Windows] is required. 32-bit Windows will not work any more: some of the underlying libraries AppStudio uses are not available in 32 bit.
# [https://support.microsoft.com/en-us/help/15056/windows-32-64-bit-faq 64-bit Windows] is required. 32-bit Windows will not work any more: some of the underlying libraries AppStudio uses are not available in 32 bit.
# MacOS 10.9 or later is required.
# AppStudio now installs to c:/Program Files, not c:/Program Files (x86). You may need to [[Solutions_to_Common_Problems#How_can_I_do_a_complete_uninstall.3F|do a complete uninstall]] for this to happen.
# MacOS 10.13 or later is required.
# The PhoneGap config.xml property needs to be updated. Fill in values for PhoneGap Icon (1024) and Splash (2732), then delete these lines from config.xml. AppStudio now generates this content automatically:<br>* Sections with &lt;icon lines<br>* Sections with &lt;splash lines<br>* &lt;gap:splash src='{splashscreen}'/><br>Or, start fresh by copying the config.xml sample in shown [[Submitting_to_the_iOS_App_Store#Config.xml|here]] and adding any other changes you have made. Don't forget to delete all the old icons and splashscreens which are no longer needed.

Revision as of 18:31, 2 January 2022

Major New Features

  1. PhoneGap: Auto Generate images, streamlined operation
  2. Electron: Streamlined operation - much easier to use!
  3. Hot Reload: Restarting in browser doesn't create new tab
  4. Python 3: AppStudio used to be in Python 2. Now we're up to date.
  5. wxPython 4: The UI AppStudio uses is now also up to to date.
  6. Windows 64 is now required. (MacOS already required 64 bit)

Upgrading

If you have AppStudio 7 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 8.5.6.0

  1. Electron: Fix problems caused by updated libraries
  2. EULA: Encode newlines properly
  3. QRCode: Update library to 1.5.0
  4. QRCode: add new options argument to setValue
  5. QRCode: add new options property in Design Screen
  6. Libraries: Update to current versions
  7. Windows 11: Now fully supported
  8. SQLite: Fix bug in empty tables test (Windows only)
  9. Bootstrap: Update to 4.6.1
  10. Libraries: Update to current versions
  11. VoltBuilder: fix 'Cannot find googlePlayKey' message
  12. Electron: Fix 'isElectron not defined' by adding contextIsolation: false, enableRemoteModule: true to webPreferences.
  13. Electron: Update electron-build to 22.13.1
  14. Node: Update to 16.13.1
  15. IDE: Fix drag and crash when moving Help panel.
  16. IDE: Fix link to VoltSigner on Run menu.
  17. Navs: Navs.value returns the correct value.
  18. Code Window: Lint button fixed.
  19. Update copyright to 2022.
  20. Eslint: Update to use latest version and API
  21. MacOS Installer: simplify notarization.


Version 8.5.5.0

  1. Project Properties: New androidPackageType to build .aab files
  2. BS4: Fix problem with icons and i18n.
  3. Installer: PyInstaller updated to 4.5
  4. Libraries: lots of updates!
  5. Runtime: Don't output anything if no fontfamily on body.
  6. Runtime: Javascript ValueOf was calling a BASIC function.
  7. Runtime: remove redundant line in asStyle.css
  8. Runtime: remove some unneeded debugging
  9. Samples: update Barcode sample.(Thanks, LotsOfCows!)
  10. SQLImport: fix NSB.overwriteNever when using SQLite plugin.
  11. SQLite: fix error in error trapping function.

Version 8.5.4.0

  1. BS4 Input: Add new Datetime-local input type.
  2. Code Window: fix 'async function' in function list
  3. Code Window: fix error in building function list
  4. Cordova: Improve some descriptions.
  5. Electron: Start app issue on Mac OS fixed.
  6. Local Deploy: Skip the confirm message.
  7. MacOS: Notarization now works - New installs should be much more smooth.
  8. Node: Updated to 14.16.1
  9. Preferences - VoltServer: Default email to registered email.
  10. Preferences - VoltServer: Disable unusable buttons.
  11. Preferences: Create new VoltServer account goes to correct page
  12. Preferences: Put VoltBuilder and VoltServer tabs in order.
  13. Runtime: Import large SQLite databases fixed on iOS web apps.
  14. Samples: Fix TwoForms sample
  15. VoltServer - clear voltID and voltDomain when loading samples.
  16. VoltServer - Dashboard: Update to Bootstrap 4.
  17. VoltServer: Default email to registered email if not set up in Prefs.
  18. VoltServer: Erase account information when license is deactivated.
  19. VoltServer: Give a better message if account not set up properly.
  20. VoltServer: Pass email address to Forgot Password dialog.
  21. Windows: Window 10 is now required. (Windows 7 is EOL by Microsoft)

Version 8.5.3.0

  1. IDE: Python updated to 3.9
  2. IDE: Translation files updated.
  3. IDE: Add a ctrl+p shortcut to open older projects.
  4. IDE: Change "Volt Server" to "VoltServer"
  5. Design Screen: fix jqWidgets controls not appearing, caused by IE11 ECMAScript incompatibilities. (Windows)
  6. Design Screen: Drag handles disappeared sometimes (MacOS only)
  7. Installer: Sign some additional libraries (MacOS), update for Python 9
  8. Runtime: Body should inherit color and background-color (Dark mode)
  9. Translation: Clean up some text strings for better translation.
  10. Node: Update to 14.16.0.

Breaking change: Windows 7 is no longer supported. Microsoft dropped support for Windows 7 a while ago. Now, the libraries we use to build AppStudio are dropping support for Windows 7.

Version 8.5.2.0

  1. SQLite: Does not execute SqlImport until initialization is complete.
  2. SQLite: If a Cordova SQLite plugin is specified in config.xml, it will override the native WebSQL. (possible breaking change!)
  3. VoltServer: Deploy without an account disabled in demo.
  4. VoltServer: Volt and Volt server are now called VoltServer
  5. Demo: Period shortened to 10 days due to abuse.
  6. IDE: Node updated to version 14.16.

Breaking change: Native apps now use the SQLite plugin if specified in config.xml. If you used the native WebSQL (built into the browser) and switch to using the SQLite plugin, you'll need to plan to export your SQLite data from the native WebSQL and import it to the new plugin - the data will not carry over automatically. The SQLExport and SqlImport functions may help you.

Version 8.5.1.0

  1. Browser Arrows: Navigo changed to 7.1.3. Seems to clear up issues.
  2. Installer: Workaround for bug in underlying strptime module which broke About.
  3. Sample: Get rid of more PhoneGap references.
  4. VoltBuilder: fix a problem when using Demo interface (8.5.1.1)

Version 8.5.0.0

  1. IDE: wxPython updated to 4.1.1. Uses wxWidgets 3.1. Tons of fixes and minor improvements, and it just looks better.
  2. BS4: Updated to 4.6
  3. BS4: Bootswatch themes updated to 4.6
  4. BS4: Input password now has option to toggle plain text on or off.
  5. BS4: Navs - fix .clear() and .addItem() functions
  6. BS4: Slider - Add .hide() and .show() functions
  7. Code Window: Improve function list to catch more JavaScript function formats.
  8. Code Window: Improved function name find.
  9. IDE: MacOS: control keys for copy and paste work in dialog windows.
  10. Demo: Do not allow Cordova Build.
  11. Deploy: Allow wasm files to be deployed.
  12. Deploy: Some redundant code eliminated - may be quicker
  13. Design Screen: Change "Add Component" to "Add Control".
  14. Electron: Spaces are not allowed in Title
  15. Electron: Updated to 9.4.0. (electron-builder and npm also updated)
  16. IDE: Copyright is now 2021
  17. IDE: MacOS: control keys for copy and paste work in dialog windows.
  18. Installer: Windows signing certificate renewed.
  19. Navigo: Updated to 8.4.3. Used by BrowserArrows (see sample)
  20. Project Properties: Remove androidDname - replaced by VoltSigner
  21. Project Properties: Signing filenames default to VoltSigner's values.
  22. Run Menu: Add "Get Signing Certificate with VoltSigner" .
  23. Run Menu: Change "Volt" to "Volt Server".
  24. Samples: Change PhoneGap references to VoltBuilder.
  25. Samples: Volt Services is now called VoltServer.
  26. Samples: SQLSample1 updated.
  27. Samples: Some samples would not open due to a PWA_manifest problem.
  28. SQLite: SqlOpenDatabase now takes only 1 argument.
  29. SQLite: When running as a native app, the Cordova library is used instead of the browser's.
  30. VoltBuilder: Default key names to be same as VoltSigner defaults.
  31. VoltBuilder: Remove reference to xmlns:gap in default config.xml
  32. VoltBuilder/Cordova: Main() is now called on deviceready event.
  33. VoltSigner: added to Run menu.

Breaking change: When running as a native app, the Cordova SQLite library is used instead of the browser's. That means the database data will be saved in the file system and not in the browser's sandbox. Please check where your app is saving the data: you may have to consider a migration strategy if you are affected. Please contact support@appstudio.dev if you need help. The need for this changed comes from Safari changing support for WebSQL. This does NOT affect web apps.

Version 8.4.2.0

  1. Certificate Wizard: Make Android and iOS certificates easily.
  2. BootStrap Input: minlength added as a property.
  3. Common Grid: addCols() wasn't setting cell ids properly.
  4. Installer: Updated to the latest pyInstaller
  5. Obfuscator: Updated to the latest version. stringArrayEncoding is now an array.
  6. Samples: Update button on JavaScript NorthWind sample fixed.
  7. Windows Installer: Fixed a problem with the certificate

Version 8.4.1.5

  1. Cordova: Now outputs resources properly.
  2. Deploy: Improve the deploy confirmation message.
  3. Deploy: Content Security Policy is now output for all deploys except desktop
  4. MsgBox: new option to put data url in custom button.
  5. Sample: MsgBox sample fixed - icon was not displaying properly.
  6. VoltBuilder: Account errors (like expired) are reported properly.
  7. Wiki: extensive updates, especially moving from PhoneGap to VoltBuilder
  8. Wiki: offline copy updated.

Version 8.4.1.0

  1. VoltBuilder: Only generate images for platform being built.
  2. VoltBuilder: Add properties for upload to Google Play Store.
  3. VoltBuilder: Add properties for upload to iTunes App Store.
  4. VoltBuilder: Add prompt before submitting build.
  5. Deploy: Add confirm prompt to FTP/SFTP Deploy.
  6. Runtime: Defer execution of SQLImport until after load completes.
  7. Deploy: Content Security Policy is now output for all jobs.
  8. Project Properties: Content Security Policy moved from VoltBuilder to General.

Version 8.4.0.0

  1. VoltBuilder now uploads to the Apple Store after building.
  2. Build using VoltBuilder now hooked into VoltBuilder billing.
  3. Preferences: VoltBuilder panel now accepts API Credentials.
  4. Preferences: Links changed to buttons to fix MacOS issue.
  5. About: New Deregister button removes serial number from copy.
  6. References to PhoneGap removed.
  7. BS4, BS3: Text alignment now works properly.
  8. Bootstrap: Updated to 4.5.3.
  9. DataTables: Updated to latest version (different modules).
  10. Libraries: Upgraded to Python 3.8.
  11. DropDMG: Updated to 3.6

Version 8.3.0.1

  1. VoltBuilder: token expiry extended to 1 hour.
  2. VoltBuilder Status: Now updates every 10 seconds.

Version 8.3.0.0

  1. PhoneGap Build: All references removed. PhoneGap has been discontinued by Adobe.
  2. VoltBuilder has replaced PhoneGap Build in AppStudio.
  3. VoltBuilder: work files removed after upload
  4. VoltBuilder: name of downloaded file uses project name.
  5. VoltBuilder Status: Now works like PhoneGap Status used to.
  6. VoltBuilder: Proper token now sent on submit.
  7. VoltBuilder: Use VoltBuilder API when submitting jobs.
  8. VoltBuilder: recover gracefully from bad data in config.xml.
  9. jqWidgets: Set theme properly on jqxPhotoGallery.
  10. Samples: All PhoneGap samples now reference Cordova and have been renamed.

Version 8.2.2.0

  1. Bootstrap: Updated to 4.5.2
  2. Bootstrap: add 'auto' option to Bootstrap position
  3. VoltBuilder: Timing out too quickly in some cases.
  4. VoltBuilder: improve error messages and logging
  5. VoltBuilder: make log downloadable after successful build.

Version 8.2.1.0

  1. VoltBuilder: pass through email address
  2. VoltBuilder: Don't open VoltBuilder Status if already open.
  3. Bootstrap: Updated to 4.5.1
  4. Bootstrap Themes: Updates to 4.5.1
  5. DataTables: Updated all libraries to latest version.

Version 8.2.0.0

  1. VoltBuilder: Improve interface - better information and reporting.
  2. PhoneGap: Move it down the menu (will be removed soon)

Version 8.1.0.6

  1. VoltBuilder: Fixed a problem with dates when uploading

Version 8.1.0.5

  1. VoltBuilder: Update interface - server interface was changed.
  2. Samples: Improve Adsense sample
  3. VoltBuilder: Improve message on build exception

Version 8.1.0.4

  1. VoltBuilder: display download info in a new window.

Version 8.1.0.3

  1. VoltBuilder: clean up HTML on return

Version 8.1.0.2

  1. VoltBuilder: Android Alias had wrong edit type.

Version 8.1.0.1

  1. VoltBuilder: Fixed problem with androidDname

Version 8.1.0

  1. NEW: VoltBuilder replacement for PhoneGap Build
  2. NEW: Automatic creation of Android keystores.
  3. BS4: Fix Navs.addItem()
  4. Icons and Splash Screen: generator updated.
  5. Internal: Updated to jQuery 3.5.1
  6. Internal: Updated to Node 12.16.3
  7. Internal: Updated to Python 3.8.2
  8. jqxValidator: Allow the id to be other than Validator1.
  9. Resources: Fix config.xml paths due to change in cordova-build
  10. Samples: Clean up PlaySound sample.
  11. Samples: VoltBuilder, Cordova and Electron will ask you to save to a working folder.
  12. Stripe: Don't throw an error if Stripe is offline.
  13. VoltBuilder: new Certificates folder in all projects.

Version 8.0.6

  1. PhoneGap CLI renamed Cordova
  2. Cordova: Completely renovated, simpler and easier to use.
  3. Cordova: Uses wxWebView (required by Apple)
  4. PhoneGap config.xml: Now uses wkWebView, as required by Apple.
  5. Project Properties: New Cordova Command property.
  6. Project Properties: PhoneGap section now named "PhoneGap and Cordova"
  7. BS4 Modal: Add ids to title, header, body and footer.
  8. Common Controls: Label - alignVertical with height=auto fixed.
  9. Controls: Add onfocusin event to list of events for all Input controls.
  10. Controls: Add oninput event to list of events for all Input controls.
  11. Cordova: Build using XCode 11 (required by Apple)
  12. Design Screen: Problem with rotation fixed.
  13. Electron: ElectronMain now passes eslint.
  14. Electron: Give error message if icon not found.
  15. Electron: was getting default icon from wrong folder.
  16. Electron: New electronIcon property.
  17. Forms: Bounds properties now properly note how fullscreen is handled.
  18. Installer: Properties for AppStudio.exe now shows the version.
  19. PWA: Don't cache php files.
  20. PWA: Use default scope instead of explicit. Clears a Chrome warning message.
  21. Samples: Improved BS4 Modal sample. (Thanks, Gary!)

Version 8.0.5

  1. BS3: Change icon color to red, so it looks more obsolete.
  2. BS4: Update Sketchy theme.
  3. Electron: Don't include PWA files.
  4. Electron: Fix formatting error in electronMain.js.
  5. Electron: Use main icon, not PhoneGap icon.
  6. Offline Help: fixed on Windows (was OK on MacOS)
  7. PWA: Allow multiple apps on the same server by checking id when clearing cache.
  8. Samples: Fix problems with Camera samples. (Thanks, bsommer!)
  9. Samples: Update all PhoneGap config.xml properties

To install on MacOS Catalina, you may need to right click on the .dmg file. Apple has just increased the security requirements for apps, and one of the libraries we (and millions of others) use has not been updated to this standard yet.

Version 8.0.4

  1. BS4 Checkbox: Do not allow multiline strings for value property.
  2. BS4: Remove references to Bootstrap-theme.min.css
  3. BS4: Themes all updated.
  4. Design Screen: Do not allow designHeight/Width to be strings.
  5. Electron: Error on deploy fixed.
  6. Project Explorer: Do not append "copy" if not needed when cut/pasting controls.
  7. Project: manifest.json and package.json are pure JSON now.
  8. Samples: Camera sample is now in JavasScript.
  9. Samples: PhoneGap samples were trying to load unneeded files.
  10. Samples: Problem with PhoneGapCamera fixed. (Thanks, BSommer!)
  11. SQLite: Problem with deploying databases with app fixed.
  12. Translation: "Replace" on Find screen now appears in the proper language.
  13. Translation: Deutsch was adding an extra space to file names.
  14. Translation: German translations improved.
  15. Windows: Round icons now appear everywhere.

Version 8.0.3

  1. PWA: 'disablePWA' is now called 'Make PWA?'
  2. PWA: Test new variable NSB.PWA if see if running as a PWA.
  3. PWA: If not running as a PWA, don't initialize PWA.
  4. esLint: Handles Windows line ending properly.
  5. Design Screen: Problem with deleting controls which have been cut and pasted fixed.
  6. Samples: Fix JavaScript version of Camera sample.
  7. BS4 themes: Fix spelling of Lumen.
  8. BS4 themes: Paper and Readable shouldn't have been listed.
  9. BS4 themes: Litera and Sketchy added.
  10. Libraries: Updates to Python, Node, obfuscater, eslint and more.

Version 8.0.2

  1. Bootstrap 4: bootstrap-enhanced.css removed - obsolete.
  2. Controls: Emoji in text fields now display properly.
  3. Deploy: obsolete code for nsbapp.com removed.
  4. Images: Do not delete image file when control referencing it is deleted.
  5. Properties Grid: Duplicate ID numbers checked.
  6. Samples: Dark Mode sample improved.
  7. Windows: File Version fixed in Windows' Properties.
  8. Windows: Signing certificate updated.

Version 8.0.1

  1. About: Display serial number
  2. Bootstrap: Make themes easier to see and preview.
  3. Electron: IScroll now loads properly.
  4. Code Window: Remembers position when switching forms.
  5. IDE: Copyright dates changed to 2020.
  6. IDE: Fix error on startup - deploy_deploymode not initialized
  7. MacOS: Builds are notarized, so they should work with Catalina's security.
  8. MacOS: Minimum version is now 10.13 (High Sierra).
  9. PWA: Duplicate filenames are handled properly.
  10. PWA: Filenames with spaces work properly.
  11. PWA: Fix missing function in PWA.js
  12. PWA: new onPWAReload() event gets called when new version detected. Can be used to override default behaviour.
  13. Translations: Add full Chinese Traditional
  14. Updates: URLs are no longer hard coded.
  15. Validation: Library updated to 1.19.1.
  16. Wiki: Offline edition's Search feature fixed.

Version 8.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 8. You can do this from within the app or from our order form.

Until you have bought the upgrade, you can use AppStudio 8 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 more modern circle style.
  2. Dark Mode Support: AppStudio can now make Dark Mode apps. AppStudio does not support Dark Mode fully itself: there are still parts of the underlying wxWidgets library that its developer's need to work on.
  3. Filename checking improved. Properly supports spaces, underbars, dashes and periods.
  4. Opens to HelloWorld the first time AppStudio is started.
  5. Check for updates on startup.
  6. Tools Menu: New option to open project in GitHub website.
  7. Tools Menu: New option to open project in GitHub Desktop app.
  8. New version check on startup.
  9. Landscape enabled in the Layout option of the browser's Print dialog.
  10. Run menu: If Local Path is not defined, Deploy Local can now start the app after Deploy.
  11. Run menu: Deploy option now uses the deploy method selected in the picker.

Code Window

  1. More keyboard shortcuts now work on MacOS
  2. eslint messages now show just the first 10,000 characters (fixes an error)
  3. Pasted code with smart quotes no longer crashes Code Window.

Design Screen

  1. Hang which could be caused by adding and deleting a jQM control fixed.
  2. Right clicking on a control will refer to the control, not its parent.
  3. Changes to Project CSS are updated in the Design Screen right away.

Preferences

  1. A download directory has been added to PhoneGap Preferences.
  2. Option to specify deploy location removed from Deploy Preferences.

Project Explorer

  1. Filenames with spaces can be dragged and dropped.
  2. Filenames now display their actual names.

Project Properties

  1. Background: Set this to inherit to enable dark mode.
  2. PWA: New 'disable PWA' property turns off creation of PWA.

Status Bar

  1. Updates more frequently

Runtime

  1. Async/Await support added.
  2. "apple-mobile-web-app-capable" no longer included in head.
  3. "jquery 3.3.1 SNYK-JS-JQUERY-174006 assets/www/nsb/library/jquery3.js" message from Google fixed.

Deploy Methods

Electron

  1. 'Make Desktop App using Electron' added to Run menu
  2. 'Make Desktop App for Distribution' added to Run menu
  3. Electron build now uses Electron-build library.
  4. ElectronWeather sample updated to use electron-build.
  5. Electron Wiki article updated to show how to use electron-build manually.

PhoneGap

  1. New PhoneGap icon property added. Should be 1024x1024 png.
  2. New PhoneGap splash property added. Should be 2732x2732 png.
  3. If icon or splash are the wrong size or missing, a 'Missing source image' message is shown.
  4. All required icons are now automatically generated.
  5. All required splash screens are now automatically generated.
  6. Config.xml is automatically updated with the correct paths for icons and splashes.
  7. 'Generate Icons for PhoneGap' removed from Tools menu.
  8. Errors in config.xml now throw an appropriate message.
  9. Build counter property added. Increments on each build and updates config.xml.
  10. CSP is now required for all PhoneGap apps (Google requirement).
  11. PhoneGap samples now give a warning when not run with PhoneGap.
  12. PhoneGap Preferences: Download directory added.
  13. Get Native Build Status: After PhoneGap app is generated, it is automatically downloaded.
  14. A reasonable filename is now generated for download PhoneGap apps.
  15. PWA code is no longer included in PhoneGap apps.
  16. QR Code is no longer displayed if no PhoneGap account.
  17. PhoneGap Status exits if new project loaded.

PWA

  1. Errors in manifest.json now throw an appropriate message.
  2. Add project property to turn off PWA code.
  3. Better message given when starting PWA with file://. Must be started from a server.
  4. 'scope' line added to manifest.json for iOS.

Frameworks

Another year has passed without updates to jQuery Mobile. 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.

Bootstrap 3 has been replaced by Bootstrap 4. We recommend switching to the new version.

AppStudio

Bootstrap 4

  1. Listgroup: Using button style with appearances now works properly.
  2. Textarea: Use rows property, not height, to set size of control.
  3. Updated to Bootstrap 4.4.1
  4. Datatables controls updated to current version.

Bootstrap 3 (Obsolete)

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

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.

jqWidgets

BASIC

  1. Async and Await are translated properly.
  2. False syntax error on Catch fixed.

Samples

  1. All: All samples now use Bootstrap 4 controls.
  2. New Async sample shows how to use Async/Await.
  3. New DarkMode samples shows how to initiate dark mode.
  4. PhoneGap samples now give a warning when not run with PhoneGap.
  5. GoogleMaps sample now tells user an API key is needed.
  6. jqxComboBox sample fixed.
  7. StockQuote sample dropped.
  8. Samples automatically have BASIC library included, in case they use those functions.
  9. jQuery Mobile removed from all samples.
  10. ScrollingForm sample now uses native scrolling, not iScroll.

Documentation

Internals

  1. Python updated from 2.7 to 3.7.
  2. wxPython updated to Version 4 ("Phoenix")
  3. All references to hfunc.js removed (obsolete)
  4. jQuery updated to 3.4.1
  5. Customer and level set in .env (affects dev environment only)
  6. Code quality improved by linting
  7. Windows installer: now built by InnoSetup 6.0.3
  8. Windows installer: appearance updated

Breaking Changes

  1. 64-bit Windows is required. 32-bit Windows will not work any more: some of the underlying libraries AppStudio uses are not available in 32 bit.
  2. AppStudio now installs to c:/Program Files, not c:/Program Files (x86). You may need to do a complete uninstall for this to happen.
  3. MacOS 10.13 or later is required.
  4. The PhoneGap config.xml property needs to be updated. Fill in values for PhoneGap Icon (1024) and Splash (2732), then delete these lines from config.xml. AppStudio now generates this content automatically:
    * Sections with <icon lines
    * Sections with <splash lines
    * <gap:splash src='{splashscreen}'/>
    Or, start fresh by copying the config.xml sample in shown here and adding any other changes you have made. Don't forget to delete all the old icons and splashscreens which are no longer needed.