3 min read
August report 2022
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
August report 2022
Added new apps
- OpenFiles
- OpenLogger
- OpenMail
UI components
- added
j-UIBuilder
component - improved
Properties2
by adding a default group configuration + fixed CSS - fixed CSS for configuration in the
IntranetCSS
component - added new delegates for
macro.destroy()
+macro.service()
and forcomponent.service()
- fixed validation in
j-Properties2
- fixed date formatting in
j-Properties2
- fixed CSS when the input is disabled in
j-Input
- added
fixedwidth
option toj-Menu
- added
offsetWidth
option toj-Menu
- fixed resizing columns in
j-Layout
- fixed
exec
inj-Properties2
- fixed
AM/PM
time inj-Locale
- fixed Font-Awesome icons in
j-Properties2
- fixed importing parts and evaluating of them (
j-Parts
) - fixed rendering
element
instance in theON('markdown', callback)
event (j-Markdown
) - fixed
changes
option in thej-Validate
after reset - fixed
colorize
option inj-DataGrid
- fixed multiple selection in
j-Flow
- fixed unhandled text selection in
j-Flow
- fixed CSS for
disabled
state forinnerlabel
in thej-Input
- fixed background color in
j-DataGrid
- fixed
z-index
inj-MainProgress
jComponent library
- fixed parsing of numbers according to the
DEF
configuration - added inline calling of code lists e.g.
SET('path #countries #languages', 'value')
- fixed filtering of links in
j-ASelected
- added
scope.config.delay
option - fixed importing external sources
Total.js framework 4
- fixed
update
operation in QueryBuilder NoSQL - fixed uploading of
mp4
files - fixed
callback
argument in theMailMessage.send2()
method - added
options.tz
for the cluster mode - updated
FlowStreamMessage.variables(str, [data], [encoding])
by addingencoding
argument - updated
FlowStreamMessage.variables()
by adding support for nested propertiespath1.path2.value
- updated
FlowStreamMessage.variables()
, keys fordata
must be in the form{data.key}
- updated
FlowStreamMessage.variables()
by adding{hostname}
keyword for obtaining of main hostname - fixed parsing JSON schemas from the string
- improved parsing of inline JSON schemas by adding subtypes like
email
,smallint
,zip
, etc. - updated schemas by sending raw data if the schema doesn't contain any field
Total.js SuperAdmin
- added support for downloading of
OpenFiles
app - added support for downloading of
OpenLogger
app - added support for downloading of
OpenAuth
app - added support for downloading of
OpenMail
app - added support for downloading of
OpenSync
app
Total.js Modules
- added a new module
TotalDB
for a new product
QueryBuilder
- fixed removing of database connections
Total.js OpenMail
- fixed secondary model
- added
.reply
property into the model
Total.js Flow
- updated jComponent library
- updated CDN with components
- updated
j-Input
UI component - updated
j-Flow
UI component with bug fixes - added
variable()
method to theWorkflow
component - improved
REST Workflow
component by addingcancel()
method + improved code - better implementation of variables for the
Request
component - added
label
field to items defined in theModel
component - added a new component
TotalDB
(premium) - improved Flow algorithm (look to Total.js framework 4 changelog)
error
outputs are highlighted tored
- added preview logs in the new window in
Print
+Flashback
components - added support for removing of group in the main window
- added
positioning
option forAPI Router
component - fixed
positioning
in theModel
component - fixed Markdown rendering
- added
j-UIBuilder
component - added
Veriface
component (premium) - added
OpenLogger
component (premium) - added
SQL Query
component - added
Forward
component
Total.js Code Editor
- fixed
Download to clipboard
functionality - added
Unpack
file functionality for.tar.gz
and.zip
files - fixed prerendering of file tree after rename
- improved auto-dark mode
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