Releases: kiwicom/orbit
Releases · kiwicom/orbit
@kiwicom/[email protected]
7.3.1 (2025-07-11)
Note: Version bump only for package @kiwicom/orbit-tailwind-preset
@kiwicom/[email protected]
@kiwicom/[email protected]
5.2.2 (2025-07-11)
Note: Version bump only for package @kiwicom/babel-plugin-orbit-components
@kiwicom/[email protected]
@kiwicom/[email protected]
5.2.1 (2025-07-10)
Note: Version bump only for package @kiwicom/babel-plugin-orbit-components
@kiwicom/[email protected]
26.0.0 (2025-07-03)
Bug Fixes
- Loading: hide loading indicator when text is provided (76e3584)
- Slider: keyboard support (8c9944e)
- Slider: prevent range slider handles from crossing over (16fd360)
Features
- Accordion: make accessibility props required (c277dde)
- babel-plugin: add FakeRadio export (db812e7)
- Card: make accessibility props required (4db7689)
- Checkbox: make FakeCheckbox component public (2b10fae)
- Checkbox: render label element conditionally (acba47a)
- Loading: make accessibility props required (31c1e5a)
- Popover: add new props to improve accessibility (3179c1a)
- Radio: create FakeRadio component (0871165)
- Separator: add possibility to hide component from screen readers (6a2bf8a)
BREAKING CHANGES
- Accordion: The Accordion component now requires accessibility props.
If loading is true, you must now use either loadingTitle or loadingHidden. - Card: The Card component now requires accessibility props.
If loading is 'true', you must now use either loadingTitle or loadingHidden. - Loading: The Loading component now requires accessibility props.
If text prop is not provided, you must now use either ariaHidden or title.
@kiwicom/[email protected]
@kiwicom/[email protected]
@kiwicom/[email protected]
5.1.49 (2025-06-26)
Note: Version bump only for package @kiwicom/babel-plugin-orbit-components
@kiwicom/[email protected]
25.0.0 (2025-06-12)
Features
- Icon: make accessibility props required (646d186)
- icons: update icons from figma (c498f48)
- Toast: add new useTopSafeAreaInset prop (8fb2ea5)
BREAKING CHANGES
- Icon: the Icon component now requires accessibility props.
When using an icon you must now use either ariaHidden or ariaLabel