[go: up one dir, main page]

Skip to content

Tags

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

    45878775 · 0.18.23 ·
    0.18.23
    
    ### Fixed
    
    - Server: Make `remote` argument optional.
    
  • 0.18.22

    5b345c6d · 0.18.22 ·
    0.18.22
    
    ### Added
    
    - App: Add Croatian translations.
    - App: Add `share` action.
    - Cli: Added `--dry-run` option to `appsemble app create`.
    - Server: Add block synchronization with remote Appsemble instances.
    - Server: Add option to do a dry run of the app creation endpoint. By adding `?dryRun=true` to the query string, apps can now be validated without having to create a new app or using an existing app.
    - Studio: Add Croatian translations.
    
    ### Changed
    
    - Cli: Replace [`typescript-json-schema`](https://github.com/YousefED/typescript-json-schema) with [`ts-json-schema-generator`](https://github.com/vega/ts-json-schema-generator).
    - Cli: The CLI now looks for `app-definition.yaml` instead of `app.yaml`.
    
  • 0.18.21

    1f79d9b5 · 0.18.21 ·
    0.18.21
    
    ### Added
    
    - App: Append returned element from the `bootstrap` SDK function to the shadow root.
    - Cli: Add support for including an icon when creating an organization.
    - Server: Add support for including an icon when creating an organization.
    - Server: The block APIs now return a list of languages supported by the block.
    - Studio: Add support for including an icon when creating an organization.
    
    ### Removed
    
    - Sdk: Remove `attach` function.
    
  • 0.18.20

    6a5076fd · 0.18.20 ·
    0.18.20
    
    ### Fixed
    
    - App: Fix crash that happened on builtin pages.
    - Server: Escape query parameters in returned icon URLs.
    
  • 0.18.19

    df9cc084 · 0.18.19 ·
    0.18.19
    
    ### Added
    
    - Server: Add new option `--sentry-allowed-domains` to only serve Sentry on apps from specific domains.
    
    ### Changed
    
    - App: Sync up bottom navigation with side navigation in terms of the available options based on the `layout` property.
    
    ### Removed
    
    - Server: Remove block resources.
    
    ### Fixed
    
    - App: Fix usage of `navigation` property in pages.
    - Server: Fix serving maskable app icons.
    - Studio: Use app icons provided by the API.
    - Studio: Use block icons provided by the API.
    
  • 0.18.18

    188a5c2f · 0.18.18 ·
    0.18.18
    
    ### Added
    
    - App: Add Russian translations.
    - Appsemble: Add `progress` property to `flow` pages. This can be used to set the method used to display the progress of a flow page’s steps.
    - Studio: Add Russian translations.
    
    ### Changed
    
    - Appsemble: Change the background color of `corner-dots` in `flow` pages. More often than not these ended up being invisible due to the default background color.
    
  • 0.18.17

    0c014e62 · 0.18.17 ·
    0.18.17
    
    ### Added
    
    - App: Add `navTitle` property to page.
    - Studio: Add password strength indicator.
    
    ### Changed
    
    - Cli: Change the default remote to `https://appsemble.app`.
    
    ### Fixed
    
    - Cli: Fix the `--ignore-conflict` flag behavior.
    
    ### Security
    
    - Server: Passwords must now be at least 8 characters.
    
  • 0.18.16

    f1352278 · 0.18.16 ·
    0.18.16
    
    ### Added
    
    - Block(`data-loader`): Add support for `context`. The data passed to the block (for example the current data in a flow page) is now available in the property `data` when using `context` remappers.
    - Block(`video`): Add video block.
    - App: Add `condition` action.
    - App: Add action `flow.to`.
    - Appsemble: Add `translate` remapper. This can be used instead of `message.format` for simpler messages that don’t use any message values.
    - Cli: Add support setting an icon when creating an app.
    - Cli: Add support setting an icon when updating an app.
    - Cli: Set the process name to `appsemble`.
    - Server: Add `condition` action.
    - Server: Allow specifying `iconBackground` when creating an app.
    - Server: Allow specifying `maskableIcon` when creating an app.
    - Server: Set the process name to `appsemble`.
    
    ### Fixed
    
    - App: Fix inclusion of `context` within remappers for `query` in `request` actions. This was causing `context` to not be available.
    
  • 0.18.15

    b3504c2a · 0.18.15\n\n### Added ·
    0.18.15\n\n### Added
    
    - Studio: Add core app message translations to the translations page.
    
    - Server: Block organization IDs that could be used to impersonate Appsemble.
    - Server: Redirect to Appsemble Studio for app-like URLs.