Releases: vuelessjs/vueless-module-nuxt
Releases · vuelessjs/vueless-module-nuxt
Release 1.0.0
- Merge pull request #9 from vuelessjs/beta (246b34b)
- Release v0.0.9-beta.32 / [no ci] (6151ce1)
- Added
nuxi prepare
beforenpm run prepack
(f58c0e7) - Updated vueless (bf35caf)
- Updated pipelines. Added manual releasing for production. (cb45289)
- Merge remote-tracking branch 'origin/beta' into beta (c24fcba)
- Updated vueless and improved cache cleanup commands. (0eb84b3)
- Release v0.0.9-beta.31 / [no ci] (612d2c0)
- Removed warnings and improved command. (e45ba2f)
- Release v0.0.9-beta.30 / [no ci] (ab2055f)
- Merge pull request #8 from vuelessjs/VL-244_Nuxt-plugin-demo-components-improvements_Vitalii-Dudnik (eae468c)
- Updated vueless. (b827465)
- Improved clearing cache. (7c89b4a)
- Update
vueless
dependency to0.0.825-beta.182
(ebf07f5) - Remove Tailwind safelist generation and unused helper import (3e2c5e0)
- Remove
@nuxtjs/i18n
and update dependencies (36602e8) - Add
optimizeTranslationDirective
option to localization bundle configuration. (dba147a) - Simplify and enhance UI layout for theme and locale toggles. (1a55bfa)
- Fallback to
vuelessConfig.colorMode
for color mode initialization in plugin (e0c460a) - Updated vueless fixed runtime colors issue. (b9eb195)
- feat: update dependencies and enhance layout in app.vue (26e7632)
- Release v0.0.9-beta.29 / [no ci] (f8ec28a)
- Merge pull request #7 from vuelessjs/VL_Nuxt-i18n-support_Dmytro-Holdobin (d72f3da)
- Updated vueless (611b673)
- Fixed types and merged locales with nuxt i18n hook (402a54d)
- Refactored (ae8309a)
- Added support for nuxt i18n module (21f563e)
- Release v0.0.9-beta.28 / [no ci] (3d0e3be)
- Merge remote-tracking branch 'origin/beta' into beta (9ff336d)
- Use imported image variables in RoleCard component (6608b0d)
- Release v0.0.9-beta.27 / [no ci] (21d4132)
- Updated vueless (d78fef3)
- Simplify theme toggle buttons by removing labels. (f07bb67)
- Add support for
include
option in Vueless module (335f671) - Release v0.0.9-beta.26 / [no ci] (53dbdd5)
- Merge pull request #6 from vuelessjs/VL_Playground-components-update_Vitalii-Dudnik (201c10e)
- Merge branch 'beta' into VL_Playground-components-update_Vitalii-Dudnik (679826a)
- Small fixes (882d6e8)
- Release v0.0.9-beta.25 / [no ci] (b3e2f91)
- fixed issues after packages update (fcc16bd)
- lint fix (4f79cb1)
- Merge remote-tracking branch 'origin/beta' into beta (62306ab)
- Updated packages. (694c31b)
- Add dark styles for primary and neutral colors (ab32ae4)
- Update Vueless beta, adjust component's props and logic (074ce45)
- Release v0.0.9-beta.24 / [no ci] (43ce01e)
- Update "vueless" package. (707941a)
- Update dependencies and refine Vueless initialization (3fb0ce6)
- Release v0.0.9-beta.23 / [no ci] (a2a1b1d)
- Updated vueless. (070a130)
- Release v0.0.9-beta.22 / [no ci] (d3f9c9e)
- Prevent infinite watcher call on
npx nuxi prepare
. (871e232) - Updated vueless. (a3c2c4c)
- Release v0.0.9-beta.21 / [no ci] (02bbd2f)
- Updated vueless. (b8643ed)
- Small refactoring. (9a1865d)
- Fixed auto reloading app after changes in vueless config. (feba1f9)
- Release v0.0.9-beta.20 / [no ci] (cd6be03)
- Merge remote-tracking branch 'origin/beta' into beta (a2b8f06)
- Fixed
Inlined implicit external esbuild
issue. Small refactoring. (ea36f91) - Release v0.0.9-beta.19 / [no ci] (9502c30)
- Suppressed esbuild warning. (0e175da)
- Set color mode to auto. (7572059)
- Updated vueless and improved vueless config reading feature. (855100b)
- Release v0.0.9-beta.18 / [no ci] (108a19b)
- Fixed bugs. (b1a154b)
- Release v0.0.9-beta.17 / [no ci] (8f243d5)
- Merge remote-tracking branch 'origin/beta' into beta (4da3027)
- added logs. (c1b3eeb)
- Release v0.0.9-beta.16 / [no ci] (46cc04c)
- Merge remote-tracking branch 'origin/beta' into beta (16d7235)
- added logs. (61069c0)
- Release v0.0.9-beta.15 / [no ci] (0dff5d7)
- Merge remote-tracking branch 'origin/beta' into beta (8bc62ba)
- added logs. (fc915d0)
- added logs. (ae2a147)
- Release v0.0.9-beta.14 / [no ci] (acd4860)
- updated packages. (842bf9d)
- Release v0.0.9-beta.13 / [no ci] (014a633)
- updated vueless. (05fa22b)
- Release v0.0.9-beta.12 / [no ci] (64b4619)
- Changed destination file extension. (3e0537f)
- Release v0.0.9-beta.11 / [no ci] (5c39c7b)
- Merge remote-tracking branch 'origin/beta' into beta (b07532e)
- Updated vueless and fixed missing vueless config on build. (1596714)
- Release v0.0.9-beta.10 / [no ci] (44c05d8)
- Update Vueless (a03e12f)
- Release v0.0.9-beta.9 / [no ci] (541f27f)
- Remove rounding cookie type conversion (a3519a5)
- Release v0.0.9-beta.8 / [no ci] (ad2fa91)
- Update Vueless (b16ce5f)
- Release v0.0.9-beta.7 / [no ci] (f0c2609)
- Updated vueless (5cc06b4)
- Refactored color mode logic. (155f23c)
- Release v0.0.9-beta.6 / [no ci] (fc1770f)
- Update Vueless for Nuxt module (7eb096d)
- Release v0.0.9-beta.5 / [no ci] (e7b9224)
- Merge pull request #4 from vuelessjs/VL_ColorMode-cookies-fix_Vitalii-Dudnik (f72ec20)
- Add rounding cookie to nuxt plugin (a3cfa01)
- Small fixes (f4c433a)
- Update colors imports (f9a9207)
- Update constants names from vueless import (d604bfb)
- Import vueless ColorMode enum (efb4d5d)
- Update nuxt plugin for correct setTheme implementation (0948e65)
- Add colorModeCookie in defineNuxtPlugin (70a6995)
- Release v0.0.9-beta.4 / [no ci] (abae09b)
- Update Vueless beta (2aa8008)
- Release v0.0.9-beta.3 / [no ci] (a99f947)
- Merge pull request #3 from vuelessjs/VL_Components-examples-fix_Vitalii-Dudnik (e8bfe0e)
- Change button variant (bffedf4)
- Fix Vueless components with new color/variants names, add safelistColors for UBadge, update Vueless beta package (5664856)
- Release v0.0.9-beta.2 / [no ci] (56ad0cd)
- Merge remote-tracking branch 'origin/beta' into beta (28f2059)
- Fixed gray color (d51368d)
- Release v0.0.9-beta.1 / [no ci] (34a9e71)
- Updated packages, improved readme. (b144ef4)
- Release v0.0.9-beta.0 / [no ci] (d8d2385)
- Fixed toggle icon color. (8a16286)
- lint fix (a5e969e)
- Migrated packaged into tailwind 4 and latest vueless. (b4a5b3e)
- Added beta npm package publish. (a9ed3a7)
- Release v0.0.8 / [no ci] (0596b92)
- Merge pull request #2 from vuelessjs/VL_Vueless-components-examples_Vitalii-Dudnik (422aee4)
- Fix eslint errors, set specific vueless version (2910a1b)
- Add components examples into playground (e715e13)
- Add examples of components to playground (727c02e)
- Release v0.0.7 / [no ci] (d50555e)
- Merge remote-tracking branch 'origin/main' (d32ca7e)
- Updated Vueless. (e1b0a2a)
- Release v0.0.6 / [no ci] (b02e9a3)
- Prevent form-* styles generation. (486b5d0)
- Release v0.0.5 / [no ci] (2957863)
- Updated vueless and vitest. (aa511a1)
- Release v0.0.4 / [no ci] (dca52d9)
- Small improvements and vueless update. (272e70c)
- Updated package-lock.json. (cb52a56)
- Added missing package-lock.json (13e6b64)
- Changed avatar links. (3ad65d2)
- Updated package-lock.json (b194d4d)
- Added more examples. (4d9e669)
- Updated vueless. (905b83a)
- Release v0.0.3 / [no ci] (cfc5139)
- Updated vueless. (a0c1b28)
- Fixed playground build (538084e)
- Release v0.0.2 / [no ci] (58a37c0)
- Merge remote-tracking branch 'origin/main' (3a9b964)
- Added readme to npm package. (4ed5964)
- Fixed readme (7ad9775)
- Release v0.0.1 / [no ci] (e756122)
- Fixed missing import and package name. (a36537b)
- Updated package-lock.json (add9c3d)
- Updated vueless package, fixed breaking changes. (25b3adf)
- Fixed a new path for directives. (0badd1a)
- Updated packages. (cfc5e90)
- Release v0.0.11 / [no ci] (1f7137a)
- Fixed module registration. (e07c299)
- Added more examples. (8848c8c)
- Updated packages. (48c6523)
- Release v0.0.10 / [no ci] (7054644)
- Updated vueless and @vueless/plugin-vite (4e2f0d2)
- Release v0.0.9 / [no ci] (a8cac75)
- Merge remote-tracking branch 'origin/main' (db8f7ac)
- Updated eslint (f58ebb6)
- Release v0.0.8 / [no ci] (e719265)
- Added composables and utils auto-import. (d3ff962)
- Updated vueless packages. (d8212ff)
- Release v0.0.7 / [no ci] (843f80f)
- Merge remote-tracking branch 'origin/main' (8fdac73)
- Updated @vueless/plugin-vite (62fd88f)
- Release v0.0.6 / [no ci] (e70b870)
- Updated packages. (09d877f)
- Release v0.0.5 / [no ci] (ef3ddef)
- Added automatic npm package publishing. (65659f8)
- Added licence. (e9d00a6)
- Release v0.0.4 / [no ci] (9681441)
- Merge pull request #1 from vuelessjs/VL-92_Fix-type-errors-in-nuxt-module_Dmytro-Holdobin (5e2243c)
- Added lint:ci script to package.json (69f15ec)
- Updated vueless plugin (442cbf9)
- Fixed Icons (5b21c6f)
- Fixed module build (35e0b10)
- Fixed type errors (6c496e2)
- Small type fixes. (69edc88)
- Added release commands. (9d8a284)
- Removed unnecessary
vueless.config.js
(c3a96f3) - Updated README.md (28da252)
- Refactored package.json. Installed
release-it
, updated Vueless packages. (144f83f) - Init. (c97a058)
- Initial commit (72d0e04)