BETA
My accountGet started
Oct 012022
Total.js Platform
2 min read

September report 2022

A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.

September report 2022


UI components

  • added a new component j-GPS
  • updated j-Menu by adding item.color (by Gera G. Güiles)
  • j-Page added support for auto adding ~PATH~ to the PLUGIN(function( pharse
  • j-Part added support for auto adding ~PATH~ to the PLUGIN(function( pharse
  • j-Parts added support for auto adding ~PATH~ to the PLUGIN(function( pharse
  • j-Pages added support for auto adding ~PATH~ to the PLUGIN(function( pharse
  • j-Importer added support for auto adding ~PATH~ to the PLUGIN(function( pharse
  • fixed CSS and improved number formatting in j-DataTable
  • improved rendering of j-Properties
  • added minimize, maximize and focus handlers to j-Windows
  • fixed mouse hover in j-Directory
  • added .focus delegate to the j-Dashboard
  • fixed responsivity in j-Box
  • extended functionality in j-Wysiwyg
  • added a support for the transparent background for j-ImageUploader

jComponent library

  • fixed AJAX calls with () brackets

Total.js framework 4

  • improved encode argument in String.args() - now it can be a function(val, key)
  • fixed routing
  • improved schemas by adding schema.action() method
  • added CALL(schema, model, [controller]) method
  • added schema.action(name, options) method
  • fixed sending files via REQUEST() method (a problem with the buffer)
  • added $.variables(str, [data]) method
    • the str argument supports dynamic arguments in the form {user.key}, {model.key}, {data.key}, {params.key} or {query.key}
  • added QueryBuilder.audit($, [message], [type]) method
    • the message argument supports dynamic arguments in the form {user.key}, {model.key}, {data.key}, {params.key} or {query.key}

Total.js Code

  • fixed remote code execution #12
  • fixed ordering in the snippets list

Total.js OpenSync

  • improved Clients list by adding app name

Total.js Flow

  • added support for Python syntax highlighting
  • added a new component: Merge
  • updated jComponent
  • fixed auto-complete in the CodeMirror component
  • added dynamic arguments to Redirect component

Total.js FlowStream

  • fixed j-FaIcons
  • fixed auto-complete in the CodeMirror component

Total.js Code Editor

  • fixed full-text search
  • updated jComponent
  • updated auto-complete list by adding new keywords:
    • NEWAPI()
    • API()
    • CALL()
    • schema.action()