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
2123

0.13.3

Diff

Changelog

Source

[0.13.3] - 2020-06-11

Added

  • App: Add onSuccess and onError properties to actions. This allows for chaining actions together by defining additional actions that are dispatched depending on whether the parent action ran successfully or produced an error.
  • App: Add message action. This action can be used to display messages to the user.

Changed

  • App: Redirect the user to a login page inside the app when logging in instead of linking to Appsemble Studio directly.
  • Block(button-list): Change label property type from string to Remapper.
appsemble-bot
published 0.13.2 •

Changelog

Source

[0.13.2] - 2020-06-03

Added

  • CLI: Extract descriptions from TSDoc.
  • CLI: Normalize the --remote argument.
  • Server: Add event descriptions.
  • Studio: Add event descriptions.
appsemble-bot
published 0.13.1 •

Changelog

Source

[0.13.1] - 2020-06-02

Added

  • Studio: Add support for login with GitHub.
  • Studio: Add automated documentation rendering for blocks. This can be found at /blocks.

Changed

  • Server: Rename CLI arguments to be consistent with terminology used in OAuth2.
  • Studio: Replace login button when not logged in with a dropdown. This allows access to documentation and other related links without having to log in beforehand.

Fixed

  • Studio: Fix login with OAuth2.
appsemble-bot
published 0.13.0 •

Changelog

Source

[0.13.0] - 2020-05-15

Added

  • App: Allow to proxy requests through the Appsemble API.
  • Appsemble: Add support for running npx appsemble.
  • Block(detail-viewer): Implement remappers.
  • Block(list): Add icon property. This can be used to display icons next to the header.
  • Create: Add mini-jsx template based on the current stats block.
  • SDK: Add support for remappers using the util.remap function.
  • Server: Add support for using remappers in the notification data definition.

Changed

  • App: Proxy requests through the Appsemble API by default.
  • App: The remap property of actions now uses the new remapper functionality.
  • Block(list): Replace name with value.
  • Block(list): Apply remapper to value and label.
  • Block(stats): Replace name with value.
  • Block(stats): Apply remapper to value and label.
  • Server: Converted user IDs to use UUID instead of auto-incremented integers.

Fixed

  • Studio: Fix file upload components not displaying correctly.
appsemble-bot
published 0.12.8 •

Changelog

Source

[0.12.8] - 2020-04-29

Fixed

  • Server: Fix connection to database with self-signed certificate.
appsemble-bot
published 0.12.7 •

Changelog

Source

[0.12.7] - 2020-04-29

Fixed

  • CI: Fix the release process for production.
appsemble-bot
published 0.12.6 •

Changelog

Source

[0.12.6] - 2020-04-29

Added

  • App: Add meta description tag.
  • App: Add minimal robots.txt.
  • CLI: Add support for block icons.
  • Server: Add support for block icons.
  • Studio: Add asset management page for apps. This can be used to preview, download, delete, and update assets.

Fixed

  • App: Fix app theme color.
  • Studio: Add asset management page for apps. This can be used to preview, download, delete, and update assets.
appsemble-bot
published 0.12.5 •

Changelog

Source

[0.12.5] - 2020-04-16

Added

  • Block(@appsemble/detail-viewer): Add support for icons in string fields.
  • Block(@appsemble/filter): Add exact property for fields. When enabled, the values will be checked using equality instead of partial matches.
  • Block(@appsemble/list): Add base property. This can be used when using initial data passed through from other actions.
  • Block(@appsemble/list): Add support for receiving initial data.

Changed

  • Block(@appsemble/filter): Make type property for fields required.
  • Server: Flatten the block publish API.
  • CLI: Fix compatibility with the updated block publish API.
appsemble-bot
published 0.12.4 •

Changelog

Source

[0.12.4] - 2020-04-06

Added

  • Block(@appsemble/map): Add support for custom markers.
  • CLI: Publish @appsemble/cli on the npm registry.
  • Server: Add support for outputting CSV in resource API.

Changed

  • Block(@appsemble/detail-viewer): Make field.label render no label instead of field.name if the label is undefined.
  • Block(@appsemble/map): Change default marker from a custom icon to the Font Awesome map-marker-alt icon.
  • Block(@appsemble/form): Make field.label render no label instead of field.name if the label is undefined.
  • Block(@appsemble/table): Make field.label render no label in the header if the label is undefined. If no labels are defined at all, the table header won’t be displayed at all.
  • CLI: Remove block register command. You can now always use block publish when publishing new blocks or new block versions.
remcohaszing
published 0.3.0 •

Changelog

Source

[0.3.0] - 2019-01-25

Added

  • CLI: Add @appsemble/cli for block developers.
  • Editor: Implement login functionality.
  • Editor: Implement social login functionality.
  • Server: Add a user API, including email registration.
  • Server: Secure the app API using OAuth2 / JWT.
  • Server: Add a basic resource API.
  • Server: Add new block API.
  • Server: Add new block version API.

Changed

  • Server: API was renamed to server.
  • Server: The --initialize-database flag was changed to the initialize subcommand.
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