This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
v1.0.0
π
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
with_choices()
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.
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.