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 Submit buttons 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.