2 min read
November report 2022
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.
November report 2022
UI components
- added more than open source 350 font icons (List of icons)
- added new component
j-Icons
- added support for TAPI in
j-DynamicValueList
- added Total.js Icons to
j-FaIcons
- decreased time for hiding of
j-Approve
- fixed rebinding of the
j-Duplicator
by Mrazbb - improved functionality in the
j-Paper
- added new widget
Indent
for thej-Paper
- added
code
formatting toj-Paper
- fixed the
exportrows
method inj-DataGrid
by Gera - fixed sub-menu positioning in
j-Menu
by Kirill - added
opt.clear
(that adds aClear
button) to thej-DatePicker
by Kirill - added
slug
type to thej-Input
by Kirill - updated
j-Input
by adding support forj-Icons
instead ofj-FaIcons
- updated
j-LargeForm
by inheriting CSS classes from the main element - updated
j-FullForm
by inheriting CSS classes from the main element - updated
j-MiniForm
by inheriting CSS classes from the main element - updated
j-Form
by inheriting CSS classes from the main element - updated
j-Box
by inheriting CSS classes from the main element - replaced Font-Awesome icons for Total.js icons
jComponent library
- extended
PLUGIN
prototype by adding new methods:plugin.ajax()
plugin.dapi()
plugin.tapi()
plugin.wapi()
plugin.watch()
plugin.extend()
- fixed
component.update()
method (v19, v18) - added free, nice and open-source Total.js Icons
ti ti-iconname
(v19, v18, v17) - added
DEF.iconprefix
(v19, v18) - remove
deviceorientation
warning for the Firefox - added a new alias
data-plugin=""
attribute fordata-scope=""
- added
plugin.caller {Object}
that will contain a caller of the plugin - improved
component.replace()
method by inheritingdata-scope|plugin
attribute - added
@error
flag to all AJAX operations, it wraps callback toERROR()
method automatically - added
UNAUTHORIZED()
method
Total.js framework 4
- fixed making insecure HTTPS requests by DJTripper
- fixed a deprecated usage of
process.exit
(v3 + v4) by Gera - extended
jsonschema.transform(value, callback, [partial])
by addingpartial
argument mail_smtp_options
supportstoken {String}
for OAuth 2.0 Access Token- added
QueryBuilder.equal(object)
method - fixed a small bug in the
UNAUTHORIZED()
method - fixed a default nullable value for
enum
types in the Total.js schemas - added support for inline enums for
String.toJSONSchema()
in the formkey:{val1|val2|valN}
Total.js Code
- updated jComponent libary
- added support for Total.js Icons
- added support for
data-plugin=""
attribute
Total.js Flow
- updated jComponent libary
- updated blacklist with the Flow endpoints
- added support for Total.js Icons
- updated UI components
- replaced Font-Awesome for Total.js Icons + in all components
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