3 min read
December report 2022
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
December report 2022
UI components
- added
j-Title
component by Pavol Danko - fixed size of increment icons in
j-Input
- fixed checkbox icon in
j-Input
- added
base64
option into thej-FileReader
- fixed
clock
icon in thej-Input
- renamed property
invalid
(it's reserved) toerror
inj-Editable
- added
align
option for the editable elements in thej-Edit
component - updated
j-Exec
component, now it's a singleton and it works for the wholedocument.body
jComponent library
- improved Total.js Icons
- added
plugin.nul([path])
- fixed
SEEX()
method with definedflags
- added
async/await
support for:AJAX()
must be without callbackTAPI()
must be without callbackWAPI()
must be without callbackDAPI()
must be without callbackAPI()
must be without callbackUPLOAD()
must be without callbackexports.ajax()
must be without callbackexports.tapi()
must be without callbackexports.wapi()
must be without callbackexports.dapi()
must be without callbackexports.api()
must be without callbackexports.upload()
must be without callback
- updated Tangular
- added support for Web Components:
HTMLComponent
class<ui-plugin path="" config="">
<ui-component name="" path="" config="" default="">
<ui-bind path="" config="commandA:value;commandB:Value">
<ui-import config="url:">
- moved a state of the component into the component configuration:
config.touched {Boolean}
means if the component has been changed by the userconfig.invalid {Boolean}
means if the component has not valid valueconfig.modified {Boolean}
means if the component value has been modified
- added auto CSS classes for the components:
ui-modified
the component value has been modifiedui-touched
the component value has been changed by the userui-disabled
the component is disabledui-invalid
the component value is invalid
Tangular
- fixed custom helpers
Total.js framework 4
- added
webp
image size measurement by Marek Mráz - added
promise
support for theTotalAPI()
method - fixed
default_cors
option - added
TEMPLATE()
method for generating Tangular templates
Total.js Code
- updated jComponent
- updated Tangular
- updated font icons
- added support for the jComponent web components
Total.js Flow
- updated jComponent
- updated Tangular
- updated font icons
Total.js team wishes you:
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