Onify Helix 0.26.1 released
over 1 year 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
HBulletincomponent
- Adds test page component for the new
-
helix-core-
adds
limitprop forh-autocompletewhich enforces how many items a user can select ifmultipleprop is enabled -
adds
hValidate.maxLengthvalidator to support selection limit validation for other components -
adds sanitized html support using
VueDomPurifyHTMLPlugin -
adds
useHErrorRedirectcomposable that performs a redirect to a route with error params
-
-
helix-pages- adds
HLegacyErrorpage that can be used with the newuseHErrorRedirectcomposable
- adds
-
helix-components- adds
HBulletincomponent
- adds
🔧 FIXES
-
helix-core- fixes
use-http-requesterror handling
- fixes
⚠️ BREAKING CHANGES
-
helix-app- refactors helix-core installation. Need to update
main.js.
- refactors helix-core installation. Need to update