Skip to content

v1.0.0

Compare
Choose a tag to compare
@jacobmischka jacobmischka released this 04 Apr 14:28
· 128 commits to main since this release

πŸŽ‰

Breaking changes

  • The ctx.environment property now shows the specific environment that the Action or Page is running in, instead of just "live" or "development".

New

  • Added withChoices() chained method to io.group and other IO methods to allow for customizing the "Continue" buttons to enable branching logic and more advanced workflows. See the Branching
    logic
    documentation for more information.
  • Added support for EcmaScript Modules (ESM) when using file-based routing with routesDirectory with Node.js.

Fixed

  • The ctx.action.url property and Interval client startup message now display the correct URL for custom environments.
  • Fixed an issue with the dashboard sidebar not showing up for some Page configurations.