2 min read
August report 2023
A quick overview of all changes and news from the entire Total.js Platform. Read more about our work.
August report 2023
We are grateful to Keyur Maheta for pointing out security issues.
New apps
UI components
- added
move
option forj-ListForm
by Invincible83 - fixed
disabled
state inj-Movable
- added
check
config option toj-Movable
- added
title
option for thej-Breadcrumb
- fixed CSS for
j-FloatingInput
- improved rendering in
j-Markdown
- fixed
markdown-small
styles inj-Markdown
- fixed
config.width
property inj-InlineProperties
- improved tasks rendering in
j-Markdown
- added support for
@path
inside components inj-Edit
- improved setting of
ampm
option inj-TimePicker
- added
opt.align
option toj-TimePicker
- improved CSS for
j-DatePicker
andj-InlineDatePicker
- fixed videos in
j-Markdown
- fixed unordered/ordered list parser in
j-Markdown
- added
allowrawpaste
option inj-Wysiwyg
- added
filter
config option toj-DrawZone
- fixed parsing unordered/ordered lists in
j-Markdown
QueryBuilder: PostgreSQL
- Added
array
functionality by Gera
New Total.js Icons
Total.js framework 4
- added a new global keyword
PLUGINS
- added
U.groupify(id, [count])
method for grouping identifiers - fixed data validation for the schema actions
- added
DatabaseBuilder.alike(name, [comparer], value)
by Gera - added FlowStream events:
flowstream.on('connect', function(instance))
flowstream.on('disconnect', function(instance))
flowstream.on('configure', function(instance))
- extended HTTP server by adding
gzip
anddeflate
content-encoding - updated
options
by addingoptions.compress = 'gzip|deflate'
option in theREQUEST()
method - extended command-line tool by adding new command
total4 --extract <filename.bundle>
- improved CMS compiler by adding support for inline navigation and breadcrumb
Total.js OpenReports
- removed useless definition
Total.js OpenAuth
- fixed extensions configuration
- update UI components
Total.js Code
- fixed HTML syntax highlighting
- fixed registering external projects
- extended auto-suggestion list
- added configuration for limiting count of apps
Total.js Flow
- updated component template
- fixed handling of nullable value in
Teleport
component
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