2 min read
June report 2025
A quick overview of all changes and news from the entire Total.js Platform. Read more about our work.

June report 2025
- we have launched a new online tool called Total.js Text Utils: https://utils.totaljs.com
Total.js framework 5
- fixed killing workers and pypelines
- added a feature that kills worker flow instances when the main process is terminated
- fixed returing collections from the
HTMLParser.find()
method - added
extend:String
option inNEWACTION()
method - added missing
FILECACHE()
method - fixed linking errors with the resource files
- added
ErrorBuilder.throw()
method which throws an error when an error is pushed - extended
QueryBuilder.gridfilter()
by adding=EXACT_VALUE
or=EXACT_VALUE1,EXACT_VALUE2
- added support for custom errors in the Total.js Inline JSON Schemas, example:
id:UID // Invalid identifier, ...
- added
RESTBuilder.?.base64()
method which returns the response in BASE64 format
UI components
- added using
STYLE()
method instead ofCSS()
inj-Paper
- added using
STYLE()
method instead ofCSS()
inj-Avatar
- added using
STYLE()
method instead ofCSS()
inj-MobileCarousel
- added using
STYLE()
method instead ofCSS()
inj-Datagrid
- added
delay
option toj-ListForm
jComponent library
v20:
- renamed the
CSS()
method to theSTYLE()
- added
window.jc_globals = { ... }
object for disabling jComponent globals method:- it only supports one method:
CSS: false
, which disables the registration of theCSS()
method
- it only supports one method:
- fixed the
target
option for theui-import
element - fixed the
class
option for theui-import
element - fixed the
init
option for theui-import
element
v19:
- renamed the
CSS()
method to theSTYLE()
- added
window.jc_globals = { ... }
object for disabling jComponent globals method:- it only supports one method:
CSS: false
, which disables the registration of theCSS()
method
- it only supports one method:
UI Builder
- added using
STYLE()
method instead ofCSS()
in UI builder compiler
Code
- updated Docker image
- added support for
@NOTE
keyword
Flow OS
- improved applying keywords
$UID
,$ID
, etc. - updated jComponent library
- updated Total.js icons
- fixed
protected
state - replaced
.arg()
to.args()
.
IoT Platform
- fixed a bug in the rendering of sensor details
Flow
- updated Docker image
- fixed
backup
option in the Settings - improved applying keywords
$UID
,$ID
, etc. - updated jComponent library
- updated Total.js icons
- fixed
protected
state
Flow enterprise components
- added a new adapter component
Tables
Total.js Icons
- added new icons
Other posts from Total.js Platform
- 2025-09-05NEWHow to create Google Gemini AI component in Total.js Flow
- 2025-09-01August report 2025
- 2025-08-25IoT platform — Total.js
- 2025-08-22How to install OpenPlatform — IoT platform
- 2025-08-18Total.js Tables is here!
- 2025-08-18How to install Flow — IoT platform
- 2025-08-15How to install OpenReports — IoT platform
- 2025-08-08How to install stream to IoT platform — Total.js
- 2025-08-04July report 2025
- 2025-08-01How to install IoT platform — Total.js