2 min read
August report 2020
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
August report 2020
UI components
- improved
j-Movable
, output list is generated from parent element - improved
j-TextboxList
by adding chaning of position for existing items - improved
phone
andemail
types inj-Input
component - improved code in
j-Message
- improved code in
j-Detail
- improved resizing in
j-DataGrid
- improved resizing in
j-Layout2
- fixed auto-suggestion in
j-Directory
- fixed a problem with scrolling to selected item
j-Directory
- fixed scrollbars and styles in
j-Layout2
jComponent library
- improved
component.watch()
, now replaces?
for a component path - fixed
data-bind
commands with nested selectors - fixed flag
@type:something
inUPD()
method - fixed
track
command indata-bind
- added
NODEINSERT()
for DOM manipulation - added
NODEMOVE()
for DOM manipulation - added
NODEINDEXOF()
for DOM manipulation - updated
CSS(css, [id], [wrap_selector])
by adding a newwrap_selector
argument - added
Number.round()
method by Tomas Novak - updated
Array.quicksort()
by adding multi-sort support - updated
ADD('!loading')
which adds component if doesn't exist - updated
data-bind
, it can set a value tocomponent
viaset
command
Total.js framework
- fixed: applying of
default_root
in static files - improved mail error handling
- fixed routing evaluation
- added a support for Total.js v4
UID
validation - improved file stats
Total.js 4
Good news: Total.js v4 is almost ready for release, we work on documentation.
TextDB
supports inner joinsTextDB
improved readingRESTBuilder
fixeddnscache
- added in-memory DB
- improved components
- improved file stats
OpenPlatform
- last notifications are part of notification mail message
- improved markdown in notifications window
- improved languages
- added
approve
, can be executed viaOP.confirm('message', 'button', function() {})
- fixed badge in
Favicon
- updated
Markdown
- fixed report form
Code Editor
- improved auto-complete with
PLUGINS
- fixed removing of dark-mode
- updated jComponent
CMS
- added a new widget
ContentCards
by Dodo - added a new widget
InlineList3
by Dodo - added a new widget
Alert2
by Dodo - improved
ContentBanners
DBMS
- updated
builder.gridsort()
supports multi-sort e.g.ispriority_desc,dtcreated_desc
- updated
builder.autofill()
supports multi-sort - improved
builder.in(name, value, [field])
filter by addingfield
argument - added a new filter
builder.owner(name, value, members, [condition])
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