v1.0.0-beta.1
Pre-release
Pre-release
·
38 commits
to main
since this release
π Features
- docs:
- playground:
- styles:
- Add experimental cache for SASS compilation - by Andrei Elkin (3744c)
- vite:
- Enable vuetify styles plugin for custom styles configuration - by Andrei Elkin (d7555)
- vuetify-nuxt-module:
- Add experimental cache for vuetify styles in dev - by Andrei Elkin (7a7d3)
π Fixes
- Handle named export in vuetify custom config file - by Andrei Elkin (0e77f)
- Allow boolean styles config to include utilities and colors - by Andrei Elkin (dd9d7)
- vuetify-nuxt-module:
π Performance
- Handle CSS resolution for relative and absolute paths - by Andrei Elkin (a333c)
π¨ Refactor
- Convert to monorepo, drop obsolete styles plugin and css inlining, bump dependencies - by Andrei Elkin (81612)
- Remove unused vuetifyStylesPlugin import - by Andrei Elkin (f3be0)
π Documentation
- Remove outdated tip about inline styles with SSR - by Andrei Elkin (9244b)
- Restructure sidebar navigation for improved organization - by Andrei Elkin (4e6ed)
- Restructure documentation for better organization - by Andrei Elkin (7fa25)
- Remove deprecated disableVuetifyStyles option - by Andrei Elkin (bdef4)
- Update SASS compiler configuration documentation - by Andrei Elkin (52d98)
- Add LICENSE and README for package - by Andrei Elkin (aa603)
- Update compatibility warning for Nuxt v3.15.0+ - by Andrei Elkin (38a90)
- Update SASS configuration guide for version 0.17.0 - by Andrei Elkin (10a37)
- Restructure installation guide and improve compatibility section - by Andrei Elkin (47aaa)
- Improve i18n guide formatting and update links - by Andrei Elkin (46ee8)
- Wrap code examples in code groups for better readability - by Andrei Elkin (ef860)
- Remove playground instructions from i18n guide - by Andrei Elkin (2e47b)
- Add custom logo and adjust navbar styling - by Andrei Elkin (aa8a7)
- Update internal documentation links for improved structure - by Andrei Elkin (dac8e)
- Improve introduction and restructure configuration section - by Andrei Elkin (e53a9)
- Move compatibility section to end of guide - by Andrei Elkin (4513a)
- Update hero image and add styling for shadow - by Andrei Elkin (d89bc)
- Clarify caveats for Vuetify config changes in dev - by Andrei Elkin (0a5e3)
- Migrate compatibility matrix to Vue component - by Andrei Elkin (a37cc)
- Remove FAQ page from navigation and delete file - by Andrei Elkin (febdb)
- Restructure styling guide and move configuration pages - by Andrei Elkin (c2756)
- Update i18n guide to remove outdated version reference - by Andrei Elkin (47bc2)
- Fix markdown formatting in date feature guide - by Andrei Elkin (356af)
- Remove outdated TypeScript warning for older Nuxt versions - by Andrei Elkin (7bc7a)
- Restructure composables documentation under globals section - by Andrei Elkin (497b1)
- Update version references and clarify Vuetify compatibility - by Andrei Elkin (ae377)
- Improve clarity and consistency in documentation wording - by Andrei Elkin (e901c)
- Fix broken link to SASS variables guide - by Andrei Elkin (1b1eb)
- Add UnoCSS and Tailwind integration guide - by Andrei Elkin (f74a7)
- Remove redundant nav item - by Andrei Elkin (fd8d4)
- Update branding assets to use new logo and icon set - by Andrei Elkin (96fbb)
- Add Vuetify 4 UnoCSS preset icons usage guide - by Andrei Elkin (55263)
- Add warning about UnoCSS preset-icons prefix - by Andrei Elkin (49ab9)
- Update copyright holder to Vuetify, LLC - by Andrei Elkin (e20c0)
- Update @nuxtjs/i18n version requirement to ^9.0.0 - by Andrei Elkin (bf12a)
- home: Add mouse-tilt effect to homepage logo - by Andrei Elkin (4d22f)
- module: Add JSDoc comments to module types and hooks - by Andrei Elkin (bab5e)
π¦ Build
- Exclude vuetify-locale-playground from TypeScript config - by Andrei Elkin (cb2f2)
- Add supported architectures to workspace config - by Andrei Elkin (da0dc)
π‘ Chores
- Add workspace version to package.json - by Andrei Elkin (e96d4)
- Remove dev console log from the plugin - by Andrei Elkin (b3580)
- Update workspace dependencies to use catalog versions - by Andrei Elkin (96f64)
- Update vuetify to catalog version and bump to 4.0.1 - by Andrei Elkin (1e926)
- Release v1.0.0-alpha.2 - by Andrei Elkin (4cc6b)
- Lint - by Andrei Elkin (e4a91)
- Migrate to pnpm strict catalog mode - by Andrei Elkin (9572b)
- Release v1.0.0-alpha.3 - by Andrei Elkin (46ab5)
- Release v1.0.0-alpha.4 - by Andrei Elkin (09843)
- Release v1.0.0-alpha.5 - by Andrei Elkin (e4591)
- Release v1.0.0-alpha.6 - by Andrei Elkin (dde09)
- Update Node.js version and simplify workspace config - by Andrei Elkin (47ca8)
- Release v1.0.0-beta.1 - by Andrei Elkin (c5d76)
- playground: Add missing date picker aria labels and badge key - by Andrei Elkin (9a742)
- vuetify-nuxt-module: Remove redundant prepare step from docs:build script - by Andrei Elkin (18ac7)
π§ͺ Tests
- Add integration test fixtures and fix layer config resolution - by Andrei Elkin (35c15)
- vuetify-nuxt-module: Add tests for vuetify config loading - by Andrei Elkin (c7acc)
π Style
- Adjust hero copy width for better mobile responsiveness - by Andrei Elkin (d3b9c)
- docs:
- Add subtle dot grid background to hero section - by Andrei Elkin (fa1d9)
- theme:
π€ CI
- Update GitHub workflow permissions and pkg-pr-new command - by Andrei Elkin (51e2b)
- Update Node.js version from 18 to 22 - by Andrei Elkin (69fa0)
- Replace reusable workflow with explicit release steps - by Andrei Elkin (91b45)
- release: Replace conventional-github-releaser with changelogithub - by Andrei Elkin (2730d)