[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.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.
    
  • 0.20.19

    9899dedb · 0.20.19 ·
    0.20.19
    
    ### Added
    
    - Utils: Add `array.append` remapper.
    - Utils: Add `array.from` remapper.
    - Utils: Add `array.omit` remapper.
    
    ### Changed
    
    - Block(`form`): Rename `showIf` property to `show`.
    
    ### Fixed
    
    - Block(`form`): Resolved an issue where the string field would not display icons.
    - Block(`table`): Resolve an issue where buttons would not add the id to the resource route when using the link action in the table block.
    - App: Resolve page parameters on tabs pages not working.
    
  • 0.20.18

    ba900f97 · 0.20.18 ·
    0.20.18
    
    ### Fixed
    
    - Block(`form`): Fix bug where forms would not load without defining the auto-fill parameter.
    
  • 0.20.17

    abf12932 · 0.20.17 ·
    0.20.17
    
    ### Added
    
    - Block(`action-button`): Add the icon for the action button block.
    - Block(`audio`): Add the icon for the audio block.
    - Block(`chart`): Add the icon for the chart block.
    - Block(`control-buttons`): Add the icon for the control buttons block.
    - Block(`feed`): Add the icon for the feed block.
    - Block(`filter`): Add the icon for the filter block.
    - Block(`form`): Add form auto-fill.
    - Block(`form`): Add the icon for the form block.
    - Block(`html`): Add the icon for the HTML block.
    - Block(`image`): Add the icon for the image block.
    - Block(`list`): Add the icon for the list block.
    - Block(`map`): Add the icon for the map block.
    - Block(`markdown`): Add the icon for the markdown block.
    - Block(`qr-scan`): Add the icon for the qr-scan block.
    - Block(`table`): Add the icon for the table block.
    - Block(`tiles`): Add the icon for the tiles block.
    - Block(`timer`): Add the icon for the timer block.
    - Block(`video`): Add the icon for the video block.
    - Utils: Add assign.history remapper.
    - Utils: Add history remapper.
    - Utils: Add omit.history remapper.
    
    ### Fixed
    
    - Studio: Resolved not being able to create apps in an organization with sufficient permissions when your first organization gave you insufficient permission to create apps.
    
  • 0.20.16

    10583775 · 0.20.16 ·
    0.20.16
    
    ### Added
    
    - Block(`form`): Block(form): Add conditional field rendering.
    - App: Add the `each` action.
    - Server: Add the `each` action.
    
    ### Changed
    
    - App: Upgrade from “react-router-dom” 5.0.0 to 6.0.0.
    - React-components: Upgrade from “react-router-dom” 5.0.0 to 6.0.0.
    - Server: Accepts the `examples` property for JSON schemata instead of `example`.
    - Studio: Upgrade from “react-router-dom” 5.0.0 to 6.0.0.
    
    ### Fixed
    
    - App: Fix user.register action.
    - Server: Fix content security policy for OAuth2 client credentials login process.
    - Studio: Fixed editor console errors persisting after fixing the error.
    - Studio: Studio(blocks): Change name in block examples to type.
    
  • 0.20.15

    0cfc7baf · 0.20.15 ·
    0.20.15
    
    ### Added
    
    - Block(`qr-scan`): Add the `qr-scan` block.
    
  • 0.20.14

    2ab05f43 · 0.20.14 ·
    0.20.14
    
    ### Changed
    
    - Block(`tiles`): Unset default tile color.
    
  • 0.20.13

    670a9f91 · 0.20.13 ·
    0.20.13
    
    ### Fixed
    
    - Server: Fix regression in message formatting in `email` actions in cronjobs.