Releases: carbon-design-system/carbon-addons-iot-react
Releases · carbon-design-system/carbon-addons-iot-react
v2.116.0
v2.115.3
v2.115.2
v2.115.1
v2.115.0
2.115.0 (2020-09-10)
Bug Fixes
- header: pass className prop to header actions (2d1b71c)
- suiteheader: additional languages, add knob in story (aef2859)
- suiteheader: carbon tokens, reduce anonymous functions (7052d99)
- suiteheader: split out stories, minor fixes and warning cleanup (2736324)
- suiteheader: use spacing token in scss (d03ae1c)
Features
- suiteheader: suite header (26c9f27)
v2.114.8
v2.114.7
v2.114.6
v2.114.5
v2.114.4
2.114.4 (2020-09-01)
Important items to note when upgrading:
This release updates our Carbon version to v10.17.0
Modifications to dropdown listbox rendering
- This update includes a new version of downshift. All dropdowns (Dropdown, ComboBox, etc) no longer render the ListBox until the list has been opened. This means that any automated tests that assert or interact with listbox items will need to be refactored to first open the dropdown. You can see in the PR how we refactored many of our tests to fix this.
Tooltips that are snapshot tested need an id
- A bug was introduced with the unique IDs of Tooltips. Any tooltip that you snapshot test will need to have an
id
that is identical totooltipId
, otherwise every time the snapshot is updated it will have a new value and continually fail. We've opened PR carbon-design-system/carbon#6744 to address this in Carbon.
Experimental ComboBox add new items to list is now behind a addToList
prop
- If you were relying on this functionality, you'll need to add this prop to your ComboBox. This was done to correct a bug to preserve the default functionality available in Carbon today.
ComboBox no longer renders tags container when hasMultiValue={false}
- Previously it would render the
<ul data-testid="combo-tags">
even if hasMultiValue was false.
ComboBox hasMultiValue
uses it's own shouldFilterItem
function
- Previously this was something you had to pass in yourself. It's no longer needed unless you'd like to overwrite the default functionality.
Bug Fixes
- combobox: modify logic and tests for carbon 10.17 upgrade (831a68a)
- combobox: place focus in input after adding tags (febf728)
- combobox: update CarbonComboBox with new changes from Carbon 10.17 (da21279)
- lint: carbon 10.17 upgrade remaining lint warnings (a9d3dc5)
- table: batch action visual styling (0ea5c60)
- tests: carbon v10.17 upgrade - remove rc version (2f1f7f9)
- tests: modify test for carbon 10.17 dropdown changes (c497c1b)
- tests: update snaps (6696b91)
- tests: update snaps, selectors for new changes to DOM from carbon upgrade (642f5eb)