Socket
Socket
Sign inDemoInstall

@appsemble/cli

Package Overview
Dependencies
Maintainers
0
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/cli - npm Package Versions

1
23

0.13.13

Diff

Changelog

Source

[0.13.13] - 2020-09-08

Added

  • Block(data-loader): Add loadErrorMessage parameter for translating load error messages.
  • Block(feed): Add the following translatable messages to the block: anonymousLabel, replyErrorMessage, replyLabel, emptyLabel.
  • Block(form): Add support for AcceptRequirement and LengthRequirement for file fields.
  • Block(form): Add support for tag on fields. This sets the tag for a field’s label, overwriting the optional label.
  • Block(form): Add support for the following translatable messages: submitLabel, fieldErrorLabel, formRequirementError, invalidLabel, emptyFileLabel, optionalLabel.
  • Block(list): Add parameters for translating error messages and when no data is available.
  • Block(table): Add errorMessage and emptyMessage parameters for translation purposes.
  • App: Add support for translated app URLs. Translated page names can be entered in the translations editor.

Changed

  • Block(form): Add minimum value of 1 to maxLength and minLength in LengthRequirement.
  • Block(form): Move accept to AcceptRequirement.
  • Block(table): Update name to use remappers.

Removed

  • Preact: Remove support for messages using intl-messageformat. Use block parameters with remappers instead.

Fixed

  • Server: Don’t create ingress for apps that have an empty string domain field.
appsemble-bot
published 0.13.12 •

Changelog

Source

[0.13.12] - 2020-09-01

Added

  • Server: Add support for attaching assets to emails.
appsemble-bot
published 0.13.11 •

Changelog

Source

[0.13.11] - 2020-08-27

Added

  • Block(form): Add support for previous button. It is defined by the previousLabel parameter and onPrevious action.
  • Cli: Add appsemble organization create command to create organizations.

Changed

  • Block(form): Add remapper support to submitLabel.
  • App: Fall back to the message ID for untranslated app messages.

Removed

  • App: Remove organization styling.
  • Cli: Remove appsemble theme upload command.
  • Server: Remove organization styling.

Fixed

  • Block(form): Fix logic for determining form validity.
appsemble-bot
published 0.13.10 •

Changelog

Source

[0.13.10] - 2020-08-21

Fixed

  • Server: Fix migration for version 0.13.9.
appsemble-bot
published 0.13.9 •

Changelog

Source

[0.13.9] - 2020-08-21

Added

  • App: Add support for setting language preferences in the settings page of apps.
  • Cli: Add support for uploading app screenshots.
  • Server: Add support for uploading and serving app screenshots.
  • Studio: Display app screenshots in the app detail view.

Changed

  • App: Add link to settings page to side menu.

Fixed

  • App: Fix various issues with page routing.
appsemble-bot
published 0.13.8 •

Changelog

Source

[0.13.8] - 2020-08-18

Added

  • Block(filter): Add support for remappers.
  • Block(form): Add support for remappers.
  • Block(map): Add support for remappers.
  • Block(markdown): Add support for remappers.
  • App: Add translatable app messages.
  • App: Add string.replace remapper.
  • Studio: Add translations page to studio for translating app messages.
appsemble-bot
published 0.13.7 •

Changelog

Source

[0.13.7] - 2020-07-31

Added

  • Block(form): Add support for remappers.
  • Block(map): Allow customizing the message for location errors.
  • Utils: Add string.replace remapper.

Changed

  • Block(map): Make the location error English by default.

Fixed

  • App: Fix prefix paths for onSuccess and onError actions.
appsemble-bot
published 0.13.6 •

Changelog

Source

[0.13.6] - 2020-07-27

Added

  • Block(feed): Add support for custom markers. Refer to the block documentation for more information.
  • Block(table): Field label is now a remapper.
  • Block(table): The message for the empty state can now be configured using a remapper.
  • Block(table): The message for the error state can now be configured using a remapper.
  • App: Add email action. This action can be used to send emails based on what’s entered as its to, subject, and body parameters.
  • Server: Add support for handling email actions from apps.

Changed

  • Block(feed): Move longitude and latitude into the marker object.
  • Block(feed): Replace remapping logic with remappers.
appsemble-bot
published 0.13.5 •

Changelog

Source

[0.13.5] - 2020-07-15

Added

  • App: Add throw action. This can be used when a block specifically wants data to be thrown instead of returned.
  • App: Add data-path and data-type attributes to pages and blocks on pages.
  • Block(detail): Add appsemble- type classes to the containers of fields to make it easier to style them. For example: appsemble-file for file type fields.
  • App: Add support for login with third party OAuth2 providers.
  • Block(data-notifier): Add new the data-notifier block. This has the same functionality as the filter block for refreshing new data, but for general use.
  • Block(detail-viewer): Add icons property which can be used to customize the way the marker looks. It is identical to how works in map.
  • Block(form): Add appsemble- type classes to the containers of fields to make it easier to style them. For example: appsemble-file for file type fields.
  • Block(form): Add requirements parameter to base of form. This can be used to perform an action that mutates the form based on what is returned from the action.
  • Block(list): Add image property.
  • Block(map): Add color property to icons. This can be used to change the color of custom markers.
  • Block(map): Add defaultLocation property. This property is used to set the location of the map when the user’s location cannot be found. It defaults to Greenwich Park.
  • Server: Add login flow for user apps using third party OAuth2 providers.
  • Studio: Add login flow for user apps using third party OAuth2 providers.
  • Studio: Add option to mark specific resources to be included when cloning template apps.
  • Studio: Add prompt when closing the editor with unsaved changes.

Changed

  • App: Make noop action return the data it received instead of returning nothing.
  • Block(filter): This block has been rewritten, because it had too many issues. Support for data notifications has been removed. Use data-notifier instead.
  • Block(form): Move several fields specific to validation to the requirements array. Refer to the block documentation for specific changes.

Fixed

  • Studio: Fix bug where user gets redirected to app details when trying to access secured routes.
appsemble-bot
published 0.13.4 •

Changelog

Source

[0.13.4] - 2020-06-29

Added

  • Block(form): Add submitLabel property for customizing the label on the submit button.
  • Block(form): Add support for requirements in string fields. Please consult the block documentation for further details.
  • Block(form): Add support for radio type fields.
  • Block(timer): Add the timer block.
  • Studio: Add new InviteMember permission to the maintainer role within an organization. They are allowed to invite members, resend invitations and delete pending invitations.
  • Studio: Add Default column to block documentation.
  • Server: Support optional display name upon registration.
  • Studio: Support optional display name upon registration.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc