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

@appsemble/utils

Package Overview
Dependencies
Maintainers
0
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/utils - npm Package Versions

1
1617

0.18.9

Diff

Changelog

Source

[0.18.9] - 2021-04-30

Added

  • Cli: Add support for organization email, website, and description.
  • Studio: Add raw JSON editor for resources.

Changed

  • App: The same side menu is used now as in Appsemble Studio.
  • App: The default theme has been updated.
  • Cli: The --verify flag for appsemble app extract-messages now takes a list of languages to verify.
  • Cli: appsemble app extract-messages now extracts messages for the default language.
  • Studio: The default theme has been updated.

Removed

  • App: Remove support for OAuth2 password login.
  • Cli: Remove support for the @ prefix for organization IDs.
  • Server: Remove support for OAuth2 password login.
  • Studio: Remove the GUI app editor.

Fixed

  • Studio: Fix displaying of App ratings.

Security

  • Server: Organization members can only be viewed by organization members.
  • Studio: Organization members can only be viewed by organization members.
appsemble-bot
published 0.18.8 •

Changelog

Source

[0.18.8] - 2021-04-16

Added

  • CLI: Add command extract-messages for extracting and validating app messages.

Removed

  • App: The runtime check for required actions has been removed.

Fixed

  • Block(form): Fix displaying of previous form state in checkbox fields when using flow.back.
appsemble-bot
published 0.18.7 •

Changelog

Source

[0.18.7] - 2021-04-12

Added

  • Studio: Add option to view larger images of App screenshots in Studio.

Fixed

  • App: Fix crash when using dialog actions.
appsemble-bot
published 0.18.6 •

Changelog

Source

[0.18.6] - 2021-04-09

Added

  • Studio: Add option to reorder array items in the resource editor.
  • Studio: Add option to sort primitive types in the resource editor.
  • Studio: Add options to hide properties from the resource table.

Changed

  • Sdk: Actions should be called directly instead of calling dispatch().
  • Studio: Display name of organizations instead of the ID whenever possible.

Fixed

  • Sdk: Return the correct URL when calling href() on link actions.
  • Studio: Fix issue where array items were not inserted properly in the resource editor.
appsemble-bot
published 0.18.5 •

Changelog

Source

[0.18.5] - 2021-03-31

Added

  • Studio: Add support for collapsing objects and arrays in the resource editor.

Changed

  • Server: Add $public role for resource roles.
  • Server: Make resources private by default.
appsemble-bot
published 0.18.4 •

Changelog

Source

[0.18.4] - 2021-03-24

Fixed

  • Server: Fix serving apps
  • Server: Fix serving Appsemble Studio
appsemble-bot
published 0.18.3 •

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.
1
1617
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