v10.12.0-rc.0 (2020-5-4)
carbon-components@10.12.0-rc.0
New features 🚀
- feat(text-input): adds fluid variation of text input (#5830) (
7dc601f33) - feat(tag): add high-contrast type (#5910) (
445e6507c) - feat(number-input): respect min, max, and step attributes (#5906) (
c4233bd7d) - feat(progress-indicator): add spaceEqual prop and functionality to progress step (#5635) (
22a411c37) - feat(DataTable): option to show overflow menu on hover (#5822) (
6795904e0)
Bug fixes 🐛
- fix(text-input): remove outline flicker during state transition (#5990) (
9c6395778) - fix(accordion): remove hover on skeleton (#5961) (
b2caf9dec) - fix(dropdown): fix inline field height not adapting to prop size change (#5988) (
6be11ccc1) - fix(accordion): change accordion heading height to 40px (#5992) (
999e7e013) - fix(breadcrumb): add reset for
ol(#5916) (6dd68fe7c) - fix(code-snippet): fix copy button background - light variant (#5895) (
e52bd84d2) - fix(progress-indicator): prevent onChange events on disabled items (#5921) (
543974f4f) - fix(tabs): revert input background changes (#5914) (
ccbeadc3e) - fix(ui-shell): fix padding when fixed side nav is using icons (#5896) (
c7bf86690) - fix(table): change thead to sticky position with z-index (#5887) (
b5ed4552d) - fix(progress-indicator): make unclickable step look non-interactive (#5843) (
81a4b752d) - fix(components): update get-token-value helper to error out at end of loop (#5838) (
981c126ba) - fix(checkbox): match label spacing in skeleton (#5847) (
9e1fae2a0) - fix(dropdown): fix redundant programmatic focusable element (#5818) (
fdc945056) - fix(ListBox): enable drawer animation (#5810) (
cb85deb11)
Documentation 📝
Housekeeping 🏠
- chore(project): sync generated files (
57c2f2840)
@carbon/elements@10.12.0-rc.0
Housekeeping 🏠
- chore(project): sync generated files (
6d0dc8ce5)
@carbon/icons-handlebars@10.11.0-rc.0
Housekeeping 🏠
- chore(release): v10.12.0-rc.0 (
3e2288c8f)
@carbon/icons-react@10.11.0-rc.0
New features 🚀
@carbon/icons-vue@10.11.0-rc.0
New features 🚀
@carbon/icons@10.11.0-rc.0
New features 🚀
- feat(icon-build-helpers): optimize SVG assets and builder interface (#5937) (
ffcc6159d) - feat(icons): add April 2020 batch of icons (#5888) (
649262027)
Bug fixes 🐛
Housekeeping 🏠
@carbon/pictograms-react@10.11.0-rc.0
New features 🚀
@carbon/pictograms@10.11.0-rc.0
New features 🚀
Housekeeping 🏠
carbon-components-react@7.12.0-rc.0
New features 🚀
- feat(file-uploader): add button for a11y and refactor to hooks (#5964) (
28bd804c8) - feat(text-input): adds fluid variation of text input (#5830) (
7dc601f33) - feat(FileUploader): add onDelete hook to standard uploader (#5935) (
1fa91c63f) - feat(accordion): deprecate iconDescription on AccordionItem (#5950) (
d865f824c) - feat(tag): add high-contrast type (#5910) (
445e6507c) - feat(progress-indicator): add spaceEqual prop and functionality to progress step (#5635) (
22a411c37) - feat(DataTable): option to show overflow menu on hover (#5822) (
6795904e0) - feat(icons): re-enable SVGO optimizations for icons (#5814) (
09348e65d)
Bug fixes 🐛
- fix(TableExpandHeader): fix requiredIfGivenPropExists call (#5912) (
ff6beb3e4) - fix(Slider): fix slider position based on value min and range (#5982) (
db99425fc) - fix(ComposedModal): add null check before querySelector (#5933) (
548deacf1) - fix(components): fix for RHL (#5929) (
33e738a9d) - fix(toggle-small): only emit onChange on keyUp if it exists (#5931) (
102a6fe30) - fix(react): add forward ref to PasswordInput component (#5909) (
6e02f6811) - fix(react): add use-resize-observer to dependencies (#5927) (
4d7313c08) - fix(progress-indicator): prevent onChange events on disabled items (#5921) (
543974f4f) - fix(react): stop passing selectionMode through as a prop (#5908) (
14868eba6) - fix(tabs): revert input background changes (#5914) (
ccbeadc3e) - fix(CodeSnippet): observe resize (#5854) (
94ca4e162) - fix(FloatingMenu): lazy evaluate trigger button position (#5881) (
a4967b2dc) - fix(TableToolbarSearch): fix focus management (#5872) (
84a1198ef) - fix(DataTable): ignore disabled rows on table select all (#5840) (
2839ee06e) - fix(TimePickerSelect): deprecate hideLabel to match spec (#5826) (
693122c09) - fix(ListBox): enable drawer animation (#5810) (
cb85deb11)
Documentation 📝
- docs(ComposedModal): add a mising prop type (#5942) (
556939714) - docs(data-table): update docs for filtering and batch actions (#5879) (
005f5970b) - docs(OverflowMenu): display storybook prop tables (#5878) (
42e7ddd42) - docs(notification): update timestamp to match docs (#5863) (
eb5427ce7)