The Thorium Builder 1.1 Simulator has been improved and now displays the point accurate sizes.
iPhone X/XR simulator also includes the notch and rounded corners for a more realistic WebApp Preview.
The Simulator can be now closed by using the CMD+W Shortcut.
The “Add to Home Screen” user Dialog is now completely Customisable. (PWA)
The ftp Uploader window now includes a new option that lets you publish the database changes only.
This option is useful if you made some changes to the database contents and want to upload the modification to the server without re-uploading the whole project.
User Forms API Call (WEBAPP)
The WebApp user Forms can now call a script/API when the user click on the Submit Button.
Adding User Authentification process to your app is now a piece of cake: just load the Authentification Plugin and drop the New authentification Widgets to your App.
This set of components implements a simple mechanism for user authentication on WebApps with strong one-way bcrypt hashing algorithm
Although Thorium Builder lets you design functional WebApps / Web Sites without coding, it can be sometimes useful to add custom code.
In order to simplify the process of adding code to a project, Thorium Builder includes a new option that allows you respond to events: events attached to a Widget (Click, mouseover, et…) or global events attached to the WebApp or Website.
By Right-Clicking on a Widget, you can directly access to the widget/App events as shown in the screen shot on the right.
The necessary Code for responding to an event is automatically added and editable within a basic code editor, including syntax colorisation. (see screen shot on the left).
Note that it is possible to edit this code from another editor (Visual Studio, etc…)
With the All new JSON API Widget combined to the Framework7 Virtual List, it is now possible to display a set of data from a JSON local File or a remote API.
The Widget can display image list as well and includes a search bar.
A JSON List can be linked to a JSON Detail form that will display all the information for the selected record.
This Detail Form can display text fields as well as multimedia items (Pictures, Videos, and Audio files)
API Rest Implementation Example
An API is now available for reading and writing to the SQLLite Database files from an external process.
The API documentation is in progress.
The HTML Snippet object now includes a Size helper with different display ratio: 16by9, 4by3, 1by1 or Cover Mode (Height 100%)
HTML Code is now displayed using Syntax Colorisation.
...