Skip to content

Releases: viur-framework/viur-scriptor

v2.1.2

10 Jan 11:43
Compare
Choose a tag to compare
  • Added placeholder attribute for input.text and input.string (@Killateddy)
  • Fixed that the confirm dialog dont appear on some cases (@ArneGudermann)
  • Added network error handling for fetching file scripts leaf/nodes
  • Added a new setting window
  • Change language
  • Auto save (configure interval)
  • Implemented multi-language
  • Changed scriptor api to viur-scriptor-api
  • Reformat file option for files
  • Updated to the latest viur-scriptor-api (0.0.3) - https://pypi.org/project/viur-scriptor-api/0.0.3/

v2.1.1

11 Dec 10:21
Compare
Choose a tag to compare
  • Fixxed the form-data networking payload for multiSelectBone (@ArneGudermann)

v2.1.0-rc1

26 Sep 08:21
Compare
Choose a tag to compare

Changelog:

  • small bug fix for empty values in input components
  • small bug fix for the table component
  • update pyodide to the 0.24.0 version

v2.0.1-rc1

17 Aug 22:15
Compare
Choose a tag to compare

Changelog:

  • Updated npm-packages
  • Added an new dialog (table)
  • Added the current version into the titel
  • Change the scriptor style (new style)

v2.0.0-rc3

02 Mar 14:40
Compare
Choose a tag to compare
@added new dialog widget diffcmp

v2.0.0-rc2

02 Mar 04:46
Compare
Choose a tag to compare

Changelog:

  • fixxed some style issues (according to the new dialogs)
  • added a new feature for sharing a single file
  • the scriptor can now grab parameter from the route query (scriptor_params)
    from scriptor import params
    async def main():
    print(params())

v2.0.0-rc1

25 Feb 14:24
Compare
Choose a tag to compare

New features:

  • File tabs
  • New Style layout
  • New Dialogs (input, alert, select, confirm)
  • Implemented a new menu for files and directories
    • New duplicate and clone function

Improvement:

  • Performance fix according to the logs

Removed:

  • Old action buttons

v1.0.0-rc1

25 Nov 11:20
Compare
Choose a tag to compare
feat: new scriptor python api