Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@appsemble/cli

Package Overview
Dependencies
Maintainers
4
Versions
229
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.18.3

Diff

Changelog

Source

[0.18.3] - 2021-03-24

Fixed

  • Studio: Fix crash issue on organizations page.
  • Studio: Fix handling of null values in organization settings.
appsemble-bot
published 0.18.2 •

Changelog

Source

[0.18.2] - 2021-03-23

Added

  • Block(data-loader): Add Danish translations.
  • Block(data-loader): Add French translations.
  • Block(data-loader): Add German translations.
  • Block(data-notifier): Add Danish translations.
  • Block(data-notifier): Add French translations.
  • Block(data-notifier): Add German translations.
  • Block(detail-viewer): Add support for viewing large versions of images.
  • Block(feed): Add Danish translations.
  • Block(feed): Add French translations.
  • Block(feed): Add German translations.
  • Block(feed): Add support for viewing large versions of images.
  • Block(filter): Add Danish translations.
  • Block(filter): Add French translations.
  • Block(filter): Add German translations.
  • Block(form): Add Danish translations.
  • Block(form): Add French translations.
  • Block(form): Add German translations.
  • Block(form): Add support for viewing large versions of images.
  • Block(form): Localize calendar of date and date-picker fields.
  • Block(list): Add Danish translations.
  • Block(list): Add French translations.
  • Block(list): Add German translations.
  • Block(map): Add Danish translations.
  • Block(map): Add French translations.
  • Block(map): Add German translations.
  • Block(table): Add Danish translations.
  • Block(table): Add French translations.
  • Block(table): Add German translations.
  • App: Add class appsemble-login to make applying custom styling to the login page easier.
  • Studio: Add option to override the Appsemble core messages. For example: app.src.components.OpenIDLogin.loginWith to override the messages for the login buttons.
  • Studio: Add option to specify role when inviting members to an organization.
  • Studio: Add organization details pages. Theses page can be used to view all different organizations that are using Appsemble.
  • Studio: Add support for email, description, and website to organizations.
  • Studio: Add support for hiding the default Appsemble login method.
  • Studio: Add support for specific translations per block on each page.

Changed

  • Studio: Move organization settings to the organization details pages.
appsemble-bot
published 0.18.1 •

Changelog

Source

[0.18.1] - 2021-03-08

Added

  • Server: Add support for automatically backing up previous app definitions.
  • Studio: Add support for viewing and restoring app snapshots.
  • Studio: Add support for viewing app definitions.
appsemble-bot
published 0.18.0 •

Changelog

Source

[0.18.0] - 2021-03-01

Added

  • Block(data-loader): Add support for translating block messages.
  • Block(data-notifier): Add support for translating block messages.
  • Block(feed): Add support for translating block messages.
  • Block(filter): Add support for translating block messages.
  • Block(form): Add support for translating block messages.
  • Block(list): Add support for translating block messages.
  • Block(map): Add support for translating block messages.
  • Block(table): Add support for translating block messages.
  • App: Add link.back and link.next actions. These can be used to navigate between previously visited pages.
  • Cli: Clear the block output directory before building.
  • Server: Add the Content-Disposition header for app assets.
  • Server: Implement Sentry for all commands, not just start.
  • Studio: Add indicator for locked apps.
  • Studio: Add option to delete app icons.
  • Webpack-config: Add package @appsemble/webpack-config.

Changed

  • App: Hide menu by default if only one page is visible.

Removed

  • Block(data-loader): Remove label loadErrorMessage. This has been replaced by the message translation support.
  • Block(data-notifier): Remove labels buttonLabel, newMessage, updatedMessage. These have been replaced by the message translation support.
  • Block(feed): Remove labels anonymousLabel, emptyLabel, replyErrorMessage, replyLabel. These have been replaced by the message translation support.
  • Block(filter): Remove labels clearLabel, titleLabel, submitLabel. These have been replaced by the message translation support.
  • Block(form): Remove labels fieldErrorLabel, formRequirementError, invalidLabel, optionalLabel, previousLabel, submitError, submitLabel. These have been replaced by the message translation support.
  • Block(list): Remove labels error, noData. These have been replaced by the message translation support.
  • Block(map): Remove label locationError. It has been replaced by the message translation support.
  • Block(table): Remove labels emptyMessage, error. These have been replaced by the message translation support.
appsemble-bot
published 0.17.6 •

Changelog

Source

[0.17.6] - 2021-02-10

Added

  • Cli: Add contexts in .appsemblerc.yaml.
  • Server: Add locked property to apps.
  • Studio: Add app locking option. This can be used to put apps in a read only state.
  • Studio: Add option to edit the long description of an app in the app’s settings.

Changed

  • App: Prevent returning null when fetching undefined properties in prop remapper.
  • Cli: Change appsemble auth login command to appsemble login.
  • Cli: Change appsemble auth remove command to appsemble logout.
  • Server: App assets are now hard deleted instead of soft deleted.
  • Server: App resources are now hard deleted instead of soft deleted.
appsemble-bot
published 0.17.5 •

Changelog

Source

[0.17.5] - 2021-02-03

Changed

  • Server: App, block, and organization icons are now cached.
  • Server: Email addresses are now treated as case insensitive.
appsemble-bot
published 0.17.4 •

Changelog

Source

[0.17.4] - 2021-02-02

Fixed

  • Server: Include translations
appsemble-bot
published 0.17.3 •

Changelog

Source

[0.17.3] - 2021-02-02

Added

  • App: Add support for maskable icons.
  • CLI: Add support for maskable icons.
  • Studio: Add French language selection.
  • Studio: Add German language selection.
  • Studio: Add tool for managing app icons.
  • Studio: Display author in resources table.

Changed

  • App: App icons are now scaled, not cropped.
  • Studio: Display maskable app icons.
  • Studio: Include app styles when cloning apps.

Fixed

  • Block(form): Fix loading initial values for enum fields that have asynchronous options.
appsemble-bot
published 0.17.2 •

Changelog

Source

[0.17.2] - 2021-01-26

Added

  • Block(map): Add center and follow event listeners.
  • Cli: Upload readme.md files as the long description for apps.
  • Server: Add support for long descriptions for apps.
  • Studio: Render long descriptions in the app details pages.

Changed

  • Studio: Add ManageTeams permission to Manager role in organizations. Organization managers now have full access to teams for apps.
  • Studio: Add various design changes.

Fixed

  • App: Fix resource.delete and resource.update ID resolution.

Security

  • Server: Resource API calls made from Appsemble Studio or client credentials now use the organization security model instead of the app security model.
appsemble-bot
published 0.17.1 •

Changelog

Source

[0.17.1] - 2021-01-21

Added

  • App: Add a remapper for the body of request actions.
  • App: The team.join action allows blocks to join a team.
  • App: The team.list action allows blocks to access all teams in the app.
  • Server: Add a remapper for the body of request actions.
  • Server: Add endpoints for manually replacing, creating, and removing app screenshots.
  • Studio: Add option to upload and delete screenshots.

Changed

  • Server: Remove the user filter from the teams API if it’s called from an app.

Fixed

  • Block(form): Fix selecting enum option values that aren’t strings.

Security

  • Server: Allow users to join a team from within an app.
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