Onify Helix 0.31.0 released
about 2 months ago by Robert Lundsten
Changelog for 0.31.0
To upgrade to v0.31.0, run the following command in your custom Helix (app) repo:
npx giget "gh:onify/helix/apps/helix-app#v0.31.0" ./ --auth="<ONIFY_GITHUB_ACCESS_TOKEN>" --force --verbose
Make sure you run
npm i
after to update packages. CheckREADME.me
for more details.
v0.31.0
helix-app
helix-app
-
Features
- add example dashboard / start page
- adds example page for searching items
- adds example page for process state component
- adds example page for layout components
- adds example page for themes
- add example theme (
example1
)
-
Fixes
- fixes text alignment being centered by default
helix-components
helix-components
-
Features
- adds
h-dialog-container
- adds
h-process-state
component - adds
h-search-items
component h-item-card
actions now show tooltips when hovered over
- adds
-
Breaking Changes
h-generic-container
has been renamed toh-page-container
helix-themes
helix-themes
- Features
- Adds scrolling style for
helix
themes
- Adds scrolling style for
helix
(platform)
helix
(platform)-
Dependencies
nx
has been upgraded to19.7.3
vue
has been upgraded to3.5.8
vuetify
has been upgraded to3.7.2
vite
has been upgraded to5.4.7
typescript
has been upgraded to^5.6.2
Make sure to run the command below before continuing to work on your helix app
npm i
-
Troubleshooting
- If, after running
npm i
, you are still encountering issues; follow these steps:- Delete the
node_modules
directory andpackage-lock.json
file in this directory - Run
npm i
again
- Delete the
- If, after running