1 min read
July report 2020
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.

July report 2020
UI components
- improved CSS in
j-Spotlight
- improved
j-AutoComplete
by addingautoselect
option - improved
j-Table
by adding CSS for buttons and improved code - improved
j-Enter
by adding a simple prevenetion for multiple-press ofenter
key - fixed background color in dark mode in
j-Form
- fixed background color in dark mode in
j-LargeForm
- fixed background color in dark mode in
j-MiniForm
- fixed background color in dark mode in
j-Modal
- fixed notifications about changes in
j-Editable
- fixed
j-Centered
inFirefox
- fixed and improved
closeoutside
property inj-Centered
- fixed exif orientation in
j-Preview
- fixed exif orientation in
j-PictureUpload
- fixed XSS in
j-Windows
title - fixed XSS in
j-Form
title - fixed XSS in
j-LargeForm
title - fixed XSS in
j-MinForm
title - fixed XSS in
j-Modal
title - fixed scrolling in
j-Directory
- fixed
options
config inj-Tree
.
jComponent library
- added
String.encode()
as alias toThelpers.encode()
method - updated
GET()
by adding a new flag@clone
- improved error handling in
IMPORT()
. - improved scopes method by adding a support for
?
paths - fixed internal parsers/formatters for
setter/getter
Total.js framework
We have worked a lot on Total.js v4.
- fixed parsing of long WebSocket messages
- fixed NoSQL cleaner
Total4:
- improved live reload
Flow
- fixed notes
OpenPlatform
- improved cookie security (name is generated randomly)
Code Editor
- fixed
j-InfoPanel
component - updated jComponent
- improved UI
Total4:
- added service mode for projects
- added movement of lines with
alt+up
oralt+down
shortcuts - added spawn of
js
orsh
proccess with real-time log - added
Remove dark mode
feature for CSS files - added live reload
- a small redesign of tabs
- improved snippets for Total.js 4
- improved search
- improved cookie security (name is generated randomly)
- fixed fonts in Windows
CMS
Total4:
- improved cookie security (name is generated randomly)
DBMS
- added
db.diff(name, form, [prop])
method for comparing of N:N relations between DB and form- nice improvement ofDBMS.modify()
by adding read/modify feature (more in docs) - fixed transactions in PostgreSQL
- fixed joins with applied
.first()
by Tomas Novak
Other posts from Total.js Platform
- 2023-06-01NEWMay report 2023
- 2023-05-02April report 2023
- 2023-04-01March report 2023
- 2023-03-20Total.js tutorial: Simple Todo application (part 2)
- 2023-03-16Total.js tutorial: Simple Todo application (part 1)
- 2023-03-16Total.js API routing: The game changer
- 2023-03-16Total.js OpenPlatform: installation guide!
- 2023-03-16How to create OTP code generator with Total.js Flow?
- 2023-03-16How to parse XML in Total.js Flow
- 2023-03-16How to install Total.js Flow (Method 1)