Skip to content

Releases: kiwicom/orbit

@kiwicom/[email protected]

23 May 09:28
Compare
Choose a tag to compare

5.1.4 (2024-05-23)

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

@kiwicom/[email protected]

16 May 09:23
Compare
Choose a tag to compare

15.2.0 (2024-05-16)

Bug Fixes

  • Itinerary: clickable area is now more accurate (1c50583)

Features

  • ServiceLogo: add GetYourGuideLong logo (ace0a71)

@kiwicom/[email protected]

16 May 09:23
Compare
Choose a tag to compare

5.1.3 (2024-05-16)

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

@kiwicom/[email protected]

25 Apr 12:13
Compare
Choose a tag to compare

15.1.1 (2024-04-25)

Bug Fixes

  • InputSelect: it now filters options when they change via props (681634a)

@kiwicom/[email protected]

25 Apr 12:13
Compare
Choose a tag to compare

5.1.2 (2024-04-25)

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

@kiwicom/[email protected]

18 Apr 09:44
Compare
Choose a tag to compare

15.1.0 (2024-04-18)

Bug Fixes

  • Modal: overflow now works correctly on large mobile and bigger (6645070)

Features

  • ServiceLogo: add Sherpa logo (4c9d318)

@kiwicom/[email protected]

18 Apr 09:44
Compare
Choose a tag to compare

5.1.1 (2024-04-18)

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

@kiwicom/[email protected]

04 Apr 11:02
Compare
Choose a tag to compare

4.3.1 (2024-04-04)

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

@kiwicom/[email protected]

04 Apr 14:55
Compare
Choose a tag to compare

15.0.0 (2024-04-04)

Features

  • OrbitProvider: replace ThemeProvider from SC by a custom one (db0d8f4)
  • remove mediaQueries (8861191)
  • remove rtl utils (e76c186)
  • remove styled-components dependency (6b1277c)

BREAKING CHANGES

  • OrbitProvider: Styled-Components' ThemeProvider is no longer used in OrbitProvider.
    If you still need styled-components capabilities, you should add the ThemeProvider from styled-components to your app and pass it the same theme.
  • rtl styled-components utils removed.
  • mediaQueries function is no longer available.
    This was a styled-components util function that is now no longer meant to be used.
    Tokens and breakpoint values are still accessible.

@kiwicom/[email protected]

04 Apr 11:02
Compare
Choose a tag to compare

14.1.0 (2024-04-04)

Bug Fixes

  • Icon: icon components props are now correctly typed (33cecc8)
  • Itinerary: fix dates alignment in RTL (6034467)
  • Itinerary: text now wraps instead of overflowing (482636f)
  • Modal: ensure the Modal body can scroll (7b1ac0b)

Features

  • Wizard: migrate to tailwind (fe12927)