Skip to content

Releases: genu/nuxt-ui-elements

v0.3.1

13 Mar 12:57
37e6eed

Choose a tag to compare

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/date utilities (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

03 Mar 15:26
a404497

Choose a tag to compare

0.1.41 (2026-03-03)

Features

  • Add Vue Flow wrapper components with Nuxt UI theming (#38) (23e6ffc)

v0.1.40

19 Feb 18:21
3d7daab

Choose a tag to compare

0.1.40 (2026-02-19)

Features

  • date: add getWeekStartLocale function for locale-based week start (2275af7)

v0.1.39

09 Feb 20:47
417fb8e

Choose a tag to compare

0.1.39 (2026-02-09)

Bug Fixes

  • DialogConfirm: update dialog description rendering to use v-html (8b64aa2)

v0.1.38

09 Feb 20:39
b526764

Choose a tag to compare

0.1.38 (2026-02-09)

Bug Fixes

  • remove title and description props from UModal and update DialogDescription to use v-html (3cec456)
  • update button styles in DialogConfirm component for better visibility (7463ac9)

Dependencies

  • remove changelogen dependency in favor of release-please (eb75d9d)

v0.1.37

16 Jan 05:07

Choose a tag to compare

compare changes

🩹 Fixes

  • Update button styles in DialogConfirm component for better visibility (7463ac9)

❀️ Contributors

v0.1.36

16 Jan 04:52

Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add leading and trailing slots to ToggleGroup component (2b65d6e)

❀️ Contributors

v0.1.35

16 Jan 03:34

Choose a tag to compare

compare changes

πŸš€ 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

v0.1.34

14 Jan 18:02

Choose a tag to compare

compare changes

🏑 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

v0.1.33

14 Jan 05:31

Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add comprehensive tests for upload manager and validators (5c48693)
  • Add documentation (bfbbe15)

🩹 Fixes

  • Formatting (906dfde)
  • Lint (29344c8)
  • Update ESLint rule for max attributes per line and format uploader component (3f8c845)

πŸ’… Refactors

  • Migrate uploader plugins to processing and storage plugins (8cd0b99)
  • Lint fix (fb9ad4e)

🏑 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