Releases: viur-framework/viur-scriptor
Releases · viur-framework/viur-scriptor
v2.1.2
- 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
- Fixxed the form-data networking payload for multiSelectBone (@ArneGudermann)
v2.1.0-rc1
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
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
@added new dialog widget diffcmp
v2.0.0-rc2
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
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
feat: new scriptor python api