Breaking changes:
- The
href
properties in io.display.link, io.display.table and io.select.table have been renamed tourl
.
New:
- ctx.action now contains a
url
property containing the absolute URL to the currently running action. - io.select.single and io.select.multiple now support numbers, booleans, or Date objects as option labels and values.
- io.search now supports numbers, booleans, or Date objects as result labels.
Fixed:
- Clicking an io.display.link which links to the currently running action will now create a new transaction (including any URL params, if specified).