Skip to content

v0.3.1

Latest

Choose a tag to compare

@genu genu released this 13 Mar 12:57
37e6eed

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)