[go: up one dir, main page]

Skip to content

Tags

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

    21b69f41 · 0.21.3 ·
    0.21.3
    
    ### Added
    
    - Server: Add email quota rate limiting.
    - Studio: Add a notification for apps exceeding email quota.
    - Studio: Add support for viewing app quotas.
    
    ### Fixed
    
    - App: Use correct prefix path when using the (proxied) request-, email- or notify action within the match action.
    
  • 0.21.2

    5420a7b6 · 0.21.2 ·
    0.21.2
    
    ### Fixed
    
    - Block(`video`): Vimeo player now react to customized sizes.
    
  • 0.21.1

    b8f15a88 · 0.21.1 ·
    0.21.1
    
    ### Fixed
    
    - Cli: Add missing default arguments.
    - Cli: Include missing Bulma dependency to resolve crash.
    
  • 0.21.0

    91e4df72 · 0.21.0 ·
    0.21.0
    
    ### Added
    
    - Block(`barcode-scan`): Allow block to scan other type of codes.
    - Block(`barcode-scan`): Allow user to set patch size of stream or image file.
    - Block(`barcode-scan`): Allow user to set up resolution to make scanner get code more precise.
    - Block(`barcode-scan`): New icon for the block.
    - Block(`detail-viewer`): Allow to extract image from URL and asset.
    - Block(`detail-viewer`): Allow to render videos.
    - Block(`video`): Allows video from URL and asset.
    - Block(`video`): Allows video from YouTube.
    - Cli: Initial release of the development server introducing the new command `serve`.
    - Server: Add SCIM support.
    
    ### Changed
    
    - Block(`barcode-scan`): New description of block and its parameters.
    - Block(`form`): Support inline fields within fieldsets.
    - Block(`qr-scan`): Emits code as object instead of string.
    - Studio: Moved remapper documentation into its own section.
    - Utils: Separate remappers into sections.
    
    ### Removed
    
    - Block(`detail-viewer`): Remove file base parameter.
    
    ### Fixed
    
    - Block(`form`): Display buttons for fieldset when min/max length is specified.
    - Block(`form`): Fix validation of fields which come after a fieldset.
    - Studio: Fixed code highlighting not working in MDX files.
    
  • 0.20.45

    e7ae22c2 · 0.20.45 ·
    0.20.45
    
    ### Added
    
    - Block(`barcode-scan`): Initial release.
    - Block(`barcode-scan`): Supports scanning code from image file.
    - Block(`form`): Support default value for date fields.
    - Block(`image`): The Image block now has width and height (in pixel) properties.
    - App: Added `team.members` action.
    - Server: Add `resource.patch` action to server.
    - Server: Added specific `getTeamMember` endpoint.
    
    ### Changed
    
    - Utils: __Breaking__ Change not remapper to, compute then invert `null` and `singular` values.
    
    ### Fixed
    
    - Block(`filter`): Fix filtering for `date` and `date-range` fields.
    - Block(`form`): Support not passing fields to block.
    - Server: Implement `resource.create` action instead of reusing the `request` action.
    - Server: Implement `resource.delete` action instead of reusing the `request` action.
    - Server: Implement `resource.get` action instead of reusing the `request` action.
    - Server: Implement `resource.update` action instead of reusing the `request` action.
    
  • 0.20.44

    8d235097 · 0.20.44 ·
    0.20.44
    
  • 0.20.43

    061eb014 · 0.20.43 ·
    0.20.43
    
    ### Added
    
    - Block(`table`): Support custom size of image in table cell.
    - Block(`table`): Support images in table cell.
    - Server: Support authentication for the `request action` using app service secrets when proxied.
    - Studio: Add service secrets to app secrets page.
    - Utils: Add `log` remapper.
    - Utils: Add `match` remapper.
    - Utils: Add `not` remapper.
    
    ### Changed
    
    - Block(`form`): The form block now uses actions to `autofill` form fields.
    
    ### Fixed
    
    - Block(`form`): Resolve date fields and boolean field missing form values when remapping in `required` requirement.
    
  • 0.20.42

    b0b97b7f · 0.20.42 ·
    0.20.42
    
  • 0.20.41

    7048d143 · 0.20.41 ·
    0.20.41
    
    ### Added
    
    - Block(`form`): Add alt format option for date and date-time field.
    - Block(`form`): Support manual input in date and date-time fields.
    - Block(`table`): Add `StringField` to provide users direct write access to table entries.
    
    ### Fixed
    
    - Server: Set missing `userinfo` fields (`locale` and `zoneinfo`) in the `userinfo` API.
    
  • 0.20.40

    e0e49a6b · 0.20.40 ·
    0.20.40
    
    ### Added
    
    - Block(`form`): Make block data accessible to `from` and `to` requirements.
    
    ### Fixed
    
    - App: Resolve issue related to startup notifications being enabled by default for all apps.
    - Server: Resolve issue where the app name and organization id are undefined in the URL subdomain when using the app remapper URL option.
    
  • 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.