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
Previous12346Next

0.3.3

Diff

Changelog

Source

0.3.3 [August 7, 2018]

Added

  • Add support for multiple links in Breadcrumbs [#695]
  • Added click handler props to ResourceList and Table [#735]
  • Add document playground for folks to report issues [#738]
  • Add support for size prop to TextInput [#739]

Changed

  • Unstable: Style improvements to Pagination [#741]
  • Bring manage PoC closer to real manage [#745]

Fixed

  • Pass Form actions through to underlying Button [#718]
  • Fix Button appearance with url prop [#728]
  • Fix wrapping for long text in Button [#751]
  • BREAKING: Fix state updates inside Tabs (end support for uncontrolled state) [#754]
auth0npm
published 0.3.2 •

Changelog

Source

0.3.2 [July 25, 2018]

Fixed

  • Fix deployment tooling [#726]
auth0npm
published 0.3.1 •

Changelog

Source

0.3.1 [July 25, 2018]

Added

  • Add Checkbox component [#612]
  • Add support for disabling actions in ResourceListItem [#647]
  • Avatar now accepts an <svg> for its image prop [#650]
  • Support <Button/> in dialog actions [#660]
  • Alerts can now be dismissed [#688]
  • Support text in loading + success state for Button [#714]
  • Add option to disable global styles [#719]
  • Add documentation for using styled [#629]
  • Unstable: Pagination component base [#666]
  • Add documentation for contributing components [#638]

Changed

  • BREAKING: Use color name instead of hex codes for Icon [#684]
  • DEPRECATED: Replace input error prop with hasError [#690]
  • Rename clients to applications in manage PoC [#636]
  • Change Overlay to be a hidden component [#693]
  • Make the sidebar foldable in documentation [#686]

Fixed

  • Update PoC link in docs [#646]
  • Default <input> to type=text [#691]
  • Fix styled export [#701]
  • Fix form layouts leaking into each other [#716]
auth0npm
published 0.3.0 •

Changelog

Source

0.3.0 [June 25, 2018]

Added

  • Unstable: Added Badge component. [#548]
  • Unstable: Added Tag component. [#549]
  • Unstable: Added AvatarBlock component. [#561]
  • Tooltip now supports new left and right values for the position prop. [#576]
  • Stack now supports a space-between value for its align prop, resulting in behavior similar to the flexbox property of the same name. [#591]
  • Tabs may now optionally operate as a controlled component via new selected and onSelect props. [#585]
  • Cosmos now exports its copy of styled-components to avoid conflicts where consumers would use their own copy. [#614, #610]
  • Added TypeScript definitions for all components. (Thanks @jcenturion!) [#632]

Changed

  • BREAKING: Actions have now been standardized across the library. Any actions which previously expected a text property now expect a label property instead. [#559]
  • BREAKING: Thumbnail has been removed, and its functionality has been merged with Avatar for simplicity. [#561]
  • BREAKING: Form now supports only a single destructive action via the destructiveAction prop, which replaces the previous destructiveActions prop that accepted an array of actions. [#601]
  • BREAKING: React 16.x is now referenced as a peer dependency to avoid conflicts. [#604]
  • Reorganized code, making docs and examples independent from the core library. [#575, #607]
  • PageHeader will now render a secondary action even if there is no primary action specified. [#590]
  • Switched to nps to manage scripts that had previously been in package.json. [#615]
  • Replaced placeholder screenshot for Dialog with a real working example. [#620]

Fixed

  • Fixed issue with Radio.Group resulting from filtering children by type. [#581]
  • Fixed various PropTypes validation warnings. [#582]
  • Fixed issue where sidebar groups would not display as open even when a child was marked as selected. [#583]
  • Fixed issue where the search in the documentation sidebar would throw an error in response to certain user input. [#593]
  • Fixed issue where form inputs would lose their styling when surrounded by container elements [#619]
  • Fixed issue where the preview in the documentation sandbox was not being correctly updated in response to user input in the props table [#637]
  • Fixed misalignment of tooltips on Buttons. [#617]
auth0npm
published 0.2.3 •

Changelog

Source

0.2.3 [May 31, 2018]

Fixed

  • Fixed problem where fonts are not loading [#571]
auth0npm
published 0.2.2 •

Changelog

Source

0.2.2 [May 29, 2018]

Added

  • Added Radio component to Forms [#511]
  • Added Label component [#544]
  • Added support for custom Form fields [#530]
  • Added prop to make tooltips visible by default [#562]

Changed

  • BREAKING method has been renamed to handler for all components that accept actions as a prop [#551]

    <Form.Actions primaryAction={{ label: 'Save Changes', handler: () => {} }} />
    
  • Documentation improvements for EmptyState and Alert [#491] + [#534]

Fixed

  • Added missing id to Switch for accessibility [#558]
  • Fixed path for tokens in helpers [#564]
auth0npm
published 0.2.1 •

Changelog

Source

0.2.1 [May 8, 2018]

Changed

  • New information on defaults and required fields in docs [#533]

Fixed

  • Fixed persistent warning in Form.Actions [#529]
auth0npm
published 0.2.0 •

Changelog

Source

0.2.0 [April 26, 2018]

Added

  • Unstable: New ResourceList component. [#504]
  • Unstable: New Table component. [#519]

Changed

  • Expanded routes in Manage proof of concept to permit additional pages to be added. [#503]

Fixed

  • Tabs component now ignores null children instead of throwing an error. [#518]
  • Fixed incorrect layout of "Learn More" link in EmptyState. [#514]
auth0npm
published 0.1.1 •

Changelog

Source

0.1.1 [April 12, 2018]

Changed

  • BREAKING Make cosmos babel preset an optional dependency [#497] The babel preset is no longer available in @auth0/cosmos/babel, use @auth0/babel-preset-cosmos instead
  • An improved client list for manage proof of concept [#441]
  • Better naming + urls [#493] and permalinks for docs[#492]
auth0npm
published 0.1.0 •

Changelog

Source

0.1.0 [April 4, 2018]

Added

  • New cta appearance for Button, to be used for primary calls to action. [#425]
  • New "link mode" for Button. Passing an href prop to Button will cause it to render as an <a> instead of a <button>. [#425]
  • Unstable: New Avatar and Thumbnail components. [#398]
  • Unstable: New Text component for styled text. [#392]

Changed

  • BREAKING: Colliding Boolean props governing appearance of Button were replaced with an appearance enum. [#400]
  • BREAKING: line-height: 1.6 has been moved from global reset to a scope specific to cosmos components
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