Skip to content

Releases: fortanix/baklava

Release v1.0.0-beta-20250121-2

21 Jan 14:15
5812a06
Compare
Choose a tag to compare
Pre-release

This release exports the BaklavaProvider component. This component must be added to the top level of your application in order to enable certain features like global toast notifications.

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

Release v1.0.0-beta-20250121

21 Jan 14:07
Compare
Choose a tag to compare
Pre-release

In this release, we added components to build data tables. These come in three variations: DataTableEager, DataTableLazy, and DataTableStream. "Eager" is for data tables where all the data is available client-side. "Lazy" loads the data from the server using offset-based pagination. And "Stream" loads data from the server in a streaming fasion, using a "Next page" button to fetch one page at a time.

There is a new DialogOverlay component, which is similar to DialogModal but without the modality. When a DialogOverlay is open, the background content can still be interacted with. For example, you might use this to build a slide out overlay to show the details of a certain item but where users can still click on other elements on the page.

The toast notification system has been rewritten from scratch. To use the new system, add the new ToastProvider component at the top level of your app. Then, use the notify function to trigger a toast notification.

The release also adds a TextArea component for multi-line text fields, as well as some minor design updates.

Detailed Changes

New Contributors

Full Changelog: v1.0.0-beta-20250107...v1.0.0-beta-20250121

Release v1.0.0-beta-20250107

07 Jan 21:33
8c4f592
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fixed an issue where TypeScript definitions were broken in the library build output.
  • Fixed some visual glitches due to pixel rounding.
  • Reworked the Dialog component with an updated design.
  • Added a new DialogModal component to display a Dialog as a modal. Comes in a few variants including centered, full screen, and slide over.
  • Added a new SpinnerModal component to display a loading Spinner as a modal.

Pull Requests

Full Changelog: v1.0.0-beta-20250102...v1.0.0-beta-20250107

Release v1.0.0-beta-20250102

02 Jan 17:47
94c158e
Compare
Choose a tag to compare
Pre-release

Changes since last release:

  • The Alert component has been removed in favor of the Banner component.
  • The Banner component has been updated to match the design, and has several breaking changes. See the Storybook for the latest version.
  • New components have been added: Disclosure and Accordion.
  • New components have been added: DatePicker, DatePickerRange, and DateTimePicker.
  • Icons have been updated to the latest version of the icon pack.

Full Changelog: v1.0.0-beta-20241129...v1.0.0-beta-20250102

v1.0.0-beta-20241206

06 Dec 19:46
599c6f4
Compare
Choose a tag to compare
v1.0.0-beta-20241206 Pre-release
Pre-release

New baklava release to add export reference for refresh icon

v1.0.0-beta-20241129

29 Nov 18:07
49e6aa5
Compare
Choose a tag to compare
v1.0.0-beta-20241129 Pre-release
Pre-release

What's Changed

  • Bump dependency versions.

Full Changelog: https://github.com/fortanix/baklava/commits/v1.0.0-beta-20241129