Skip to content

Releases: kiwicom/orbit

@kiwicom/[email protected]

11 Jul 12:39
Compare
Choose a tag to compare

7.3.1 (2025-07-11)

Note: Version bump only for package @kiwicom/orbit-tailwind-preset

@kiwicom/[email protected]

11 Jul 12:39
Compare
Choose a tag to compare

27.0.0 (2025-07-11)

Features

BREAKING CHANGES

  • orbit-components now requires React 19.1 or above

@kiwicom/[email protected]

11 Jul 12:39
Compare
Choose a tag to compare

5.2.2 (2025-07-11)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

@kiwicom/[email protected]

10 Jul 14:59
Compare
Choose a tag to compare

26.1.0 (2025-07-10)

Bug Fixes

  • import of Check icon in FakeCheckbox to reduce bundle size (0e27feb)
  • Stack: incorrectly rendered as flex when ariaLabel was provided (0a8e49d)

Features

  • Timeline: improve accessibility by using semantic html ol and li for elements (af3ca05)

@kiwicom/[email protected]

10 Jul 14:59
Compare
Choose a tag to compare

5.2.1 (2025-07-10)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

@kiwicom/[email protected]

03 Jul 13:29
Compare
Choose a tag to compare

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]

03 Jul 13:29
Compare
Choose a tag to compare

5.2.0 (2025-07-03)

Features

  • babel-plugin: add FakeCheckbox export (86250eb)
  • babel-plugin: add FakeRadio export (db812e7)

@kiwicom/[email protected]

26 Jun 15:28
Compare
Choose a tag to compare

25.1.0 (2025-06-26)

Bug Fixes

  • List: add ariaLabelledBy prop (26b17d0)
  • Stack: use 'id' prop on Stack's rendered tag (1c6a7a8)

Features

  • TextLink: add forwardRef (527bb36)

@kiwicom/[email protected]

26 Jun 15:28
Compare
Choose a tag to compare

5.1.49 (2025-06-26)

Note: Version bump only for package @kiwicom/babel-plugin-orbit-components

@kiwicom/[email protected]

12 Jun 17:01
Compare
Choose a tag to compare

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