Socket
Socket
Sign inDemoInstall

@auth0/babel-preset-cosmos

Package Overview
Dependencies
119
Maintainers
38
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12456Next

0.12.2

Diff

Changelog

Source

0.12.2 [January 9, 2019]

Fixed

  • Icon: Add “application” icon. [#1401]
  • Alternate implementation for uniqueId: This improves snapshot testing experience by removing random hashes from components attributes. [#1374] (Warning: You may need to update some snapshots and remove any uniqueId mock.)
  • Breadcrumb: Fix automation attribute naming. [#1309] (Warning: You may need to update some tests.)

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.

auth0npm
published 0.12.1 •

Changelog

Source

0.12.1 [January 8, 2019]

Fixed

  • Radio: Fixed rendering of label [#1393]
auth0npm
published 0.12.0 •

Changelog

Source

0.12.0 [January 7, 2019]

Added

  • Testing: Custom prop tests [#1308][#1312]
  • ResourceList: Adds a prop to set the width to the resource list body [#1314]
  • Image: Images are now responsive by default [#1244]
  • Image: Added fit properties to scale images to a container proportionally [#1244]
  • Avatar: Images in avatar fit to cover the container. This allows to display portrait and landscape images inside the avatar. [#1244]
  • (Internal) Layouts: Row, Gallery, Columns and Page [#1282]

Fixed

  • Icon: Fixed chevron up not facing up [#1391]
  • Tabs: Quick aria labels fix [#1375]
  • Tooltip: Adds z-index to tooltips [#1369]
  • Security upgrades [#1387]

Changed

  • Move actions API to Input [#1281]
auth0npm
published 0.11.0 •

Changelog

Source

0.11.0 [December 18, 2018]

Added

  • Sortable Resource List [#1098]
  • Integration tests for Tabs [#1278]

Fixed

  • 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]

Changed

  • Internal: Massive find and replace for styled [#1249]
  • Remove line height declaration on tables [#1286]
  • Replace extend with styled [#1279]
  • Remove pointer events from icon [#1298]
  • Changes the Page Header from grid to flex [#1285]
auth0npm
published 0.10.1 •

Changelog

Source

0.10.1 [December 11, 2018]

Fixed

  • Fixes dialog not catching pointer events [#1260]
auth0npm
published 0.10.0 •

Changelog

Source

0.10.0 [December 11, 2018]

Added

  • Switch: Add support for label position by @m4tr1k + alignment fixes [#1171]
  • Styling: Add styled-components-with-helpers [#1208]
  • Styling: Add styled-margin [#1248]

Fixed

  • Responsive PageHeader [#1138]
  • Fix FormGroup warning when only one child is passed [#1221]
  • Select arrow icon color fix [#1220]
  • Switch.onToggle stopPropagation of event [#1233]
  • Added stories around page header [#1230]
  • Updates dropbox icon [#1240]
  • Upgrade to latest 3.x styled-components [#1241]
  • Removes space when the switch label is empty [#1234]
  • Removes pointer events on the overlay component [#1243]
  • Fixed accordions in Contribution guide [#1246]
  • Manage PoC: Fix Security issue and fix error on example when opening Applications [#1253]
auth0npm
published 0.9.3 •

Changelog

Source

0.9.3 [December 4, 2018]

Fixed

  • Fix callHandler is not defined issue in ResourceList [#1210]
  • Improved examples in Pagination toolbar docs [#1207]
  • Fix appearance of select in Firefox [#1143]

Changed

  • Docs: Make it easier to add a guide [#1201]
  • Docs: Hidden placeholder for layout + overriding guides [#1202]
auth0npm
published 0.9.2 •

Changelog

Source

0.9.2 [December 3, 2018]

Fixed

  • Form Actions: Change the role of secondary actions to button [#1172]
  • Button: Fix alignment issues in Button with href [#1178]

Changed

  • Resource List: Added support for Button as actions in items (soft deprecation) [#1133]
  • Internal: Migrate components to dotElement syntax [#1080]: What we did was to migrate all internal subcomponent names. The benefit of this is that we don’t have to export multiple components but only the Component and you have all internal subcomponents for free. We kept exporting StyledComponents as Component.Element's aliases so we don’t break any of your apps. These aliases will be supported until Cosmos 1.0.
auth0npm
published 0.9.1 •

Changelog

Source

0.9.1 [November 29, 2018]

Fixed

  • Global styles: Set the global line height to 1.6. [#1176]
auth0npm
published 0.9.0 •

Changelog

Source

0.9.0 [November 29, 2018]

Added

  • Table: Add support for truncating table cell text [#1011]
  • Icons: Add social icons [#1146]

Fixed

  • Dialog: Making dialog responsive and accessible [#1102]
  • Examples: Fix warnings in Manage POC by @jvelezpo [#1135]
  • Remove out of sync prop-types to typescript declarations module [#1136]
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc