Skip to content

Latest commit

 

History

History
614 lines (338 loc) · 25.6 KB

File metadata and controls

614 lines (338 loc) · 25.6 KB

Changelog

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)

0.1.41 (2026-03-03)

Features

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

0.1.40 (2026-02-19)

Features

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

0.1.39 (2026-02-09)

Bug Fixes

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

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

compare changes

🩹 Fixes

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

❤️ Contributors

v0.1.36

compare changes

🚀 Enhancements

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

❤️ Contributors

v0.1.35

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

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

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

v0.1.32

compare changes

🚀 Enhancements

  • upload-manager: Enhance file handling with preview support and processing hooks (69a408c)

❤️ Contributors

v0.1.31

compare changes

🩹 Fixes

  • video-compressor: Set default plugin options and simplify FFMpeg initialization (0f48069)

❤️ Contributors

v0.1.30

compare changes

🚀 Enhancements

  • video-compressor: Add video compression plugin with customizable options (7364622)
  • upload-manager: Enhance file handling with source tracking and new file access methods (bdbbd77)

🩹 Fixes

  • dependencies: Add @ffmpeg/ffmpeg and @ffmpeg/util as optional dependencies (0e124dc)

❤️ Contributors

v0.1.29

compare changes

🩹 Fixes

  • dependencies: Update vitest and coverage-v8 to latest versions (9490aa4)

💅 Refactors

  • azure-datalake: Simplify imports and remove lazy loading of Azure SDK (9940457)

❤️ Contributors

v0.1.28

compare changes

💅 Refactors

  • upload-manager: Simplify context and type definitions in useUploadManager" (2cb0b53)

❤️ Contributors

v0.1.27

compare changes

💅 Refactors

  • upload-manager: Simplify context and type definitions in useUploadManager (90393ab)

❤️ Contributors

v0.1.26

compare changes

🚀 Enhancements

  • Add @azure/storage-file-datalake as a devDependency (96e6ca0)
  • Re-architect the plugin system (2cf90e5)
  • Add Azure Data Lake storage plugin with upload and management capabilities (596c9d6)

🩹 Fixes

  • uploader: Update UProgress binding to use model-value for progress percentage (d21b3b5)

❤️ Contributors

v0.1.25

compare changes

🚀 Enhancements

  • uploader: Implement useUploader composable with file management and upload functionality (5c859e1)

🩹 Fixes

  • Disable vue/html-self-closing rule in ESLint configuration (5f08b3d)
  • Update formatting and improve readability in various files (8191442)

📖 Documentation

  • Update README to enhance clarity and structure, add dialog component usage examples (9914082)

❤️ Contributors

v0.1.24

compare changes

💅 Refactors

  • Update type imports and interfaces in Dialog components (552640d)

❤️ Contributors

v0.1.23

compare changes

v0.1.22

compare changes

💅 Refactors

  • Remove unused 'after:leave' event from DialogAlert and DialogConfirm components (7bd11c2)

❤️ Contributors

v0.1.21

compare changes

🚀 Enhancements

  • Add alert dialog component (ba0cc8f)

❤️ Contributors

v0.1.20

compare changes

💅 Refactors

  • Update std utility library for improved tree-shaking and usage examples (8dd0aff)

❤️ Contributors

v0.1.19

compare changes

🚀 Enhancements

  • Enhance date parsing and manipulation functions with timezone support (3ecbbce)

🏡 Chore

  • Add @vitest/coverage-v8 dependency (559f359)
  • Add coverage testing configuration with Vitest (571dc4a)

❤️ Contributors

v0.1.18

compare changes

🚀 Enhancements

❤️ Contributors

v0.1.17

compare changes

🚀 Enhancements

  • Add @internationalized/date utilities (b2ea684)

🏡 Chore

❤️ Contributors

v0.1.16

compare changes

🩹 Fixes

  • std: Update dayjs import to use ESM version for better tree-shaking (974265f)

❤️ Contributors

v0.1.15

compare changes

🚀 Enhancements

  • Add #std alias for standard utilities and create utility library (69093d5)

❤️ Contributors

v0.1.14

compare changes

💅 Refactors

  • DialogConfirm: Simplify props and emit structure, update button styles (6c0b7c2)

❤️ Contributors

v0.1.13

compare changes

🏡 Chore

  • Update CSS generation to include shake animation and adjust source directives (9b9ac93)

❤️ Contributors

v0.1.12

compare changes

🏡 Chore

  • Add build configuration file (920581a)
  • Update confirm function in useDialog to specify return type and remove unnecessary return (6f829ec)

❤️ Contributors

v0.1.11

compare changes

🚀 Enhancements

  • Add ESLint and Prettier configuration files for improved code quality (7b33888)
  • Implement theme management and add utility types for Tailwind variants (37ed361)
  • Enhance dialog component with customizable colors and variants (fcaf69e)

🏡 Chore

  • Refactor code structure for improved readability and maintainability (f84d6d5)
  • Refactor code structure for improved readability and maintainability (09b1ab2)
  • Simplify ESLint configuration for better readability (017114b)
  • Run prettier/lint (c0e5d99)

❤️ Contributors

v0.1.10

compare changes

💅 Refactors

  • Remove BackgroundAurora and BackgroundFlickeringGrid components (28c6184)

❤️ Contributors

v0.1.9

compare changes

v0.1.8

compare changes

💅 Refactors

  • Remove ClientOnly wrapper from BackgroundAurora and BackgroundFlickeringGrid components for improved SSR handling (7f98d9e)

❤️ Contributors

v0.1.7

compare changes

🚀 Enhancements

  • Wrap canvas element in ClientOnly for improved SSR handling (ea997b8)

❤️ Contributors

v0.1.6

compare changes

v0.1.5

compare changes

🚀 Enhancements

  • Add Flickering Grid component with customizable parameters and controls (c68e72b)

💅 Refactors

  • Enhance release script to include publishing step (8e1ac46)

❤️ Contributors

v0.1.4

compare changes

💅 Refactors

  • Update lightness and opacity handling in FlickeringGrid and app.vue for improved color control (e91d999)

❤️ Contributors

v0.1.3

compare changes

💅 Refactors

  • Separate publish command from release script in package.json (9b290ab)
  • Replace lightness control with opacity in FlickeringGrid and update color options for better flexibility (b10aaed)
  • Streamline markup and improve readability in app.vue (42d3da0)

❤️ Contributors

v0.1.2

compare changes

💅 Refactors

  • Enhance color handling in FlickeringGrid and add color resolver utility (6296537)
  • Update FlickeringGridProps for improved customization and adjust theme styles (9112c65)
  • Simplify FlickeringGridProps by consolidating gradient properties and removing unused dimensions (e2eac49)
  • Update FlickeringGridProps to enhance fade options and simplify prop handling (1cbfb05)
  • Add imports directory support in module setup (711c2c0)
  • Implement flexible color system in FlickeringGrid with enhanced mode selection and lightness control (e18f1fe)
  • Clean up code formatting and remove unnecessary line breaks across multiple files (e4a5e35)

🏡 Chore

❤️ Contributors

v0.1.1

💅 Refactors

  • Remove FlickeringGrid component and extract gradient utilities (9d44893)
  • Update FlickeringGrid properties and enhance gradient calculation (7c855ed)

🏡 Chore

❤️ Contributors