3 min read
August report 2021
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
August report 2021
We have created a public Trello profile for ideas and solving issues through the entire Total.js Platform.
UI components
- added a new component:
j-Selection
- improved
upload
method by addingopt.files
key in theFileUploader
component - fixed resizing of panels in
j-Layout
- improved error handling in
j-FileUploader
- added
maxsize
option to thej-Layout
columns - added
wait
option to thej-Empty
- added
style
option to thej-Breadcrumb
- added
align
option to thej-Configuration
- improved styles in
IntranetCSS
- updated
j-Input
, boolean can be number - fixed scopes in
j-FullForm
by Marek Mraz - fixed
onready
event inj-MapMarker
- fixed
esc
shortcut inj-Form
- fixed
esc
shortcut inj-LargeForm
- fixed
esc
shortcut inj-FullForm
- fixed
esc
shortcut inj-Window
- added
esc
shortcut to thej-Panel
- fixed
fluid
mode inj-DataGrid
by Dodo Marton - improved
j-Features
- fixed dark mode in
j-CodeMirror
- added
opt.height
andopt.class
to thej-Spotlight
- fixed
dropdown
type inj-Configuration
- fixed nested scopes in
j-Part
- fixed parsing
items
inj-RadiusButton
- added
.import()
,.cancel()
methods into to thej-Section
component - improved code in
j-FloatingInput
- added
onpause
config key to thej-Flow
- added order for
checked
items inj-Directory
- added sorting for multiple checkbox values in
j-Input
- fixed saving files in
FILESTORAGE()
in OS Windows - added
options.checked
option toj-Directory
- improved resizing in
j-Windows
- improved resizing in
j-InfoWindows
- added
delay
option toj-Selected
- added
dirdetail
option toj-Input
jComponent library
- improved scopes
- fixed scopes for
WAPI()
- fixed auto evaluating of JS in all AJAX calls
- added support for inline helpers in
GET()
andSET()
methods. - improved inline helpers for the data-bind attribute
- improved scopes
- improved
data-import=""
attribute - added
PLUGIN.remove()
method for removing of the plugin
Total.js framework 4
- improved FileStorage code
- added
FILESTORAGE().backup()
method - added
FILESTORAGE().restore()
method - added
FILESTORAGE().stream(callback(file, next), [done])
for streaming of meta information for each file - improved
TextDB
engine by adding locks for writing - improved
FAKE({ id: UID, name: 'string(30)' })
method by adding a support for inline schemas - fixed
protocol
parser for WebSocket routes - fixed CSS variables
- added
servicemode
to the start script - fixed sending nullable data in the FlowStream
- fixed handling messages in the form
instance.message_<INPUT_NAME>
in the FlowStream - fixed using
require()
in the components in the FlowStream
Total.js framework 3
- fixed CSS variables
Total.js DBMS
- NEW: added support for MySQL
Total.js Flow
- (bug) added missing validation for configuration forms
- fixed URL address remapping in Total.js v4
Total.js CMS
- added a new widget
TimeLine2
by Dodo Marton - added a new widget
Milestones
by Dodo Marton
Files app
- fixed downloading of files (a problem with compression for
.js
,.css
and.html
files)
Total.js FlowStream
- added
pause
functionality- updated FlowStream designer
- improved UI in the FlowStream designer
SuperAdmin
- released a new version
- added
services
Code Editor
- improved parsing of SQL fields
- updated jComponent
- improved shortcuts
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