2 min read
June report 2023
A quick overview of all changes and news from the entire Total.js Platform. Read more about our work.
June report 2023
New apps
UI components
- improved
widget.iseditable()
method inj-Paper
- added
hide
option forj-Box
- added
hide
option forj-Form
- added
hide
option forj-FullForm
- added
hide
option forj-MiniForm
- added
hide
option forj-LargeForm
- improved
tasks
inj-Markdown
by adding<li data-line=""{number}"
attribute - fixed cursor movement when the multiline option is enabled in
j-Paper
- fixed
widget.iseditable(dom)
inj-Paper
- added
opt.onlylarger
+ improved code inj-FileUploader
- improved
component.output([type], [return_object]<)
by adding new argument inj-Crop
- fixed handling of double click with a click in
j-Exec
- fixed
enter
key withcheckbox
option inj-Directory
- improved increment controls in
j-Input
- improved focusing part after closing part in
j-Parts
- fixed Total.js icons in
j-Markdown
- added
opt.html {Function}
option toj-Markdown
- added support for
in
j-Approve
- fixed
firstdayofweek
inj-Locale
- updated
firstday
option inj-DatePicker
New Total.js Icons
- added new icons
- updated
ti-warning
Total.js UI Library
- added
DEF.color {String}
with a default color#4285F4
CSS
fixed animation scaling inti-spin
class
Total.js framework 4
- fixed reconnecting to the server in
OPENCLIENT()
- added a new version of
UID()
generator (f
version) - added
U.convert62(number)
it converts number to a 62 custom radix - added
U.from62(number)
it converts a 62 custom radix to a number - fixed loading of FlowStream schema (critical)
- fixed a bad place for callback evaluation in the FlowStream (critical)
- updated
CONF.default_uid {String}
option for changing of UID generator (possible valuesf
(new),r
(new)) - fixed returning binary data in the
TotalAPI()
method - fixed logging in the
FILESTORAGE().rename()
method - improved parsing of multiple URL query argument keys (joined into the string separated by a comma)
- fixed handling arguments in the
RESTBuilder.API()
method - fixed
$.url
in theAUTH()
method
Total.js OpenFiles
- redesigned
Total.js OpenLogger
- redesigned
Total.js modules
- added new module QueryBuilder API
Total.js Code
- updated Total.js icons
- updated Total.js UI library
- fixed uplodaing multiple directories at once
- added auto-stop/start docker container after changing app mode
- added
unzip
andtar
apps to the docker app container
Total.js Flow
- fixed a problem with
asfiles
option (critical) - improved
/modules/flowstream.js
- added code review option
- added option to publish template source code to the community
- added option to publish component source code to the community
- improved UI
- updated Total.js icons
- updated Total.js UI library
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