v10.7.1 (2019-10-21)
carbon-components@10.7.1
Bug fixes 🐛
- fix(ui-shell): change the way to generate unique ID (#4291) (
2a8ba556f) - fix(tag): fix for dark theme (#4119) (
b844ba059) - fix(list-box): replace
valueattribute selectors (#3411) (cec18c336) - fix(search,textarea): update placeholder-colors mixin with accessible text color (#4281) (
43aa057b7) - fix(tag): prevent focused close button icon from shrunk (#4290) (
6f65562b5) - fix(tooltip): remove reset mixin from tooltip mixin (#4247) (
29cd69fd5) - fix(datepicker): add top offset to fix vertical icon alignment IE11 (#4235) (
69afd69f5) - fix(button): incorrect focus color for tertiary button on dark themes (#4216) (
f1a2ae657) - fix(Slider): use lighter hue for focused and active slider colors (#4214) (
f15d92682) - fix(checkbox): update checkbox and radio button position logic (#4193) (
652c0ebb5) - fix(button): remove outline on disabled tertiary and ghost buttons (#4165) (
1d7d70bb6) - fix(data-table): ensure data table actions are hidden when no rows are selected (#4157) (
b5ddb1d7d) - fix(TooltipDefinition): set outline on focus (#4258) (
fc7fcc6fa) - fix(slider): use mono font face for start and end values, remove input border for disabled state (#4147) (
5f954e93c)
Documentation 📝
Housekeeping 🏠
- chore: sync generated files (
a2c808a54) - refactor(global): replace yellow-20 with yellow-30 (#4287) (
8ed2c2794)
carbon-components-react@7.7.1
Bug fixes 🐛
- fix(copy-button): add aria-label for the copy button (#4296) (
2b274c7e9) - fix(list-box): replace
valueattribute selectors (#3411) (cec18c336) - fix(number-input): update how errorId is applied for aria-labelledby (#4295) (
f2ef18a3c) - fix(search): remove role attr and label from skeleton (#4272) (
910b55d76) - fix(DatePicker): fix wrong dropdown position in range mode (#4133) (
79a12e3a1) - fix(accordion): change skeleton buttons to spans for a11y (#4273) (
66b99e980) - fix(search): resolves DAP violations (#4286) (
09620d1ea) - fix(breadcrumb): change breadcrumb to ordered list (#4174) (
6182c59ec) - fix(ProgressIndicator): remove
roleattribute from checkmark svg (#4255) (9ba4025a7) - fix(breadcrumb-skeleton): use span elements to remove DAP violation (#4226) (
35bc98328) - fix(FileUploader): move role attribute to valid element (#4209) (
1a6eef8e5) - fix(modal): find primary focus element for selectorPrimaryFocus (#4172) (
354ffd10b) - fix(TableSelectRow): apply checkbox column class (#4167) (
19f441938) - fix(table-toolbar-search): unique id passed to search should be a string (#4159) (
2439e361a) - fix(ListBoxSelection): disallow clearSelection when disabled (#4148) (
7499d9f32) - fix(Dropdown): resolve DAP violations (#4260) (
03becc68a)
Documentation 📝
- docs(DataTable): remove unneeded story comment (#4304) (
c479b87c8) - docs(tooltip): add display name for storybook (#4267) (
df0073969)