2 min read
September report 2022
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
September report 2022
UI components
- added a new component
j-GPS
- updated
j-Menu
by addingitem.color
(by Gera G. Güiles) j-Page
added support for auto adding~PATH~
to thePLUGIN(function(
pharsej-Part
added support for auto adding~PATH~
to thePLUGIN(function(
pharsej-Parts
added support for auto adding~PATH~
to thePLUGIN(function(
pharsej-Pages
added support for auto adding~PATH~
to thePLUGIN(function(
pharsej-Importer
added support for auto adding~PATH~
to thePLUGIN(function(
pharse- fixed CSS and improved number formatting in
j-DataTable
- improved rendering of
j-Properties
- added
minimize
,maximize
andfocus
handlers toj-Windows
- fixed
mouse
hover inj-Directory
- added
.focus
delegate to thej-Dashboard
- fixed responsivity in
j-Box
- extended functionality in
j-Wysiwyg
- added a support for the
transparent
background forj-ImageUploader
jComponent library
- fixed AJAX calls with
()
brackets
Total.js framework 4
- improved
encode
argument inString.args()
- now it can be afunction(val, key)
- fixed routing
- improved schemas by adding
schema.action()
method - added
CALL(schema, model, [controller])
method - added
schema.action(name, options)
method - fixed sending files via
REQUEST()
method (a problem with the buffer) - added
$.variables(str, [data])
method- the
str
argument supports dynamic arguments in the form{user.key}, {model.key}, {data.key}, {params.key} or {query.key}
- the
- added
QueryBuilder.audit($, [message], [type])
method- the
message
argument supports dynamic arguments in the form{user.key}, {model.key}, {data.key}, {params.key} or {query.key}
- the
Total.js Code
- fixed remote code execution #12
- fixed ordering in the snippets list
Total.js OpenSync
- improved
Clients
list by adding app name
Total.js Flow
- added support for Python syntax highlighting
- added a new component:
Merge
- updated jComponent
- fixed auto-complete in the
CodeMirror
component - added dynamic arguments to
Redirect
component
Total.js FlowStream
- fixed
j-FaIcons
- fixed auto-complete in the
CodeMirror
component
Total.js Code Editor
- fixed full-text search
- updated jComponent
- updated auto-complete list by adding new keywords:
NEWAPI()
API()
CALL()
schema.action()
Other posts from Total.js Platform
- 2024-11-13Benchmarking Node.js Frameworks: selecting your framework for 2025!
- 2024-11-01October report 2024
- 2024-10-22Performance Testing: Total.js vs. NestJS
- 2024-10-01September report 2024
- 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