Components
Version history
Our components are constantly evolving alongside our product. Learn what’s new and see a version history of our component library.
Change Log
6.1.3
Patch Changes
- c31b1d0: Update packages to handle highest priority security vulnerabilities
6.1.2
Patch Changes
- 6274b87: Adjust the weight of external-link-alt to match other icons
6.1.1
Patch Changes
- 0350000: Fix menu test broken when upgrading React Test Library
6.1.0
Minor Changes
- 112712b: Modify the target element a user needs to click in order to close an opened Drawer”
6.0.0
Major Changes
2e75622: # BREAKING CHANGES to the TokenInput component interface
Changes
Added props
onChangeTokens?: (tokens: TypeTokenSpec[]) => void
onAddToken?: (tokenSpec: TypeTokenSpec) => void
onRemoveToken?: (tokenId: string) => void
onClickToken?: (e: SyntheticEvent<HTMLButtonElement>, tokenId: string) => void
delimiters?: string[]
Removed props
onTokenClick?: (e: SyntheticEvent<HTMLButtonElement>, token: TypeTokenInputToken) => void
Added types
type TypeTokenSpec = { id: string, text: string, valid?: boolean, }
Removed types
type TypeTokenInputToken = { ...React.ElementConfig<typeof Token>, id: string, children: string, }
Discussion
The semantics of
TokenInput
have been changed to pass in data - ids and token specs - instead of elements as parameters to the token handler props.Specifically, the
onTokenClick
prop has been replaced with theonClickToken
to:- simply pass the id of the clicked token as opposed to an entire element;
- be consistent with the naming of the other token-oriented props.
The
TokenInput
enables either simple or fine-grained control. In most cases, you can simply use theonChangeTokens
prop. For more control over the creation and deletion of tokens, use theonAddToken
andonRemoveToken
props, instead.Also, you can now specify the
delimiters
used to separate the inputted text into new tokens.
Patch Changes
- ff66ead: Update network colors to include new pinterest and linkedin values
5.29.3
Patch Changes
- 56c299c: Put min-width on the correct wrapper
5.29.2
Patch Changes
- 91e0a01: Add min-width:0 to MenuItem
5.29.1
Patch Changes
- a0f4217: Reverting the upgrade to react-popper
5.29.0
Minor Changes
- 9df6933: Bumped
react-popper
to 2.2.4. This is a major version bump which migrates to Popper V2. Now,@popperjs/core
must be installed as a peer dependency. Additionally, there were two places in the RacinePopout
component that needed to be updated. ThescheduleUpdate
method has been renamed toupdate
and returns a promise, and theoutOfBoundaries
prop has been replaced withisReferenceHidden
andhasPopperEscaped
. See here for the full release notes.
5.28.0
Minor Changes
- e3e595e: Add opportunity type to banner component
5.27.1
Patch Changes
- a314a7b: correctly pass readOnly prop to input
5.27.0
Minor Changes
- 5ff0e02: Add onClear callback to useMultiSelect hook
5.26.2
Patch Changes
- f9ea96f: Attempt to fix OverflowList in webapp jest env
5.26.1
Patch Changes
- 8f9c842: Moves the element where a user can close the Drawer by clicking outside of it down to the first child element (the main app) from the body element. The fixes an issue where a user using the dropdown filters clicks inside it will cause the Drawer to accidentally close.
5.26.0
Minor Changes
- 1d49713: Creates fall back for color prop on Icon component used in Toast Component
5.25.0
Minor Changes
- 108b148: Updates Toast component to use more Icon options
5.24.2
Patch Changes
- 0f1c7e6: Bump seeds-networkcolor version
5.24.1
Patch Changes
- 9e0268e: fix swapped network colors
5.24.0
Minor Changes
- 1effa28: Add network colors for Salesforce, Zendesk, and Hubspot
5.23.3
Patch Changes
- 3a7df5e: Add book icon
5.23.2
Patch Changes
- c000ba1: MenuItem - allow data-qa-menu-item prop to be overriden
- ca38ab7: Various TokenInput type fixes
5.23.1
Patch Changes
- 55c3bf8: Globally export TokenInput component
5.23.0
Minor Changes
- 3e92a83: Add new TokenInput component
5.22.4
Patch Changes
- 9196d49: Add closed caption icon
5.22.3
Patch Changes
- 26b8664: Specify react-virtualized 9.18.5 to match webapp
5.22.2
Patch Changes
- 42755dd: update Input isValid prop to force boolean values in rendered elements
5.22.1
Patch Changes
- e5f8435: Fix spacing of form field title when using helper text
5.22.0
Minor Changes
- 6d29a11: make Fieldset more composable with child components
Patch Changes
- 6d29a11: add jest flow typings
5.21.0
Minor Changes
- 95b488d: Add OverflowList component
5.20.0
Minor Changes
- ab4fb13: Add Google Business Messages network color to theme
5.19.2
Patch Changes
- 1e1684d: Change children and content prop types of Tooltip to React.Node
- 73b1380: Add Layout System Props group to Text component
5.19.1
Patch Changes
- b232234: Only add aria-describedby on tooltips that are open
5.19.0
Minor Changes
- ec1dde4: Remove unused icons:
gplus
,gplus-alt
,pinterest-square
,reddit-square
,rss-square
,twitter2
,youtube-square
Patch Changes
- 5010b66: Add google-business-messages icon
5.18.3
Patch Changes
- 2b30923: Add
disabled
prop for Menu.Group and Listbox.Group - 2b30923: Design tweaks for Menu and Listbox
5.18.2
Patch Changes
- 31c5234: Update overflow props on breadcrumb component to be optional
5.18.1
Patch Changes
- c39760f: Adds disabled styles for disabled Listbox items
- c39760f: Align ListboxButton popouts to bottom-start by default
- cdfedad: Fix flow issue with “size” prop on ListboxButton
5.18.0
Minor Changes
- d6d3593: Add overflow menu capability to Breadcrumb
5.17.6
Patch Changes
- b3d2014: Make Token a non-submit button
5.17.5
Patch Changes
- 2ae8896: Set tabIndex on Checkbox input instead of container
- 7809bce: Add archive icon
5.17.4
Patch Changes
- 9a5f35e: Fix size of x icon in Toast
- db90795: EmptyState: Hide wrapping box when media is not provided
5.17.3
Patch Changes
- a0ec170: Makes EmptyState’s media prop optional
- 8ef9296: Flow fix for Menu
5.17.2
Patch Changes
- 14c59ac: Minor bug fixes for Menu and Listbox
5.17.1
Patch Changes
- 35a189c: Change version of scroll-into-view-if-needed to match web app
5.17.0
Minor Changes
- ca65014: Add Menu and Listbox components
5.16.0
Minor Changes
- ac3924c: Allow styling to FormField component and clean up of qa fields
5.15.9
Patch Changes
- 1b7230b: Add Facebook Groups icon
5.15.8
Patch Changes
- 7043ff1: raw-loader is used in Toast so it needs to be a dependency
- d7016f9: Changing the default precision for the Numeral component when dealing with currencies
- bfe073a: Making the content prop on the Popout and Tooltip components optional
- c8f17c1: Add Glassdoor color
- e6c98a1: Disable interactivity for “pill” tooltips
5.15.7
Patch Changes
- 8f23014: Add Glassdoor icon
5.15.6
Patch Changes
- 8b33446: Adjusted animation on skeleton component now communicates forward progress
- 8ac502a: Toast updated to use semantic Seeds values
5.15.5
Patch Changes
- 2a29537: Fixed a small bug on checkbox where the pill variation did not have a transition on hover.
- 240ea47: Update Slack icon to match their new logo
5.15.4
Patch Changes
- 9569ba6: Adjust toast font size and alignment
5.15.3
Patch Changes
- d88ff57: Add qa attributes to Toast component
5.15.2
Patch Changes
- b9fa5ba: Update react-toastify
5.15.1
Patch Changes
- feeb946: Set correct width for toasts, regardless of content
- 20c9fd4: Fix import statement for react-toastify css
5.15.0
Minor Changes
- 8ccd0ba: Add Toast component
- 841eaee: Add Skeleton component
5.14.0
Minor Changes
- c81af7d: Make the
align
,direction
, andspace
props of the Stack component accept responsive values
5.13.2
Patch Changes
- 051d592: Set default background color on Card
5.13.1
Patch Changes
- df2010b: Fix common
bg
prop not being respected
5.13.0
Minor Changes
- 73bac2f: Add CSS grid props to Box component
5.12.2
Patch Changes
- 5d46f54: Fix z-index bug on Card
5.12.1
Patch Changes
- 6646e97: Add Card to package exports
5.12.0
Minor Changes
- d26a365: Add a Card component
Patch Changes
- 79c0f4c: Additional condensed message spacing tweaks
5.11.0
Minor Changes
- 55b5a44: The Drawer.Closebutton is changed into a pill button instead of the default in order to highlight the hover state
Patch Changes
- 270cb4d: Spacing adjustments for Messages
5.10.0
Minor Changes
- 2462c04: Message.Footer should be nowrap when in condensed
5.9.0
Minor Changes
- 8acb826: Add
stretch
alignment option for the Stack component
Patch Changes
- 83849af: add flow types for border(Top|Bottom)(Left|Right)Radius, fix className flow type collision on styled-components common props
5.8.0
Minor Changes
- 1eab2a5: Add
trophy-outline
icon
5.7.4
Patch Changes
- d36f49a: Adjust Message.Header padding for condensed density
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.7.3 (2020-04-13)
5.7.2 (2020-04-13)
Bug Fixes
5.7.1 (2020-04-09)
Bug Fixes
5.7.0 (2020-04-08)
Features
5.6.1 (2020-04-01)
Bug Fixes
5.6.0 (2020-03-31)
Features
5.5.2 (2020-03-24)
5.5.1 (2020-03-24)
Bug Fixes
5.5.0 (2020-03-16)
Bug Fixes
Features
5.4.2 (2020-03-11)
5.4.1 (2020-03-09)
5.4.0 (2020-03-04)
Bug Fixes
- Avatar: add margin 0 to image (f4432c9)
Features
5.3.0 (2020-03-03)
Bug Fixes
Features
5.2.0 (2020-02-24)
Features
5.1.0 (2020-02-20)
Bug Fixes
- icons: fix misspelling in icon deprecation map (5d24ca3)
- icons: update Tripadvisor Icon (#734) (a728543)
- Modal: add flow types for Modal.Content (#741) (f2e4f42)
Features
- icons: add comment lines alt outline icon (#747) (db669a7)
- icons: add save assets icon (#746) (b3dedb0)
- Popout: add focusLockProps prop (#748) (3600af6)
5.0.0 (2020-02-05)
Chores
BREAKING CHANGES
- All components have now been switched over to the refreshed, “Nectar” aesthetic.
4.6.2 (2020-01-29)
4.6.1 (2020-01-28)
4.6.0 (2020-01-28)
Features
- icons: add density control icons (#713) (2ba7e11)
- icons: add helper for including icons in new projects (#580) (ea9082d)
Performance Improvements
4.5.0 (2020-01-15)
Bug Fixes
- Button: outline and active buttons use neutral 800 (#709) (9065307)
- Message: adjust and clean up spacing on message (#712) (1c9c41c)
- Tooltip: wire up zIndex prop (#711) (1733f62), closes #496
- utils: fix bad ref. to network color for fb-aud-net in theme util (#710) (03451ba)
Features
4.4.3 (2020-01-13)
Bug Fixes
- Button: enable backface visibility on pill button (#707) (331970d)
- Message: remove unneeded props from message button (#708) (ce8b129)
- Popout: fix onClose and onOpen trigger behavior (#705) (6773ed6)
4.4.2 (2019-12-19)
Bug Fixes
4.4.1 (2019-12-18)
Bug Fixes
4.4.0 (2019-12-17)
Bug Fixes
Features
4.3.0 (2019-12-16)
Features
- icons: add dropbox and google drive icons (74dfa52)
4.2.0 (2019-12-12)
Features
4.1.2 (2019-12-11)
Bug Fixes
4.1.1 (2019-12-04)
Bug Fixes
4.1.0 (2019-12-03)
Features
- add Message component (#671) (1d279d4)
- Drawer: drawer content should accept system props (#686) (fb93deb)
4.0.0 (2019-12-02)
BREAKING CHANGES
- Components must be wrapped in a ThemeProvider
- Modal: The API of the Modal component has changed. Visit Seeds for updated documentation.
- Drawer: The API of the Drawer component has changed. Visit Seeds for updated documentation.
- components must now be wrapped in a ThemeProvider
Bug Fixes
- remove theme object from default props (#574) (ffd5d1b)
- Checkbox: align check when labels wrap (3ea0861)
- Checkbox: fix qa attributes (0db753e)
- Checkbox: keep border when checkbox is focused (#683) (fd7aaab)
- Checkbox: refactor default checkboxes for perf (#668) (2b93677)
- Modal: add border to footer via system prop (38a0dbf)
- Modal: add border top to footer (a6e6544)
- Modal: fix logic for close button (7fb5115)
Chores
- remove hardcoded themes (10d44b0)
Features
- Drawer: add ability to customize components further (#667) (1b4dc99)
- Drawer: remove layout opinions and header prop, add esc ke… (#557) (af3fd00)
- Modal: remove opinionated modal styles (#629) (6fb5dd5)
- Select: add innerRef to Select (#673) (fab3d79)
3.36.0 (2019-11-14)
Bug Fixes
Features
3.35.3 (2019-11-06)
Bug Fixes
3.35.2 (2019-11-05)
3.35.1 (2019-11-04)
3.35.0 (2019-11-04)
Bug Fixes
- EmptyState: generalize subtext flow type (#657) (4589744)
- icons: remove unused icons (#640) (3a27bef)
Features
3.34.0 (2019-10-28)
Bug Fixes
Features
3.33.0 (2019-10-23)
Bug Fixes
- icons: clean up follow-outline icon markup (#651) (3052436)
- LoaderButton: center loader in all browsers (#649) (2c620f3)
- Popout: use referenceElement to workaround memory leak (#642) (7415261)
Features
3.32.0 (2019-10-22)
Bug Fixes
- Collapsible: remove default height (#644) (029462a)
- align qa selectors with standards (#635) (f552594)
- icons: asset library and asset library outline icons (#646) (0f60ec1)
- Image, Numeral: design and attribute fixes (bba32e5)
- SegmentedControl, Modal, Drawer: IE and Chrome fixes (#647) (294fab0)
Features
3.31.0 (2019-10-17)
Features
- icons: add icons for images, camera story, and video camera story (#639) (6769218)
- Popout: use react-focus-lock for focusOnContent (#624) (b0634d6)
- Table: update table header alignment to default bottom (#638) (e2d9c8a)
3.30.3 (2019-10-15)
Bug Fixes
3.30.2 (2019-10-09)
Bug Fixes
3.30.1 (2019-10-07)
Bug Fixes
3.30.0 (2019-10-04)
Features
- icons: add outline icons for eye slash and unfollow (#622) (ce18f9c)
- Input, Textarea: remove readonly prop (#627) (eaf3445)
3.29.1 (2019-10-03)
Bug Fixes
3.29.0 (2019-10-03)
Features
3.28.0 (2019-10-03)
Bug Fixes
- Fieldset: Form updates (#617) (a83a98e)
- icons: updated compose icon (9372018)
- Numeral: use border-bottom over underline (#615) (06e91e5)
Features
- add Toggle Icon component (#620) (6067d63)
- Automatically reposition Popout when content changes (#619) (03c74ea)
3.27.0 (2019-10-01)
Bug Fixes
Features
3.26.0 (2019-09-30)
Features
- Button: add placeholder appearance (ae58d95)
3.25.1 (2019-09-30)
Bug Fixes
3.25.0 (2019-09-27)
Bug Fixes
Features
3.24.0 (2019-09-25)
Features
3.23.0 (2019-09-24)
Features
3.22.1 (2019-09-19)
Bug Fixes
3.22.0 (2019-09-19)
Bug Fixes
- icons: update TripAdvisor icon outline (#589) (0dec893)
- EmptyState: fix headline font size (#596) (656941d)
Features
- icons: add user-circle icon (#595) (a1950ef)
- Popout: add scheduleUpdateRef prop (#592) (ea7ec73)
- Token: Add data-qa-token attribute (#588) (9052c85)
3.21.0 (2019-09-16)
Bug Fixes
- Button, Checkbox: add multiply blend to pill appearance (#579) (ab1cd36)
- Icon: add focusable false for IE (#584) (2da4a32)
- KeyboardKey: allow system props (#581) (7eb4a09)
- Tabs: add attribute for selected state(#585) (56b02d1)
- add inputProps to Input, Select, Textarea (#586) (986239f)
Features
- Collapsible: add offset prop (#583) (ccf387f)
- FormField: add FormField component (#326) (32df1c7)
- theme: allow prefixes for space, border radii, shadows, an… (#457) (d2e44f2)
3.20.0 (2019-09-09)
Bug Fixes
- icons: update TripAdvisor outline color (#573) (3a9eb92)
- Select: set select visibility (#575) (2c4e4d5)
Features
3.19.1 (2019-09-05)
3.19.0 (2019-09-05)
Bug Fixes
Features
3.18.2 (2019-09-03)
3.18.1 (2019-08-28)
Bug Fixes
3.18.0 (2019-08-21)
Bug Fixes
- Button: use themeGet for hoverColor (#549) (af076ed)
- dependencies: move seeds-packets to peerDependencies (#542) (db10988)
- Image: replace deprecated lifecycle method (#547) (0c34fde)
Features
- icons: add filter icon address-card (#554) (1997d2f)
- icons: add follow-outline icon (#553) (10e9db7)
- icons: update grip icon (#548) (7468cc2)
3.17.2 (2019-08-13)
Bug Fixes
3.17.1 (2019-08-12)
Bug Fixes
- Button: add back inline block style (#545) (9c9d2d5)
- Input: change key up and key down prop flow types (#544) (bed7056)
3.17.0 (2019-08-12)
Bug Fixes
- Collapsible: fixed flow issue (#537) (104f8f0)
- Collapsible: set hidden attribute when collapsed (#541) (5507ab6)
- Numeral: fixed flow issue (#539) (fe1fc72)
- Popout: flow issues and a few dependency array mismatches (#526) (8de889e)
Features
- add pill style to Button and Checkbox (#535) (3277675)
- add SegmentedControl component (#536) (17d4e1b)
- Drawer: allow drawer header customization (#538) (a4ec003)
- icons: add outline icon for Saved Replies (#540) (af8190e)
3.16.0 (2019-08-07)
Bug Fixes
Features
3.15.0 (2019-08-06)
Bug Fixes
- Drawer: add height: 100% to drawer content (#531) (55ba450)
- Tabs: fix focus ring, active state (#530) (81a559e)
Features
3.14.0 (2019-08-05)
Bug Fixes
- Numeral: handle 0 and include some tests (#527) (5702d69)
- remove bg on link buttons, add new network colors (#528) (27317cf)
Features
3.13.1 (2019-08-01)
Bug Fixes
3.13.0 (2019-07-31)
Features
3.12.1 (2019-07-30)
Bug Fixes
- Checkbox: block pointer events on check icon (#517) (709030b)
- Checkbox, Radio: use primary green (#516) (e5d9e32)
3.12.0 (2019-07-29)
Features
3.11.0 (2019-07-26)
Features
3.10.1 (2019-07-23)
Bug Fixes
3.10.0 (2019-07-23)
Features
3.9.0 (2019-07-16)
Features
- icons: add sparkles-solid icon (#492) (2904c00)
- Tooltip: make tooltip content left aligned for box appearance (#490) (412aba8)
3.8.0 (2019-07-15)
Features
3.7.0 (2019-07-11)
Features
- Input: add autocomplete prop (#479) (de9baf6)
- Popout: improvements for fully controlled Popouts (#483) (321ae00)
3.6.0 (2019-07-10)
Bug Fixes
- Popout & Tooltip: remove unnecessary wrapper div (#474) (b3224ec)
- Tabs: fix fullWidth prop Flow type (#473) (05f3fd7)
- theme: incorrect border prop value (#469) (f7bc46b)
- Tooltip: change default tooltip fontsize from 11px to 13px (#468) (0b9cf45)
Features
3.5.0 (2019-07-08)
Bug Fixes
- Drawer: do not autofocus drawer contents (#454) (c2dc5f5)
- Select: do not spread props onto arrow (#455) (82a9095)
Features
- Input: add onPaste handler to Input (#465) (b527b1b)
- Tabs: add full width style (#458) (22a4af1)
- textarea: add max length prop to textarea (#464) (a7ef18c)
3.4.1 (2019-07-02)
Bug Fixes
- Tooltip: fix flow types for web-app (#452) (4a3df5f)
- Tooltip: spread props onto tooltip container (#447) (e40a3fa)
3.4.0 (2019-07-01)
Bug Fixes
Features
3.3.1 (2019-06-29)
Bug Fixes
- Portal: fix browser checks (e8a1582)
3.3.0 (2019-06-28)
Bug Fixes
- Drawer: tweak styles (#439) (cef4c12)
- Portal: prevent fatal errors with SSR (#438) (18ac220)
- Tooltip: infer content appearance from type (#424) (ded50ff)
Features
- icons: add publishing failed posts icon, file-times (#440) (038c815)
- Popout: add onOpen and onClose callbacks (#437) (fecfc1d)
- theme: add Nectar border radius shims (#431) (951866f)
3.2.0 (2019-06-26)
Bug Fixes
- Modal: suppress flow warning in web-app-core b/c of hooks (#422) (38113a2)
- Popout: make viewport the default boundaries, expose prop (#405) (05b3d73)
Features
- add Tooltip component (#361) (e522dc4)
- Drawer: add drawer component (7c4bf4a)
- Modal: make onClose optional (#411) (210419d)
- Popout: add ability to autofocus on popout content (#412) (f1c2c5c)
- theme: add “warning” semantic token (#404) (c684457)
3.1.4 (2019-06-24)
Bug Fixes
- icons: update Facebook icon to latest (#403) (fae5949)
- Input: Remove IE clear button. fixes RS-420 (#397) (76bac23)
3.1.3 (2019-06-19)
Bug Fixes
3.1.2 (2019-06-18)
Bug Fixes
- add file to files (940b9f3)
3.1.1 (2019-06-18)
3.1.0 (2019-06-18)
Features
3.0.4 (2019-06-18)
Bug Fixes
3.0.3 (2019-06-17)
Bug Fixes
- Button: select Icons in buttons using their classname (#351) (e06408a)
- Modal: header rendering issue in react-hot-loader (#352) (358ad47)
3.0.2 (2019-06-13)
build
Features
BREAKING CHANGES
These changes are only breaking if you were accessing the undocumented internals of the package.
- removes webpack output
lib
now holds all esmodules, whilecommonjs
is the folder for commonjs modules. Thesrc
folder was only used for Flow types, so to clarify its use the folder has been renamed to__flow__
3.0.1 (2019-06-13)
Bug Fixes
- update flow suppression comment (#346) (674a352)
- Text: restore functionality of fontSize prop (#347) (dbe20e4)
3.0.0 (2019-06-13)
BREAKING CHANGES
- This requires Racine to be installed with an additional dependency. See the Seeds docs for install instructions.
- Text: This changes the default element type for Text from
div
tospan
. It also removes the default font size, so Text will inherit its font size by default. Finally, the deprecatedisItalicized
,size
andweight
props have been removed, andoverflow
andisTruncated
props have been renamed tobreakWord
andtruncated
, respectively. - Modal: The Modal component now requires a label for the close button for accessibility.
Features
- dependencies: update styled-system to v5 (#334) (bd552aa)
- icons: add bitly, feedly, update facebook, notifcations, dashboard (#339) (67b5781)
- icons: add new Compose icon (#340) (f41d5e8)
- add Popout component (0d51bb7)
- add theme value for subtext (#338) (1516fed)
- add ThemeProvider component (#341) (feab503)
- Text: default to span, inherit font size (#335) (5f2bd6c)
- move styled components to peer dependency (#325) (b13dbbb)
Bug Fixes
- make height of Select and Input match (#344) (843f198)
- Input: remove red ring in firefox (#336) (6b1f591)
- Modal: add close button aria-label (#328) (694ded7)
2.5.0 (2019-06-06)
Bug Fixes
- Button: properly align icons in buttons (#332) (24d0125)
- Input: add search to type prop (#333) (72a72dc)
Features
2.4.1 (2019-06-05)
Bug Fixes
2.4.0 (2019-05-28)
Bug Fixes
Features
- add semantic theme values (c4d5b8e)
2.3.0 (2019-05-20)
Features
2.2.2 (2019-05-16)
Bug Fixes
2.2.1 (2019-05-15)
2.2.0 (2019-05-15)
Bug Fixes
- add reset styles for Box and Button (#304) (974eda6)
- IE 11 issues for Icon, Checkbox, and Select (#306) (8674cda)
- Box: forward refs to component (#313) (291fb68)
- Button: apply icon line height to Button (#303) (30ce806)
- Modal: fix rendering on IE 11 and with forms (228676d)
- Radio: fix IE 11 styles (#308) (53b58e3)
- Switch: spread down QA prop (#312) (39bebee)
- TableRowAccordion: onToggle fires twice (#310) (c2f9564)
- Text: do not pass non-strings to QA prop (#314) (91f503d)
Features
2.1.0 (2019-04-24)
Bug Fixes
- missing border-radius system prop (cbafec9)
Features
- add @storybook/knobs integration (#290) (da9f7a4)
2.0.0 (2019-04-24)
Documentation
BREAKING CHANGES
- The custom Racine app has been replaced with Storybook. No changes to the package have been made. This was made as a breaking change because of the significance of the local development experience.
1.4.0 (2019-04-23)
Bug Fixes
Features
1.3.0 (2019-04-18)
Bug Fixes
Features
1.2.9 (2019-04-12)
1.2.8 (2019-04-12)
1.2.7 (2019-04-10)
Bug Fixes
- icons: fix fill of circle-check-filled (#273) (c633984), closes #272
- rename borders theme key to borderWidths (#274) (e20792f)
1.2.6 (2019-04-09)
Bug Fixes
1.2.5 (2019-04-04)
Bug Fixes
1.2.4 (2019-04-04)
Bug Fixes
1.2.3 (2019-04-03)
Bug Fixes
- remove HTML tags from prop descriptions (ee8d62a)
1.2.2 (2019-04-03)
Bug Fixes
- forms: add refs to textarea and input (367eb81)
1.2.1 (2019-04-03)
1.2.0 (2019-04-02)
Bug Fixes
Features
- forms: add form components (c1b1381)
1.1.0 (2019-03-28)
Features
- modal: add Modal component (4989ffb)
1.0.0 (2019-03-20)
Bug Fixes
- prepare for 1.0.0 (b812bca)
Features
1.0.0-beta.25 (2019-03-19)
1.0.0-beta.24 (2019-03-18)
Bug Fixes
Features
1.0.0-beta.23 (2019-03-15)
Features
1.0.0-beta.22 (2019-03-14)
Features
1.0.0-beta.21 (2019-03-13)
Bug Fixes
1.0.0-beta.20 (2019-03-12)
Features
- icons: adding arrow-right-line and window-restore COMPOSE-3600 (958e1f0)
1.0.0-beta.19 (2019-03-12)
Features
- icons: update trend-up, trend-neutral, trend-down svgs (#248) (e165ec3)
- add Switch component (#244) (8a5ab3d)
1.0.0-beta.18 (2019-03-11)
Bug Fixes
- remove prop type objects from Badge and Link (#240) (183199a)
- icon: oprimize instagram icon (#249) (d4bb1c5)
- Image: fix accessibility and add alt-text rule (#247) (0de8770)
Features
- Button: add default font stack update focus outline (#245) (ab06e64)
- Link: add default font stack, inherit font size (#246) (5b66265)
1.0.0-beta.17 (2019-03-06)
Bug Fixes
1.0.0-beta.16 (2019-03-06)
Bug Fixes
1.0.0-beta.15 (2019-03-06)
Features
1.0.0-beta.14 (2019-03-04)
Features
- add Button component (#224) (78f0a9f)
- Button: add aria tag, minor tweaks based on Link component (#235) (c03aad1)
- Button: apply current Sprout color theme to Button (#231) (96e2885)
- add Link component (#234) (6e1d801)
1.0.0-beta.13 (2019-02-25)
Features
- icon: add play icon (ef9b7aa)
1.0.0-beta.12 (2019-02-22)
Features
1.0.0-beta.11 (2019-02-21)
Bug Fixes
- dependencies: remove svg-to-dataurl dependency (#221) (1ebb77c)
- Radio: fix line break issue (#222) (db46f89)
1.0.0-beta.10 (2019-02-20)
Features
1.0.0-beta.9 (2019-02-20)
Features
1.0.0-beta.8 (2019-02-20)
1.0.0-beta.7 (2019-02-20)
Bug Fixes
1.0.0-beta.6 (2019-02-20)
Bug Fixes
- icons: replace trend arrow icons with new svgs (#213) (1a6d6f7)
- theme: fix shadows variable typo (#215) (69f44c4)
1.0.0-beta.5 (2019-02-18)
Bug Fixes
1.0.0-beta.4 (2019-02-14)
Bug Fixes
1.0.0-beta.3 (2019-02-14)
Bug Fixes
- Icon: add pdf and IE 11 fix back in (#202) (41a9cad)
- theme: theme.shadows property name (#201) (a05ca8f)
- revert c132148849ccbe61569f588e04d748db0b5ebaf4 (#207) (34fa3ff)
1.0.0-beta.2 (2019-02-12)
Features
- convert Alert, ChartLegend, Loader, Radio, Checkbox, Table, TableCell, TableHeaderCell, TableRowAccordion, Text, and Textarea to styled components (c132148)
1.0.0-beta.1 (2019-02-07)
Bug Fixes
Features
- convert CharacterCounter, Icon, Image, Indicator, KeyboardKey, and ToggleHint to styled components (36a0a5c)
1.0.0-beta.0 (2019-02-05)
Features
- dependencies: add styled-components & styled-system (0218df6)
0.3.3 (2019-01-15)
Features
0.3.2 (2018-12-07)
Features
0.3.1 (2018-12-07)
Features
0.3.0 (2018-12-04)
Bug Fixes
Chores
BREAKING CHANGES
- the upgrade of babel changed the components’ outputs
0.2.41 (2018-12-03)
0.2.40 (2018-12-03)
0.2.39 (2018-11-30)
Features
0.2.38 (2018-11-29)
Features
0.2.37 (2018-11-19)
0.2.36 (2018-11-13)
Features
0.2.35 (2018-11-13)
Features
0.2.34 (2018-11-09)
0.2.33 (2018-11-08)
Features
0.2.32 (2018-11-01)
Features
0.2.31 (2018-10-31)
Bug Fixes
0.2.30 (2018-10-25)
Features
0.2.29 (2018-10-24)
Features
0.2.28 (2018-10-24)
Features
0.2.27 (2018-10-17)
0.2.26 (2018-10-17)
Features
0.2.25 (2018-10-04)
Features
0.2.24 (2018-10-02)
Features
- Icon: update documentation with link to seeds & search (#155) (e13ee7f)
- icons: add file-chart-line icon (#154) (b5bb229)
- Text: fix category contxtual classification (#157) (78b94ed)
0.2.23 (2018-09-26)
Features
- icons: update bots icon (e309eb3)
0.2.22 (2018-09-26)
Features
0.2.21 (2018-09-18)
Features
0.2.20 (2018-09-13)
0.2.19 (2018-09-13)
Features
0.2.18 (2018-09-12)
Features
0.2.17 (2018-09-11)
Features
0.2.16 (2018-09-04)
Features
0.2.15 (2018-08-21)
Features
0.2.14 (2018-08-21)
Features
- icons: moved the old, misnamed youtube-sqaure icon and replaced it with the youtube icon. (dc14dfa)
0.2.13 (2018-08-06)
Features
0.2.12 (2018-07-31)
Bug Fixes
0.2.11 (2018-07-30)
Features
0.2.10 (2018-07-26)
Features
0.2.9 (2018-07-12)
Bug Fixes
0.2.8 (2018-07-12)
Features
0.2.7 (2018-07-11)
Bug Fixes
0.2.6 (2018-07-11)
Bug Fixes
0.2.5 (2018-07-09)
Features
- Icons: add fixed width option to Icon component (#122) (41281e3)
- ToggleHint: add ToggleHint component (#121) (a0115e0)
0.2.4 (2018-06-29)
Bug Fixes
0.2.3 (2018-06-28)
Bug Fixes
Features
- Icon: proportional width icons (7f3e38e)
0.2.2 (2018-06-22)
Bug Fixes
0.2.1 (2018-06-22)
Bug Fixes
- icons: fixing SVG names to match SEEDS standards part 1 (#114) (e399bca)
- icons: fixing SVG names to match SEEDS standards part 2 (#115) (53c3d09)
0.2.0 (2018-06-18)
Features
- add Textarea component (#104) (bea0984)
- Badge: get badge up to parity with workshop (#111) (225efe9)
- Icon: update to component defaults, add Font Awesome icons (#112) (89d83ea)
- icons: add Slack logo icon (#110) (e281f10)
BREAKING CHANGES
- Icon: changes all existing icons
0.1.5 (2018-06-12)
Features
0.1.4 (2018-05-23)
Features
0.1.3 (2018-05-17)
Features
0.1.2 (2018-05-10)
Bug Fixes
- build: ignore setupTests.js in published JS (#89) (23b55bf)
- build: remove postinstall script from package.json (#90) (82240a9)
0.1.1 (2018-05-10)
Features
- icons: add sprout social icon (#84) (29e9743)
- icons: sync icons with web app (#76) (c1ff783)
- add Checkbox component (#86) (9cef219)
- icons: sync icons with web-app (#87) (c42e63b)
0.1.0 (2018-04-04)
Features
BREAKING CHANGES
- EducationTip: remove EducationTip component
0.0.7 (2018-03-27)
Bug Fixes
Features
- build: export propTypes converted from Flow Types (#60) (ba86eb7)
- icon: add reporting period icon (b314211)
0.0.6 (2018-03-23)
Features
0.0.5 (2018-03-21)
(0.0.3 - 0.0.5-1 were invalid publishes are were removed)
Features
Bug Fixes
- build: build package before publishing (1eea9be)