Skip to content

Releases: acronis/uikit

@acronis-platform/shadcn-uikit@0.36.3

Choose a tag to compare

Patch Changes

  • #68 f86575a Thanks @leonid! - Chore: bump dependencies across the monorepo and adapt source to the new
    APIs. Notable runtime bumps for the published library: react-day-picker
    9 → 10 (calendar), recharts 3.6 → 3.8 (chart), tailwind-merge 2 → 3,
    zod 4.2 → 4.4. calendar.tsx and chart.tsx were updated for the new
    react-day-picker/recharts APIs.

    The build toolchain stays on the Rollup-based Vite 6 line (Vite 8 ships
    the rolldown bundler, which miscompiles es-toolkit's CommonJS modules —
    pulled in via recharts — into a dist that throws at runtime in SSR
    consumers). No public API changes.

v0.36.1

Choose a tag to compare

@github-actions github-actions released this 18 May 15:51

Bug Fixes

  • conditionally disable Vitest addon and update TypeScript configuration (6cc7c33)
  • update documentation links to reflect new apps directory structure (926c357)
  • update import paths for storybook test utilities (6a23a9c)
  • update package dependencies and improve build scripts (5290fe1)
  • update package versions for happy-dom, postcss, storybook, tailwindcss, and vite (dccbe2c)
  • update snapshots (c6a1700)

v0.36.0

Choose a tag to compare

@github-actions github-actions released this 15 May 12:06

Features

  • add datatable snapshots (40e399d)
  • add datatable snapshots 2 (37953b8)
  • table: add expandable row support to data table (278e462)

Bug Fixes

v0.35.0

Choose a tag to compare

@github-actions github-actions released this 07 Apr 15:41

Features

  • add @base-ui/react dependency and update related configurations (01a60a7)
  • add animation delay parameter to ChartContainer story (f3809e8)
  • add component-specific CSS variables for checkbox focus and toast shadow (5087cb1)
  • add field components and documentation for form layout primitives (fbf1fb3)
  • add field snapshots (d447de9)
  • add new registries for ShadCN components, themes, and blocks with authentication parameters (9ffc192)
  • add orientation context to Resizable components for improved layout control (2317128)
  • add size prop to Icon and BaseIcon components for flexible sizing (840b161)
  • disable animations for chart components to improve performance (641bec4)
  • docs Phase 3 — AutoTypeTable coverage for 15 more component pages (69a9577)
  • enhance Checkbox component styles for improved accessibility and visual feedback (56424a4)
  • enhance toast notifications with additional descriptions and loading state (9149ba5)
  • optimize Dockerfile and docker-compose for improved caching and build performance (1e3f495)
  • optimize test runner for Sonner toasts and update Docker configurations (1efbf54)
  • re-export UIKit Toaster and update peer dependencies for next-themes (24081f5)
  • reduce image snapshot failure threshold for improved accuracy (3dae2b8)
  • simplify form field labels and improve validation schema (f292411)
  • update Checkbox component styles for improved accessibility and visual consistency (a69f187)
  • update package.json to include pnpm overrides for React dependencies and enhance storybook commands (e1c7de7)
  • update pie chart colors to use CSS variables for consistency (5c4b09c)
  • update TypeScript and React type definitions to latest versions (a392626)

Bug Fixes

  • resolve sonner dual-instance issue so toasts work in docs (5050166)
  • resolve TypeScript errors in demo and demos packages (84251bb)
  • resolve TypeScript errors in UI package (stories, tests, date-picker) (f645d48)

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 09:13

Features

  • badge: add AI badge variants and styles (bef1ab3)

Bug Fixes

  • add ai badge snapshot (4027c4b)
  • badge: update AI badge variant key to use kebab-case (77f12a0)
  • badge: use CSS variable with fallback for AI gradient stop color (79a8f96)

v0.33.0

Choose a tag to compare

@github-actions github-actions released this 02 Apr 14:50

Features

  • ui: migrate lucide-react from stories to internal icons (a7935cf)
  • ui: migrate lucide-react to internal icons (b3440f3)

Bug Fixes

  • empty: set default size for empty icon component (a8723cd)

v0.32.4

Choose a tag to compare

@github-actions github-actions released this 02 Apr 06:11

Bug Fixes

  • update lucide-react to version 1.7.0 for improved compatibility (26791fd)

v0.32.3

Choose a tag to compare

@github-actions github-actions released this 01 Apr 21:26

Bug Fixes

  • add Tailwind CSS theme import to multiple SCSS files for consistency (94654d1)
  • update Calendar and Form components for Tailwind v4 compatibility and adjust label display (d53caf0)
  • update CSS build process to include intermediate file for Tailwind processing (b73b968)
  • update shadow utility classes to use 'shadow-xs' for consistency (1072875)
  • update sidebar component to use CSS variable syntax for width (f344c2d)
  • update Tailwind CSS and animation dependencies for compatibility (e44b611)
  • update Tailwind CSS imports and configuration for improved styling (30883b7)
  • update tw-animate-css import path for compatibility with Vite and adjust CSS variable syntax (5ff6bf7)
  • update tw-animate-css import paths for compatibility with Tailwind CLI (11a6931)

v0.32.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 15:11

Bug Fixes

  • themes, ADP-49599: fixed dark theme side nav and dropdown (ac71941)

v0.32.1

Choose a tag to compare

@github-actions github-actions released this 01 Apr 13:50

Bug Fixes

  • dropdowns do not get dark theme – fix popover foreground vars and add visual regression stories (5756028)
  • visual-regression: prevent ui-sonner--error size mismatch in CI (ee40652)