2 min read
September report 2023
A quick overview of all changes and news from the entire Total.js Platform. Read more about our work.
September report 2023
New apps
New Total.js services
- Total.js Cloud - https://account.totaljs.com/cloud/
- Total.js App Monitoring - https://account.totaljs.com/monitor/
- Total.js Forum - https://account.totaljs.com/forum/
Todomator
- added copying highlighted text in Markdown
UI components
- extended
app
option inj-UIBuilder
- fixed folder icon in
j-Crop
- improved performance in
j-Flow
- added
dirfilter
config option to thej-Input
component
Total.js UI Library
- added
component.CMD(name, [a], [b], [c], [d], [e])
method for evaluating of registered commands - added
@nohistory
flag in theREDIRECT()
method - added
diff
flag forSET()
method
UI Builder
- fixed condition in
show
component by Dodo - improved
instance.validate()
now, it can returnArray
orString
(as an error message) - added
instance.errors() {Array}
that can parse theinstance.state.invalid
value
Total.js framework 4
- added
CONF.logger
that enables the writing ofconsole
into the/logs/debug.log
file - fixed
encryption
in actions - improved
edit
source-code functionality- improved schema by adding
nocompress {Boolean}
field
- improved schema by adding
- fixed setting values
0
,false
andnull
inFlowStreamMessage.send()
method - extended
LOADRESOURCE()
methodLOADRESOURCE(url)
for downloading multiple localizationsLOADRESOURCE(name, url)
for downloading single localization
- add support for generating source map
/index.js.map
(only fordebug
mode)routes: [Object]
actions: [Object]
plugins: [Object]
Total.js Examples
Total.js OpenFiles
- updated configuration by adding
calculatesize
option
OpenPlatform
- fixed updating permissions by Gerardo
- added French localization by Chris Kid
- added an option to enable native scrollbars in iframes
Todomator
- fixed reminder postponement
- extended start timer for subtasks and unordered/ordered lists
Total.js OpenReports
- fixed
boolean
values in the filters and variables
Total.js Code
- added an option for skipping of the Project FileStorage directories
- updated Total.js UI library
- added back Total Combat mode
- fixed funcionality with the modified code
Total.js Flow
- fixed naming
- fixed emiting
configure_COMPONENTID
event (client-side) - updated Total.js UI library
- improved performance of
j-Flow
component - added Export to BASE64 functionality
- improved Export to component functionality
- improved FlowStream modul
- added
reference
value for input/output flow methods
- added
Components:
- added support for Total.js Encryption/Decryption for the
Request
component - updated Input component by adding
reference
- updated Output component by adding
reference
- updated Subscribe component by adding
reference
- updated Publish component by adding
reference
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