Skip to content

Releases: fortanix/baklava

Release v1.0.0-beta-20260224

24 Feb 07:06
1af414c

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.0.0-beta-20260223-1...v1.0.0-beta-20260224

Release v1.0.0-beta-20260223-1

23 Feb 14:45
0c499be

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta-20260212...v1.0.0-beta-20260223-1

Release v1.0.0-beta-20260212

12 Feb 15:32
700f0cf

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.0.0-beta-20260204...v1.0.0-beta-20260212

v1.0.0-beta-20260204

04 Feb 10:11
9a31bf8

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta-20260120...v1.0.0-beta-20260204

v1.0.0-beta-20260120

20 Jan 07:31
3bdd757

Choose a tag to compare

v1.0.0-beta-20260120 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta-20260109...v1.0.0-beta-20260120

Release v1.0.0-beta-20260109

09 Jan 11:28
ee363d3

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.0.0-beta-20260107...v1.0.0-beta-20260109

Release v1.0.0-beta-20260107

07 Jan 14:13
b572c1e

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.0.0-beta-20251209...v1.0.0-beta-20260107

Release v1.0.0-beta-20251209

09 Dec 14:54
311cc5a

Choose a tag to compare

Pre-release

What's Changed

  • Upgrade all dependencies to the latest version by @mkrause in #548
  • InputSensitive: blur handler should only consider a relatedTarget that 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

06 Dec 15:29
bffe112

Choose a tag to compare

Pre-release

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: DatePicker has been split into two components: DatePicker now always displays an inline calendar control, and a new component DateInput has been added that displays a combobox (text input) with a date picker popover.

  • 🚨 BREAKING: DatePickerRange has been renamed to DateRangePicker.

  • 🚨 BREAKING: TimePicker has been renamed to TimeInput. At the moment, there is no corresponding TimePicker component, instead we rely on the built-in browser time picker UI.

  • 🚨 BREAKING: DateTimePicker has been renamed to DateTimeInput.

  • 🚨 BREAKING: For all of the above components, some of the props have changed. Please check the Storybook docs for the new API.

  • DateInput and TimeInput now 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 display but not overlay. We now account for this by disabling exit animations in browsers that don't support CSS overlay transitions.

  • DialogModal now 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-interactive in overlay components (like MenuProvider, MenuMultiProvider , and the components that build upon these like Select). 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

Release v1.0.0-beta-20251127-2

27 Nov 15:11

Choose a tag to compare

Pre-release

What's Changed

  • (#531) Fix accessibility issues in playwright tests on consumer side by @spli02 in #532
  • Update publish_npm.yaml config to use Trusted Publishers (OIDC) by @mkrause in #539
  • Release v1.0.0-beta-20251127-2 by @spli02 in #541

Full Changelog: v1.0.0-beta-20251127...v1.0.0-beta-20251127-2