Releases: fortanix/baklava
Release v1.0.0-beta-20260224
What's Changed
- (#586) Fixed multi search dropdown stays visible for 500ms by @midhun-pk in #591
- Release v1.0.0-beta-20260224 by @midhun-pk in #596
Full Changelog: v1.0.0-beta-20260223-1...v1.0.0-beta-20260224
Release v1.0.0-beta-20260223-1
What's Changed
Full Changelog: v1.0.0-beta-20260212...v1.0.0-beta-20260223-1
Release v1.0.0-beta-20260212
What's Changed
- Upgrade npm dependencies by @mkrause in #584
- ComboBox components by @midhun-pk in #572
- Minor visual fixes by @mkrause in #585
- Release v1.0.0-beta-20260212 by @mkrause in #587
Full Changelog: v1.0.0-beta-20260204...v1.0.0-beta-20260212
v1.0.0-beta-20260204
What's Changed
- Upgrade npm dependencies by @mkrause in #575
- Add Secondary & Vertical tab variants by @imadbakir in #579
- Release v1.0.0-beta-20260204 by @imadbakir in #580
Full Changelog: v1.0.0-beta-20260120...v1.0.0-beta-20260204
v1.0.0-beta-20260120
What's Changed
- Added new component MenuLazyProvider by @midhun-pk in #570
- Fix breadcrumb slash position by @spli02 in #573
- Release v1.0.0-beta-20260120 by @spli02 in #574
Full Changelog: v1.0.0-beta-20260109...v1.0.0-beta-20260120
Release v1.0.0-beta-20260109
Release v1.0.0-beta-20260107
What's Changed
- Fix some of the linter warnings by @mkrause in #554
DataTableselect all event bubbling bug fix by @Mahek-Vasoya in #557- Added ListBoxMultiLazy component by @midhun-pk in #556
- Implement new
ErrorLayoutcomponent by @mkrause in #551 - Upgrade npm dependencies by @mkrause in #559
- (#485) Improve interactive element target sizes for accessibility by @spli02 in #564
- Tabs: support passing additional props to each tab button through
tabTriggerPropsby @mkrause in #565 - Release v1.0.0-beta-20260107 by @mkrause in #566
Full Changelog: v1.0.0-beta-20251209...v1.0.0-beta-20260107
Release v1.0.0-beta-20251209
What's Changed
- Upgrade all dependencies to the latest version by @mkrause in #548
InputSensitive: blur handler should only consider arelatedTargetthat is outside of the component by @mkrause in #547- Migrate to vite-plugin-svg-icons-ng by @mkrause in #549
- Release v1.0.0-beta-20251209 by @mkrause in #550
Full Changelog: v1.0.0-beta-20251206...v1.0.0-beta-20251209
Release v1.0.0-beta-20251206
This release comes with some big updates to the date/time components, as well as some improvements to the way we handle popover overlays (like combobox, date pickers, modals).
-
🚨 BREAKING:
DatePickerhas been split into two components:DatePickernow always displays an inline calendar control, and a new componentDateInputhas been added that displays a combobox (text input) with a date picker popover. -
🚨 BREAKING:
DatePickerRangehas been renamed toDateRangePicker. -
🚨 BREAKING:
TimePickerhas been renamed toTimeInput. At the moment, there is no correspondingTimePickercomponent, instead we rely on the built-in browser time picker UI. -
🚨 BREAKING:
DateTimePickerhas been renamed toDateTimeInput. -
🚨 BREAKING: For all of the above components, some of the props have changed. Please check the Storybook docs for the new API.
-
DateInputandTimeInputnow properly support controlled and uncontrolled usage. -
Fixes an issue where the date picker overlay would sometimes render behind other content.
-
Fixes an issue in Safari where overlays (popovers/dialogs) would be broken during the exit animation. This was due to Safari supporting discrete transitions for CSS
displaybut notoverlay. We now account for this by disabling exit animations in browsers that don't support CSSoverlaytransitions. -
DialogModalnow prevents overscroll, meaning that if a user scrolls a dialog that is already scrolled to the start/end, it will no longer cause the background content to scroll. -
Adds support for a new
triggerAction="focus-interactivein overlay components (likeMenuProvider,MenuMultiProvider, and the components that build upon these likeSelect). This new trigger action type allows combobox-like behavior where the popover will be shown on focus of the anchor, and the user can still interact with any content within the popover without it closing. -
Updates keyboard behavior for popovers so that the popover becomes next in the tab order while the popover is open.
What's Changed
- Date/time components rewrite + useFloatingElement refactoring by @mkrause in #491
- Release v1.0.0-beta-20251206 by @mkrause in #546
Full Changelog: v1.0.0-beta-20251127-2...v1.0.0-beta-20251206