Changelog¶
v1.8.2¶
Released: 2024-10-15
Bug Fixes¶
- create new: implement open in side panel
v1.8.1¶
Released: 2024-09-11
Bug Fixes¶
- disallow overwrite of context with custom_context
- disallow use of limeobject in template
- use jinja sandbox
v1.8.0¶
Released: 2024-09-04
Bug Fixes¶
- admin.open-create-new: show unsupported message to user
Features¶
- admin components: add next command in form
- support chaining of commands
- confirm: add to admin components
- add confirm to all commands
- create-new: add params to translations
- open-create-new: add params to translations
- open-form: add params to translations
- add error handling with notifications to commands
- add params to translations
v1.7.0¶
Released: 2024-09-04
Bug Fixes¶
- admin.value-config: only show outputtype on formulas
- create-new: admin component add route false default
- open-create-new: admin component add route true default
- open-form: admin component can change readOnly/disabled/required props
- open-form: can empty fields with null value
- open-form: required fields weren't handled correctly
Features¶
- admin.value-config: get contant field of correct type
- generate-values: support boolean type
v1.6.0¶
Released: 2024-05-22
Bug Fixes¶
- Open form: show configured notification when saving
- prevent unnecessary backend calls
Features¶
- SDK and support for an optional custom context as an extra formula source
- Create new: add admin configuration component
- Open create new: add admin configuration component
- Open form: add admin configuration component
- Open link: add admin configuration component
- Update lime object: add admin configuration component
v1.5.2¶
Released: 2024-05-21
Bug Fixes¶
- create-new: fetch default values before creating
v1.5.1¶
Released: 2024-05-10
Bug Fixes¶
- fetch context more dynamic
v1.5.0¶
Released: 2024-05-07
Features¶
- ci: regenerate workflows
v1.4.1¶
Released: 2024-04-08
Bug Fixes¶
- handle date properties correctly
v1.4.0¶
Released: 2024-03-15
Features¶
- add command Open Form
v1.3.0¶
Released: 2024-03-15
Features¶
- add command Create new
v1.2.0¶
Released: 2024-03-12
Bug Fixes¶
- formulas: don't update time properties from jinja context
- resolve
RemovedInMarshmallow4Warnings
- formulas: return correct week numbers from
format_week
filter
Features¶
- support list output type (Set fields)
v1.1.0¶
Released: 2024-02-20
Features¶
- Add platform service to support generate values from external packages
v1.0.0¶
Released: 2024-01-31
Features¶
- add command Open Link
- add command Open Create New
- add command Update LimeObject
- add formula tester in lime admin
- add snack bar functionality