Onify Helix 0.32.0 released
about 1 month ago by Robert Lundsten
Changelog for 0.32.0
To upgrade to v0.32.0, run the following command in your custom Helix (app) repo:
npx giget "gh:onify/helix/apps/helix-app#v0.32.0" ./ --auth="<ONIFY_GITHUB_ACCESS_TOKEN>" --force --verbose
Make sure you run
npm i
after to update packages. CheckREADME.me
for more details.
v0.32.0
helix-components
helix-components
-
Features
- adds
actions-menu
property forh-item-card
- If enabled, and there are more than 1 action in the item card, they are placed inside a dropdown menu
- adds
_window
target that enablesh-action-link
to open in new window- See Window Features for a list of parameters to use with this new feature
- adds
h-onify-logo
component
- adds
-
Fixes
- fixes
h-search-items
dialog not closing when clicking outside
- fixes