Releases: acronis/uikit
Releases · acronis/uikit
Release list
@acronis-platform/shadcn-uikit@0.36.3
Patch Changes
-
#68
f86575aThanks @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),recharts3.6 → 3.8 (chart),tailwind-merge2 → 3,
zod4.2 → 4.4.calendar.tsxandchart.tsxwere updated for the new
react-day-picker/rechartsAPIs.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 adistthat throws at runtime in SSR
consumers). No public API changes.
v0.36.1
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
v0.35.0
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
v0.34.0
v0.33.0
v0.32.4
Bug Fixes
- update lucide-react to version 1.7.0 for improved compatibility (26791fd)
v0.32.3
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
Bug Fixes
- themes, ADP-49599: fixed dark theme side nav and dropdown (ac71941)