Releases: kiwicom/orbit
Releases · kiwicom/orbit
0.6.0
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
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 usestyled-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
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
toBaggageChecked
- Renamed
BaggageSmall
toBaggageCabin
- Renamed
Baggages
toBaggageSet
- New
BaggagePersonalItem
,Compare
andDuplicate
icons - Updated
Airplane
,FlightDirect
,FlightMulticity
,FlightNomad
,FlightReturn
andSportEquipment
For usage check our storybook
https://kiwicom.github.io/orbit-components/
0.1.1
Changelog:
- FIXED: Orbit design tokens
Icons
- Added
Moon
,Sun
andSunrise
For usage check our storybook
https://kiwicom.github.io/orbit-components/
0.1.0
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 useTrip
instead
For usage check our storybook
https://kiwicom.github.io/orbit-components/
0.0.0-rc15
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/