Releases: genu/nuxt-ui-elements
Releases Β· genu/nuxt-ui-elements
v0.3.1
0.3.1 (2026-03-13)
Features
- add @azure/storage-file-datalake as a devDependency (96e6ca0)
- add #std alias for standard utilities and create utility library (69093d5)
- add
@internationalized/dateutilities (b2ea684) - add alert dialog component (ba0cc8f)
- add Azure Data Lake storage plugin with upload and management capabilities (596c9d6)
- add comprehensive tests for upload manager and validators (5c48693)
- add documentation (bfbbe15)
- add ESLint and Prettier configuration files for improved code quality (7b33888)
- add Flickering Grid component with customizable parameters and controls (c68e72b)
- add leading and trailing slots to ToggleGroup component (2b65d6e)
- add slugify utility (a96c932)
- add ToggleGroup component with theme support and auto-registration (15ffda4)
- Add Vue Flow wrapper components with Nuxt UI theming (#38) (23e6ffc)
- date: add getWeekStartLocale function for locale-based week start (2275af7)
- enhance date parsing and manipulation functions with timezone support (3ecbbce)
- enhance dialog component with customizable colors and variants (fcaf69e)
- implement theme management and add utility types for Tailwind variants (37ed361)
- re-architect the plugin system (2cf90e5)
- set up pnpm workspace and fix dialog closing animations (#53) (72276da)
- upload-manager: enhance file handling with preview support and processing hooks (69a408c)
- upload-manager: enhance file handling with source tracking and new file access methods (bdbbd77)
- uploader: implement useUploader composable with file management and upload functionality (5c859e1)
- video-compressor: add video compression plugin with customizable options (7364622)
- wrap canvas element in ClientOnly for improved SSR handling (ea997b8)
Bug Fixes
- dependencies: add @ffmpeg/ffmpeg and @ffmpeg/util as optional dependencies (0e124dc)
- dependencies: update vitest and coverage-v8 to latest versions (9490aa4)
- DialogConfirm: update dialog description rendering to use v-html (8b64aa2)
- disable vue/html-self-closing rule in ESLint configuration (5f08b3d)
- formatting (906dfde)
- lint (29344c8)
- release: add [skip ci] to manual bump commit (#52) (771a75a)
- remove title and description props from UModal and update DialogDescription to use v-html (3cec456)
- remove unused confirmNavigate import from dialog component (e75b0ca)
- std: update dayjs import to use ESM version for better tree-shaking (974265f)
- update button styles in DialogConfirm component for better visibility (7463ac9)
- update ESLint rule for max attributes per line and format uploader component (3f8c845)
- update formatting and improve readability in various files (8191442)
- uploader: update UProgress binding to use model-value for progress percentage (d21b3b5)
- video-compressor: set default plugin options and simplify FFMpeg initialization (0f48069)
Dependencies
- remove changelogen dependency in favor of release-please (eb75d9d)
v0.1.41
v0.1.40
v0.1.39
v0.1.38
v0.1.37
π©Ή Fixes
- Update button styles in DialogConfirm component for better visibility (7463ac9)
β€οΈ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.36
π Enhancements
- Add leading and trailing slots to ToggleGroup component (2b65d6e)
β€οΈ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.35
π Enhancements
- Add ToggleGroup component with theme support and auto-registration (15ffda4)
π©Ή Fixes
- Remove unused confirmNavigate import from dialog component (e75b0ca)
π Refactors
- Remove rovingFocus and dir props from ToggleGroup component (46bee93)
π Documentation
- Add ToggleGroup component documentation (d8d2001)
π‘ Chore
- Disable vue/require-default-prop rule in ESLint configuration (7b50c7e)
β€οΈ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.34
π‘ Chore
- Extract the upload manager to a separate module (f22bf2a)
- Update documentation (59d62f7)
- Update eslint-plugin-prettier to version 5.5.5 and clean up pnpm-lock.yaml (b215695)
- Lint/format (a03994f)
- Remove .claude/settings.local.json and update .gitignore (5fec193)
β€οΈ Contributors
- Eugen Istoc eugenistoc@gmail.com
v0.1.33
π Enhancements
π©Ή Fixes
- Formatting (906dfde)
- Lint (29344c8)
- Update ESLint rule for max attributes per line and format uploader component (3f8c845)
π Refactors
π‘ Chore
β Tests
- Enhance image and thumbnail generator tests with original mock restoration (f6b2932)
- Use real timers for Azure error handling test with retries (db921b3)
β€οΈ Contributors
- Eugen Istoc eugenistoc@gmail.com