Changelog
Latest updates and announcements for @mijn-ui/react.
0.5.0
- Added the Breadcrumb component (
@mijn-ui/react-breadcrumb). - Added the Toast component (
@mijn-ui/react-toast). - Both are now re-exported from the umbrella
@mijn-ui/reactpackage.
0.4.x — Tailwind CSS v4
- Migrated the design system to Tailwind CSS v4. The theme now ships as CSS
(
@mijn-ui/react-core/theme.css) using the native@themedirective — the oldmijnuiTailwind plugin andtailwind.configsetup are no longer needed. See the updated installation guide. - Introduced a new semantic color token system:
bg-*,fg-*,on-bg-*, andoutline-*tokens acrossdefault,secondary,tertiary,accent,inverse,brand,success,warning, anddanger. - Button & Badge:
variant(style) andcolorare now separate props. The style variants arefilled,outlined,subtle,ghost, andlight. - Now requires React 19 and Tailwind CSS v4.
Beta (2025)
- Officially entered the beta stage, with core components ready for production use (Accordion, Button, Calendar, and more).
- Added manual installation alongside the npm packages for flexible use cases.
- Component styling powered by tailwind-variants, with an
unstyledescape hatch and per-slotclassNamesoverrides. - Published the documentation site with installation guides and component showcases.
2024 — Foundations
- Finalized the multi-package monorepo structure with strong type safety and tree-shaking.
- Adopted tailwind-variants for managing component styles dynamically.
- Added initial support for React 19 and Next.js 15.
- Set up the development and build pipeline with TurboRepo.
Staying Up-to-Date
Follow this page for future releases, improvements, and fixes. Feedback is always welcome — it helps make MijnUI better for everyone.