[go: up one dir, main page]

Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 0.20.39

    a1b973b2 · 0.20.39 ·
    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.38

    ece288ea · 0.20.38 ·
    0.20.38
    
    ### Added
    
    - Block(`form`): Add `disableDefault` option to disable setting default values with page data.
    
  • 0.20.37

    33a27799 · 0.20.37 ·
    0.20.37
    
    ### Fixed
    
    - Block(`form`): Resolve issue regarding date fields breaking a page when navigating away and back to the form.
    
  • 0.20.36

    7bf2caa5 · 0.20.36 ·
    0.20.36
    
    ### Added
    
    - Block(`form`): Support icons on `radio` field options.
    
  • 0.20.35

    5d133d2e · 0.20.35 ·
    0.20.35
    
    ### Added
    
    - Block(`chart`): Add `font` to `labelOptions`.
    - Block(`chart`): Add `maxWidth` to `labelOptions`.
    - App: Add `resource.patch` action.
    - App: Add `serial` option to each action.
    
  • 0.20.34

    f7526d9f · 0.20.34 ·
    0.20.34
    
    ### Fixed
    
    - Server: Use correct value for the Kubernetes issuer when updating an ingress.
    
  • 0.20.33

    0bb320d6 · 0.20.33 ·
    0.20.33
    
    ### Added
    
    - App: Add `notifications` option `login`.
    - App: Add `notify` action.
    - Server: Add `notify` action.
    
    ### Fixed
    
    - App: Allow storing falsy values using the `storage.update` action.
    
  • 0.20.32

    b5cfd3a5 · 0.20.32 ·
    0.20.32
    
    ### Added
    
    - Block(`form`): Add `disabled` property on individual fields.
    - Server: Add history remapper support.
    
    ### Changed
    
    - Block(`map`): Use another implementation to render markdown.
    
  • 0.20.31

    2926c851 · 0.20.31 ·
    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.30

    8447b6d9 · 0.20.30 ·
    0.20.30
    
    ### Added
    
    - Block(`chart`): Added `onClick` action to chart block.
    
  • 0.20.29

    54cd2a1a · 0.20.29 ·
    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.28

    e5587cd3 · 0.20.28 ·
    0.20.28
    
    ### Fixed
    
    - App: Resolved an issue where loading in data into a table block using the `appStorage` option would not update the table block.
    
  • 0.20.27

    3966c86c · 0.20.27 ·
    0.20.27
    
    ### Added
    
    - Server: Add support for custom SSL certificates for apps.
    - Studio: Add support for custom SSL certificates for apps.
    
  • 0.20.26

    c70e3dc2 · 0.20.26 ·
    0.20.26
    
    ### Added
    
    - App: Add `appStorage` to storage actions.
    
  • 0.20.25

    7eb0d71e · 0.20.25 ·
    0.20.25
    
    ### Changed
    
    - Types: __Breaking:__ Rename `hideFromMenu` to `hideNavTitle`.
    
    ### Fixed
    
    - App: Add timezone to user registration.
    - App: Fix values being treated as parameters in request action.
    
  • 0.20.24

    7e9f9967 · 0.20.24 ·
    0.20.24
    
    ### Added
    
    - Block(`form`): Add `skipInitialLoad` property to form block parameters.
    
  • 0.20.23

    262428fc · 0.20.23 ·
    0.20.23
    
  • 0.20.22

    9c86050f · 0.20.22 ·
    0.20.22
    
    ### Added
    
    - App: Add storage.append action.
    - App: Add storage.delete action.
    - App: Add storage.subtract action.
    - App: Add storage.update action.
    
    ### Fixed
    
    - Utils: Resolve `array.omit` not accepting an array of remappers.
    
  • 0.20.21

    0a4edff8 · 0.20.21 ·
    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.
    
  • 0.20.20

    54e7fac7 · 0.20.20 ·
    0.20.20
    
    ### Fixed
    
    - App: Resolve sub-page URLs on tabs pages not being translated.