Skip to content

Releases: stemey/dojo-generate-form

fixes to Form attribute

19 Jul 05:23
Compare
Choose a tag to compare
Form:

- intialize Attributes before initializing children
- handle attributes before the layouts in form. Important when resetting the values

bug fixes

19 Jul 04:36
Compare
Choose a tag to compare
0.24.2

bump version

tree improvements

12 Jul 07:03
Compare
Choose a tag to compare
  • added indicators to tree
  • don't highlight all when focus on ace editor changes

mayor changes

01 Jul 17:45
Compare
Choose a tag to compare
  • changeCount is zero if the oldValue is undefined (aka not persistent).
  • add tree group

Minor improvements and bug fixes

15 May 05:09
Compare
Choose a tag to compare
  • Model.getModelByPath() supports leading dots to go up the ancestry tree.
  • gform schema' attribute now supports the 'decorator' property. Value is used by DecoratorFactory to create a decorator. Known values are 'default' and 'inline'.
  • Attribute 'multi-object' now supports descriptions of the selected type via an icon. The group's editorDescription property is used. Also a label for the empty value can be specified
  • When _CrudMixin cannot find the schema from the entity's typeProperty it will load the entity in a fallback schema.

Realease

08 Jun 05:54
Compare
Choose a tag to compare
  • added binary attribute. binary files are uploaded to a fileserver and the url is saved in the json.
  • added single attribute group. Enables an attribute to expand to the whole height of a container. Usefull for Editor and ace editor in tabs.

Bug fixe release

31 May 10:01
Compare
Choose a tag to compare
fixed AdditionaProperties model validation. Added validation to more …

…groups.

Release

29 May 06:02
Compare
Choose a tag to compare
  • primitive attributes now support defaultValue. Model provides a initDefault method which initializes the model with the defaults.
  • added support for any attributes. Standard widget is textarea. Support for ace json editor is possible.
  • SingleObject supports additional dynamic properties. Add an attribute of type any and declare additionalProperties referencing that attribute in the schema.
    This feature was enabled by adding a transformIn and transformOut method to Model. It transforms the value before and after calling update and getPlainValue respectively.
  • SingleObject now initializes its attributes lazily. This make tree-like structures possible.
  • editor.onChange does not accept a callback anymore. You need to do aspect.after(editor, "onChange");
  • badges for group state are now created by DecoratorFactory.createBadge(model)

bug fix release

11 May 07:36
Compare
Choose a tag to compare
0.21.1

fi multi ref