v10.9.0 (2019-12-19)
@carbon/bundler@10.5.0
Bug fixes 🐛
@carbon/cli@10.7.0
Bug fixes 🐛
@carbon/colors@10.7.0
Bug fixes 🐛
carbon-components@10.9.0
New features 🚀
- feat(list-box): introduce size variants (#4731) (
0723836da) - feat(accordion): add align prop to component and skeleton to change heading alignment (#4754) (
4b257cba9) - feat(components): remove IBM Helvetica Neue usage (#4752) (
b58c39dd5) - feat(modal): introduce size variants (#4657) (
3994637dc)
Bug fixes 🐛
- fix(list-box): update chevron position for IE11 (#4898) (
bb634cc9a) - fix(multi-select): close button for tags (#4890) (
e2fa31ae5) - fix(code-snippet,modal): use transparent color instead of keyword for Safari fix (#4859) (
4bc3c50bd) - fix(overflow-menu): change menu div to button and update styles (#4851) (
8674f884f) - fix(notifications): fix pointer events for inline low contrast, update inverse link colors (#4805) (
e975202c9) - fix(modal): add padding to overflow indicator, sets hasScrollingContent default to false (#4775) (
8c279306d) - fix(data-table): update position of th cells to preserve border in Firefox (#4822) (
f5325f71f) - fix(modal): fix header padding for small variants (#4813) (
bd6e4ea90) - fix(tag): add support for ellipses when width is constrained (#4518) (
3118b6999) - fix(link): exclude button elements from no-href styling (#4709) (
fd79e780e) - fix(search): fix a11y structure (#4801) (
f12999339) - fix(select): add flex rule to accommodate long label text, update story (#4787) (
3b691a0d9) - fix(Modal): remove z-index transition (#4777) (
9422c7aff) - fix(pagination): prevent text from disappearing (#4776) (
debec0bc8) - fix(pagination): input wrapper alignment closes #4733 (#4740) (
ef71b5473) - fix(FileUploaderDropContainer): pass through empty
acceptattr (#4681) (aa46d5dd9) - fix(copy-button): fix type of feedback text (#4677) (
980b55011) - fix(CopyButton): use tooltip styles for feedback and add animation (#4715) (
6c0aabac1) - fix(tabs): match default spacing to spec (#4487) (
ca92b3465) - fix(tooltip): set trigger button margin only when descendent of label (#4672) (
1a2d21bc7) - fix(header): reset default ul styling directly in header navigation menus (#4674) (
8f48ec537)
Documentation 📝
- docs(modal): introduce title-only modal examples (#4703) (
62e918662) - docs: use smart quotes in datatable example (#4734) (
bbcc20ba5)
Housekeeping 🏠
- chore(project): update sassdoc (
e9d49c624) - chore(tabs): rename fixed variant to container (#4685) (
36a7a8b7a)
@carbon/icons-vue@10.8.0
New features 🚀
Bug fixes 🐛
Documentation 📝
Housekeeping 🏠
@carbon/icons@10.8.0
New features 🚀
- feat(icons): add statistics icons (#4824) (
dce56816e) - feat: icons-new-october-november (#4789) (
80e573ccb) - feat(icons): Watson discovery icons (#4696) (
4fb185647)
Bug fixes 🐛
Documentation 📝
@carbon/pictograms@10.8.0
Bug fixes 🐛
Housekeeping 🏠
carbon-components-react@7.9.0
New features 🚀
- feat(list-box): introduce size variants (#4731) (
0723836da) - feat(accordion): add align prop to component and skeleton to change heading alignment (#4754) (
4b257cba9) - feat(react): add ErrorBoundary component (#4619) (
1c1bff8d3) - feat(modal): introduce size variants (#4657) (
3994637dc)
Bug fixes 🐛
- fix(overflow-menu): change menu div to button and update styles (#4851) (
8674f884f) - fix(react): unpin icons-react dependency (#4845) (
2fd1098a5) - fix(notifications): fix pointer events for inline low contrast, update inverse link colors (#4805) (
e975202c9) - fix(modal): add padding to overflow indicator, sets hasScrollingContent default to false (#4775) (
8c279306d) - fix(DatePicker): support focus into a day with min/max (#4793) (
e90f5d483) - fix(number-input): add check for manually entered invalid value (#4817) (
fba393b13) - fix(number-input): removes role from icon and adds conditional aria label (#4816) (
155ebed37) - fix: respect max and min when using arrows (#4563) (
2b2285528) - fix(search): fix a11y structure (#4801) (
f12999339) - fix(select): add flex rule to accommodate long label text, update story (#4787) (
3b691a0d9) - fix(code-snippet): re-introduce snippet copy button class (#4773) (
28a39b9ef) - fix(selectable-tile): change divs inside label to span (#4745) (
d7ac8faf9) - fix(header-panel): add refs (#4738) (
20598c82b) - fix(select): remove label on svg chevron (#4756) (
5c6b4eebe) - fix(ui-shell): display names for HeaderMenu & SideNavMenu forwardRefs (#4680) (
6a0cfeabb) - fix(ComposedModal): update
oneOfsignature (#4736) (573a103ed) - fix(FileUploaderDropContainer): pass through empty
acceptattr (#4681) (aa46d5dd9) - fix(composed-modal): moves aria-label from close icon to close button (#4727) (
fd1b01d86) - fix(CopyButton): use tooltip styles for feedback and add animation (#4715) (
6c0aabac1) - fix(tabs): match default spacing to spec (#4487) (
ca92b3465) - fix(OverflowMenu): avoid trapping focus on trigger button (#4688) (
7cd956b40) - fix(content-switcher): fix dap violations (#4695) (
033a91f92) - fix(modal): update oneOf prop type to use array (#4716) (
cb62296cb) - fix(tab): add aria-disabled depending on disabled prop (#4698) (
79be49d89) - fix(RadioButton): remove unecessary aria-label (#4678) (
77d83632b) - fix(tile): update props to remove errors, update tile maxheight (#4630) (
cc362ff43) - fix(HeaderMenu,HeaderNavigation): handle null item (#4682) (
e8888a17c)
Documentation 📝
- docs(radio-tile): remove invalid labelText prop from story (#4829) (
ed337fe14) - docs(modal-wrapper): remove prop, fix renderTriggerButtonIcon knob (#4830) (
bf14fb7a7) - docs: remove deprecated
smallbutton prop usage from React stories (#4831) (408cd598e) - docs(react): update links in carbon-components-react readme (#4746) (
a282fc395) - docs(modal): introduce title-only modal examples (#4703) (
62e918662)
Housekeeping 🏠
- test(project): add DOM test helpers (#4860) (
4a4622cb5) - test(loading): add a11y tests (#4621) (
a0f1d7578) - chore(react): update storybook to use fast-sass-loader in dev (#4747) (
45a869726) - chore(react): upgrade babel-plugin-react-docgen (#4714) (
bf14480ee) - chore(tabs): rename fixed variant to container (#4685) (
36a7a8b7a) - refactor(CodeSnippet): use hooks clean up render logic (#4636) (
272488b37) - chore: add build step to generate react docgen metadata (#4662) (
662c3a81f)