@auth0/cosmos-tokens
Advanced tools
Changelog
0.12.2 [January 9, 2019]
Breadcrumb change
We have renamed the Breadcrumb.Link automation attribute from this:
<a data-cosmos-key="link">clicky</a>
to this:
<a data-cosmos-key="breadcrumb.link">clicky</a>
Please update your tests (if any) accordingly.
UniqueId helper change
In the past, we used to randomly generate an id for some attributes that were required to link components. Now we're using a global counter, which will lead to improve snapshot testing since each test is run in an isolated environment, and then each test run will have a fresh and pure start.
If you were using a mock for uniqueId
as a workaround:
jest.mock('../../../core/components/_helpers/uniqueId', () => () => 'abcdef1234')
Please, remove it since is no longer needed.
Changelog
0.12.0 [January 7, 2019]
Changelog
0.11.0 [December 18, 2018]
Implement attrs to styled API [#1263]
Make Tabs accessible [#1264]
Examples: react + react-dom should have same version [#1284]
Tooltip: Fix wrapping for long text [#1262]
Fix dialog [#1260]
Fix react router dom dependency [#1300]
Fix Resource List columns [#1192]
Fix docs links [#1280]
Fix version switcher [#1256]
Fix button action onClick handler not including the item [#1276]
Internal: Clean up code for masked TextInput [#1283]
Internal: Add module to all stories [#1288]
Changelog
0.10.0 [December 11, 2018]
Changelog
0.9.3 [December 4, 2018]
Changelog
0.9.2 [December 3, 2018]
button
[#1172]Button
with href [#1178]Button
as actions
in items (soft deprecation) [#1133]Component
and you have all internal subcomponents for free. We kept exporting StyledComponent
s as Component.Element
's aliases so we don’t break any of your apps. These aliases will be supported until Cosmos 1.0.Changelog
0.9.1 [November 29, 2018]
1.6
. [#1176]Changelog
0.9.0 [November 29, 2018]