Releases: Sage/carbon
Releases · Sage/carbon
v75.0.1
v75.0.0
75.0.0 (2021-05-27)
⚠ BREAKING CHANGES
- tabs: Internal support for updating window location has been removed from the
Tabs
component, thesetLocation
prop has also been removed as it serves no purpose beyond serving as a
guard for this functionality. Consumers who wish to have this functionality should utilise the
onTabChange
andselectedTabId
props with whateverhistory
implementation they want to.
Here is an example implementation using history
v5:
https://codesandbox.io/s/demo-external-history-and-tabs-xdbll