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

@appsemble/types

Package Overview
Dependencies
Maintainers
4
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/types - npm Package Versions

1
22

0.20.11

Diff

Changelog

Source

[0.20.11] - 2022-07-12

Added

  • Block(audio): Add audio block.
  • Block(form): Add dense property.
  • Server: If a user requests an app through an Appsemble domain, but the app has a custom domain, the user is redirected to the custom domain.

Changed

  • Cli: Automate the login flow.

Removed

  • Webpack-config: Remove support for the paths property in tsconfig.json.
appsemble-bot
published 0.20.10 •

Changelog

Source

[0.20.10] - 2022-06-21

Added

  • App: Add remapAfter and remapBefore to actions.
  • App: Add support for custom SMTP settings for apps. These can be found in the app secrets page.
  • Server: Support block examples.
  • Studio: Show block examples.

Changed

  • Studio: Change Import from CSV button to also accept JSON files.

Deprecated

  • App: Deprecate remap on actions, remapBefore may be used instead. Existing apps that still use remap will continue to work.
appsemble-bot
published 0.20.9 •

Changelog

Source

[0.20.9] - 2022-06-15

Added

  • Block(form): Add alwaysValidate option to form requirements. This can be useful for fields that can also perform validation on fields that are filled in at a later time.
  • Block(form): Add confirm option to date and date-time fields. Enabling this will display a confirm button once a date has been selected.
  • Block(form): Add dateFormat property to date and date-time fields to customize the way these are shown to the user.
  • Block(image): Add image block.

Changed

  • Studio: Sort custom messages section in app translations alphabetically.
appsemble-bot
published 0.20.8 •

Changelog

Source

[0.20.8] - 2022-06-12

Added

  • Block(action-button): Add title property.
  • Block(button-list): Add title property.
  • Block(form): Add color and size properties to boolean fields.
  • Block(form): Add support for displaying boolean/checkbox fields as switches.
  • Block(table): Add disabled property for button columns.
  • Block(table): Add title property to button fields.
  • App: Add view property to resource.query and resource.get actions.
  • Server: Add support for resource views.
  • Utils: Add object.omit remapper.
  • Utils: Add random.float random.integer random.string remapper.

Fixed

  • Block(form): Fix bug where icon would be ignored for date and date-time fields.
  • Block(table): Move alignment property specific to dropdown fields to the dropdown field property. This was added to DropdownOption instead of DropdownField by accident.
  • App: Fix bug where register form was displayed twice.
appsemble-bot
published 0.20.7 •

Changelog

Source

[0.20.7] - 2022-05-25

Added

  • Block(table): Add alignment property to allow for setting the alignment of dropdown fields.
  • App: Add lt and gt remappers for comparing if a value if greater than or less than another value.
  • App: Add support for setting an end date for the ics remapper. This is mutually exclusive with the property duration.
  • Server: Add support for null in OData queries. For example: /$filter=date eq null.

Changed

  • Block(tiles): Change default text color to be brighter.
  • Block(tiles): Rename asset to image. Any value that matches a valid URL will be used as the source of the image, otherwise it will attempt to load an asset based on either an alias or a UUID.

Fixed

  • Block(tiles): Fix background color. This used to assume the color is a valid Bulma color. Instead it will display either a hex value, a valid Bulma color, or default to primary.
appsemble-bot
published 0.20.6 •

Changelog

Source

[0.20.6] - 2022-05-13

Added

  • Block(form): Add TimeRangeRequirement for date-time fields to limit the time range.
  • Block(form): Add new requirement for date and date-time fields to disable selecting dates that fall on specific weekdays.
  • App: Add download action for downloading the result of an action.
  • App: Add remapper ics for creating calendar events.
  • Server: Email actions now support content based attachments.

Fixed

  • Server: Fix case sensitivity bug when using password grant type.
appsemble-bot
published 0.20.5 •

Changelog

Source

[0.20.5] - 2022-04-11

Added

  • Block(chart): Support custom colors for the y axis.
  • Block(chart): Support custom step size for the y axis.
  • Block(table): Add alignment property to field types.
  • Block(table): Add support for button field types.

Changed

  • Cli: Expose all block parameter related types as definitions.

Fixed

  • App: Fix issue where teams were not correctly updated when joining a team.
appsemble-bot
published 0.20.4 •

Changelog

Source

[0.20.4] - 2022-04-01

Added

  • Block(chart): Add loading indicator if the chart has not received any data yet.

Fixed

  • App: Fix resolving of pages based on translated page names.
appsemble-bot
published 0.20.3 •

Changelog

Source

[0.20.3] - 2022-03-31

Added

  • App: Add security.teams property in app definition.
  • App: Add team.invite action.
  • App: Add page for accepting team invites.
  • App: Add support for replacing existing login and register pages with custom pages by naming the pages Login or Register.
  • Server: Add support for team invites.

Changed

  • Block(chart): Make min and max in yAxis property optional.
  • Studio: Replace the JSON schema representation of block parameters and definitions with the one used to render out app resource schema.

Fixed

  • Cli: Fix issue where the description for $any actions and events were not extracted.
  • Studio: Fix issue where block documentation would not render any types that used anyOf or oneOf.
appsemble-bot
published 0.20.2 •

Changelog

Source

[0.20.2] - 2022-03-01

Changed

  • Server: Add visibility property to blocks, this allows for blocks to be hidden from the block store.
  • Server: Change public list of organizations to also include organizations with public blocks.

Fixed

  • Create-appsemble: Fix fatal error in create-appsemble block command.
  • Server: Query all necessary fields for server side actions.
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