Releases: kiwicom/orbit
Releases · kiwicom/orbit
0.0.0-rc12
Changelog:
Heading
- Usage without - import from lib/Heading/Heading
TextLink
- Changed props - BC!
- url -> href (optional)
- newTab -> external
- Removed prop size
- Added prop rel (optional)
Button
- Can render custom component
- Render a or button based on href prop
Added new icons
- Code
- Deals
- KiwicomCare
- KiwicomGuarantee
- Kiwicom
- Security
Alert
- Added styling or passed as children
- Added line-height
Select
- Rewrited to styled-components
- moved from deprecated
- import from base with
<ThemeProvider>
wrapper - import from lib
lib/_deprecated/Select
→lib/Select
- import from base with
- Removed prop
required
- Changed props
- options - receive array with select options, removed visible key
[
{ value: 1, label: "First item", disabled: true },
{ value: 2, label: "Second item" },
{ value: 3, label: "Third item" },
]
- Added props
size
onFocus
onBlur
prefix
- adding element before select (http://tinyurl.com/y9t6hazq)
For usage check our storybook
https://kiwicom.github.io/orbit-components/
v0.0.0-rc11
Changelog:
Alert
- Fixed closable button in Alert component
Checkbox
- rewrited to styled-components
- moved from deprecated
- import from base with
<ThemeProvider>
wrapper - import from lib
lib/_deprecated/Checkbox
→lib/Checkbox
- import from base with
- added new props
- hasError
boolean
- state of checkbox with error - info React.Node - render additional info
- hasError
Radio
- rewrited to styled-components
- moved from deprecated
- import from base with
<ThemeProvider>
wrapper - import from lib
lib/_deprecated/Radio
→lib/Radio
- import from base with
- added new props
- hasError
boolean
- state of radio with error - info React.Node - render additional info
- hasError
ButtonLink
- added
- renders
<a/>
or<button>
based onhref
prop
For usage check our storybook
https://kiwicom.github.io/orbit-components/
v0.0.0-rc10
- DEV: Improved
.npmignore
to only ship files related to the actual library - FIX: textarea warning -> now receive value as prop instead of children
v0.0.0-rc9
- Fix build of deprecated components
- Added Feedback icon
- Button doesn’t receive prop title anymore
- Button doesn't support
variation="link"
anymore
v0.0.0-rc8
Button
Alert
Heading
Text
CarrierLogo
moved deprecated components
console.warn
deprecated components
BLKN: Release 0.0.0-rc5
Previous version was unpublished due to a breaking bug