2 min read
January report 2022
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
January report 2022
UI components
- added new component
j-Box
- added new component
j-Stash
- added new component
j-NoScrollbar
- added new component
j-Watcher
- added new component
j-AutoExec
- added new component
j-CodeEditor
- added new component
j-TableGrid
- added new component
j-KeySelection
- fixed
number
filtering inj-DataGrid
withovalue
option - fixed
REDIRECT()
inj-Exec
component - fixed
j-Listform
forjComponent
v19 by Tomáš Novák - improved
CSS
inj-DynamicValue
by Tomáš Novák - updated design in
j-Checkbox
by Tomáš Novák - replaced
SETR()
andGETR()
methods inj-FormTab
andj-Submit
by Tomáš Novák - optimized
j-Features
forxs
displays - fixed
j-Panel
for mobile devices - improved
j-Tooltip
- improved
j-DatePicker
- improved
j-Directory
- fixed
monospace
option inj-Input
withmultiline
type - improved
j-FormTab
- fixed moving/resizing widgets in
j-Dashboard
- improved
j-Menu
by adding background layer - fixed
resizeP
option inj-Dashboard
- added
change
config option to thej-Dashboard
- fixed
placeholder:0
inj-Input
- fixed custom scrollbars in
j-Section
- fixed binding type in the
j-InputTags
- added
pagination
option to thej-DataGrid
- added
.call
method to thej-Dashboard
- fixed
j-Map
jComponent library
- added
ERROR()
method for better error handling (v18, v19) - added
DEF.dateformatutc {Boolean}
by Tomáš Novák - added new
plugin
methods:.push()
,.inc()
,.toggle()
- added
helpers
option todata-bind
- improved
CSS()
method by adid - fixed auto-binding cached values
Tangular template engine
- fixed
||
(or) conditions
Total.js framework 4
- added
session.locale(userdata => userdata.language)
to built-in auth mechanism - added
write
functionality to theBitExtractor
class by Peter Stolc - fixed error handling in the
FlowStream
- added private variables to Macros in the form
#variable="VALUE"
- added comments to Macros in the form
// comment
- fixed auto-closing of WebSocket
- fixed removing of API routes
- added
controller.jsonstring(str, [headers])
method - added
res.jsonstring(str)
method - extended
NEWEXTENSION()
by adding support for static files - added auto-handling files in extensions in the form
/-extension_name/filename
- extended plugins by adding support for
html
type in the form<script total> ... <file name="index.html"> ...
- improved multipart parser
- fixed
--minify
argument in the Total4 command-line utility - extended
QueryBuilder
by adding new features - extended
DEF.onAudit(name, data, [$])
by adding$
argument
FlowStream
- added
restart
functionality - fixed refreshing of
NOW
variable in the FlowStream
Code Editor
- updated jComponent
- improved syntax highligher
- added
<file ...
tags highlighting (due to Total.js extensions/plugins) - added
Hide project
option - removed the HTTP cache until downloading the entire source code
- improved
Wiki
generator - added converting plugins to
.html
files - added extracting plugins from
.html
files - added URL address for
SuperAdmin
- added
Reset windows
functionality - improved Electron version
- added auto-backup
- improved UI
AppBuilder
- added support for
async/await
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