2 min read
August report 2024
A quick overview of all changes and news from the entire Total.js Platform. Read more about our work.
August report 2024
Total.js Enterprise
- added a new Dashboard app
Total.js framework 5
- unified debug and release mode
- they use monitoring files
- monitoring can be disabled via
options.watcher = false
in the start script
- extended
edit
mode:- added
restart
command - added
stop
command
- added
- fixed partial validation
- fix image bug in the
Image.measureWEBP()
method by Marek Mraz - added HTTP auto-redirect for
WebSocketClient
- added support for WebSocket redirections in the remote edit
- fixed
CACHE.read()
- added a new argument
size {Number}
to theWebSocket.on('message', function(client, msg, [size]))
event - improved config & resource parser by adding support for
=
between key and value and for#
as a comment
Total.js framework 4
- fixed inline declared middleware
&middleware
in theROUTE()
method - fixed partial validation
- fix image bug in the
Image.measureWEBP()
method by Marek Mraz
Total.js UI Library
jComponent v20:
- added missing
UNAUTHORIZED()
method - increased delay after importing 3rd party content via the
IMPORT()
method
jComponent v19:
- fixed the
@change
flag withexports.push()
andPUSH()
method - fixed returing of the plugin instance in the
$(selector).plugin()
method - fixed
plugin.watch()
with multiple paths.
UI components
- added
radiobutton
type toj-Input
- fixed
j-Validate
component for jComponent v20 - fixed
j-Validation
component for jComponent v20 - added the
component.root()
method toj-Breadcrumb
- added support for
navigator.setAppBadge()
inj-FavIconUnread
- fixed date filtering in
j-DataGrid
in the client-side mode - added
maximized
option into the offset inj-Windows
- extended configuration for
j-Display
- fixed
autofill
option in thej-Input
for jComponent v20 - fixed
j-Enter
in jComponent v20
Code
- fixed Total.js v5 start script
- added syntax highlighting for the
.properties
extension
Flow
- updated UI components
- updated jComponent library
OpenPlatform
- added support for
reqtoken
andrestoken
query arguments for importing apps - updated UI components.
Flow Editor
- updated UI components
- updated jComponent library
Flow Editor (offline)
- updated UI components
- updated jComponent library
Todomator
- added MDI architecture for the tickets and improved functionality
- fixed responsive design
UI Builder
- added support for
attrs
attribute in the UI schema - added a new event
instance.on('child', function(instance) { ... })
- fixed horizontal scrollbar
CMS
- added a new UI component:
j-FileReader
- improved widgets list
- added supports for
drag & drop
in the layouts
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