Onify Helix 0.26.1 released
8 months ago by Robert Lundsten
Changelog for 0.26.1
Upgrade
To upgrade to this version, run the following command in your custom Helix (app) repo:
npx giget "gh:onify/helix/apps/helix-app#v0.26.1./" ./ --auth="<ONIFY_GITHUB_ACCESS_TOKEN>" --force --verbose
🆕 FEATURES
-
helix-app
- Adds test page component for the new
HBulletin
component
- Adds test page component for the new
-
helix-core
-
adds
limit
prop forh-autocomplete
which enforces how many items a user can select ifmultiple
prop is enabled -
adds
hValidate.maxLength
validator to support selection limit validation for other components -
adds sanitized html support using
VueDomPurifyHTMLPlugin
-
adds
useHErrorRedirect
composable that performs a redirect to a route with error params
-
-
helix-pages
- adds
HLegacyError
page that can be used with the newuseHErrorRedirect
composable
- adds
-
helix-components
- adds
HBulletin
component
- adds
🔧 FIXES
-
helix-core
- fixes
use-http-request
error handling
- fixes
⚠️ BREAKING CHANGES
-
helix-app
- refactors helix-core installation. Need to update
main.js
.
- refactors helix-core installation. Need to update