v1.0.0
π
Breaking changes
- The
ctx.environmentproperty 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
routesDirectorywith Node.js.
Fixed
- The
ctx.action.urlproperty 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.