Tags give the ability to mark specific points in history as being important
-
0.20.39
a1b973b2 · ·0.20.39 ### Added - Block(`form`): Support disabled options in enum fields. - App: Add `layout` option to set the position of a message on the screen. - App: Add `match` action. - App: Add support for deeply nested array remappers. - App: Add translation path for the first subpage in the loop page. - App: Add translation path for the last subpage in the loop page. - Server: Add support for deeply nested array remappers. ### Changed - Block(`form`): Child fields in repeated object fields now contain an index in their naming sequence, __breaking__ styling in some instances when applied to child fields. - Block(`form`): Object field is now usable within another object field. - Block(`form`): Rename object field to fieldset. Apps using the object field that need to be updated to version 0.20.39 will __break__. To fix this, change the field type from `object` to `fieldset`. ### Fixed - Block(`form`): Required remapper is now properly supported in nested fields. - Block(`form`): Resolve validation issue causing object fields to be broken. - App: Apply the same translation path for all subpages between the first and last subpage in the loop page.
-
0.20.31
2926c851 · ·0.20.31 ### Added - Block(`chart`): Added `color` option to chart datasets. - Block(`form`): Add the `disabled` parameter. - Block(`form`): Make the `readOnly` field property a remapper. - App: Add the `date.format` remapper. ### Fixed - Server: Resolved an issue where resource notifications would not work.
-
0.20.29
54cd2a1a · ·0.20.29 ### Added - App: Add page type `loop`. - Utils: Added `step` remapper. ### Fixed - Block(`form`): Resolved an issue where the `autofill` feature wouldn’t allow you to submit if a property was missing in the response and the input required. - Block(`form`): Resolved an issue where the label of a number input would not accept remappers.
-
0.20.21
0a4edff8 · ·0.20.21 ### Added - Block(`form`): Add `inline` property to form fields. - Block(`form`): Allow the required requirement to be remapped for conditionally required form fields. - App: Add Indonesian translations. - App: Add `retainFlowData` prop to flow page. - App: Added Russian translations. - Studio: Add Indonesian translations. - Studio: Added Russian translations. - Types: Add `hideName` prop to pages. - Utils: Add `from.history` remapper. ### Changed - Types: `array.omit` remapper now supports an array of remappers as input. ### Fixed - App: Resolve `link.back` action not navigating to the previous page if current page is translated.