BANano 9.02 Released. See:
https://www.b4x.com/android/forum/t...h-abstract-designer-support.99740/post-627764
IMPORTANT TAKE A BACKUP!
Ability to be able to
make Web Components. (creating your own HTML Tags)
Web components are a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to use in web pages and web apps. Custom components and widgets build on the Web Component standards, will work across modern browsers, and can be used with any JavaScript library or framework that works with HTML.
See Chapter 17 in the booklet for more information
Several bug fixes where done with one important one you should be aware of:
BANano.Split(). After spending quite some time looking why some code did work in B4J but not in BANano, we found out that the split functionality is very different between Java and JavaScript, especially when it comes to empty values before and after the delimiter. As we strive to have as much compatibility between B4J and BANano code,
we have now made the JavaScript behavior identical to how it works in Java. So if you have used this method, you should check your code. It may or may not have impact on your code.
Note: You can now also use Regex.Split() in your BANano code (not the other RegEx methods. You can use BANanoRegEx for that).
BANanoSkeleton has also some bug fixes and 3 new components:
SKSVGSurface
SKTimeStartStop
SKTreeView
Alwaysbusy