Skip to content

Releases: kiwicom/orbit

0.6.0

15 Aug 11:40
Compare
Choose a tag to compare

Changelog

  • NEW: <Separator />
  • NEW: <Button /> and <ButtonLink /> now support iconRight prop that renders icon on the right side
  • NEW: <List />
  • NEW: Added new colors for icon "blue" | "green" | "orange" | "red"

0.5.0

13 Aug 14:54
Compare
Choose a tag to compare

Changelog

  • NEW: <ButtonGroup />
  • NEW: <Badge />
  • FIX: Vertical resizing <Textarea />
  • DEV: Updated orbit-design-tokens with fixed flow

0.4.1

06 Aug 12:40
Compare
Choose a tag to compare

Changelog

  • FIX: Textarea value prop
  • FLOW: Fixed typing events onChange, onFocus, onBlur

Known BC

  • Textarea now uses value prop instead of children

0.4.0

03 Aug 11:23
Compare
Choose a tag to compare

Changelog

  • NEW: Added icon to TextLink
  • NEW: Added inverted Heading color
  • UPDATE: Orbit-design tokens with flow
  • DEV: Removed unused dependencies

0.3.1

02 Aug 11:31
Compare
Choose a tag to compare

Changelog

  • FIX: generating icons components with proper JSX attributes
  • FIX: Flow icons
  • DEV: Removed generating pngs of icons
  • FIX: typo in icons prop color (terciary => tertiary)

0.3.0

31 Jul 14:05
Compare
Choose a tag to compare

Changelog

  • DEV: Refactored theming
  • NEW: Color types for <Text />

Known BC!

  • removed deprecated and added replacements:
Container → Card
FieldFeedback → FormFeedback
InputText → InputField
InputTextarea → Textarea
SystemMessage → Alert
Typography → Text
  • removed our ThemeProvider please use styled-components theme provider
import { ThemeProvider } from "styled-component"
  • nested theme prop to orbit level
<ThemeProvider theme={{orbit: defaultTokens}}>
  • imports like: @kiwicom/orbit-components/lib/Alert/Alert shouldn't work. use this import @kiwicom/orbit-components/lib/Alert or @kiwicom/orbit-components/es/Alert or
import { Alert } from "@kiwicom/orbit-components"

0.2.0

25 Jul 11:53
Compare
Choose a tag to compare

Changelog:

  • FIX: Flow: Allow return promise in Checkbox and Radio component
  • FIX: Accommodation icon typo (Accomodation => Accommodation)
  • NEW: InputField component (replacement of deprecated Input)
  • NEW: Textarea component (replacement of deprecated InputTextarea)

Icons:

  • Renamed BaggageBig to BaggageChecked
  • Renamed BaggageSmall to BaggageCabin
  • Renamed Baggages to BaggageSet
  • New BaggagePersonalItem, Compare and Duplicate icons
  • Updated Airplane, FlightDirect, FlightMulticity, FlightNomad, FlightReturn and SportEquipment

For usage check our storybook
https://kiwicom.github.io/orbit-components/

0.1.1

18 Jul 09:33
Compare
Choose a tag to compare

Changelog:

  • FIXED: Orbit design tokens

Icons

  • Added Moon, Sun and Sunrise

For usage check our storybook
https://kiwicom.github.io/orbit-components/

0.1.0

10 Jul 12:50
Compare
Choose a tag to compare

Changelog:

  • NEW: Documentation
  • DEV: Updated dependencies
  • DEV: Allowed promise in onClick return
  • DEV: Flow readonly props
  • FIX: Alert buttons flex layout

Icons

  • Added History, FlightNomad, GenderMan, GenderWoman
  • Updated FlightReturn, FlightDirect, FlightMulticity, Trip
  • Removed Globe - please use Trip instead

For usage check our storybook
https://kiwicom.github.io/orbit-components/

0.0.0-rc15

29 Jun 10:06
Compare
Choose a tag to compare
0.0.0-rc15 Pre-release
Pre-release

Changelog:

  • Added strict proptypes to Select
  • Declared flow types for base import

Icons

  • Added CircleSmall, ItemCompleted
  • Updated BaggageStorage, Circle, MenuHamburger, NewWindow

Card

  • Added new <Card /> replacement of <Section />

For usage check our storybook
https://kiwicom.github.io/orbit-components/