1 min read
September report 2024
A quick overview of all changes and news from the entire Total.js Platform. Read more about our work.
September report 2024
Total.js framework 5
- extended
HTMLParser
by adding selector for prefixes, example:node.find('xsd:')
- fixed parsing attributes with the
_
character in theHTMLParser
- fixed parsing unpair XML elements in the
HTMLParser
- improved Markdown parser in
j-Markdown
- improved
user
property in theAction
declartion - added
F.extend(prototype, name, fn)
for extending Total.js prototypes - fixed assigning the
name
field in FlowStream - fixed prerendering UI after manual using
Flow.add()
method
Total.js framework 4
- improved Markdown parser in
j-Markdown
UI components
- updated
j-ShoppingCart
- improved
.upd()
method in thej-ShoppingCart
component - added
invalidform
option toj-ListForm
- improved Markdown parser in
j-Markdown
- added a small timeout for
dirdetail
option inj-Input
Flow
- improved creating default identifiers for new components
Flow designer
- improved creating default identifiers for new components
Flow designer offline
- improved creating default identifiers for new components
UI Builder
- added a new event
UIBuilder.on('loading', (app, percentage) => console.log(percentage))
- added a progress bar to the UI Builder editor
Todomator
- improved
Unread
section - updated UI components
- improved meta HTML tags
CMS
- updated default template by adding possibility to remove
spa.min@19.css
- added support for external scripts for CMS editor (
CMS_script
class)
Other posts from Total.js Platform
- 2024-09-27Total.js UI Builder: #2 designing your first interface
- 2024-09-26Total.js V5: Middlewares
- 2024-09-23Beginner Guide to Total.js UI: # 05 Client-side routing
- 2024-09-23Total.js UI #4: Data Binding (Part 2 – Practical Example)
- 2024-09-20Introduction to Total.js UI Builder: A Beginner’s Guide
- 2024-09-13Total.js v5: #06 Understanding File Routing
- 2024-09-09Total.js v5: Defining Routes for Internal Errors
- 2024-09-09Total.js V5: Dynamic websocket routing
- 2024-09-09Total.js V5: Websocket Routing
- 2024-09-09Total.js v5: Understanding standard routing