@auth0/cosmos
Advanced tools
Changelog
0.3.1 [July 25, 2018]
Checkbox
component [#612]ResourceListItem
[#647]Avatar
now accepts an <svg>
for its image prop [#650]<Button/>
in dialog actions [#660]loading
+ success
state for Button
[#714]styled
[#629]Icon
[#684]error
prop with hasError
[#690]Overlay
to be a hidden component [#693]<input>
to type=text
[#691]styled
export [#701]Changelog
0.3.0 [June 25, 2018]
Badge
component. [#548]Tag
component. [#549]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]text
property now expect a label
property instead. [#559]Thumbnail
has been removed, and its functionality has been merged with Avatar
for simplicity. [#561]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]16.x
is now referenced as a peer dependency to avoid conflicts. [#604]PageHeader
will now render a secondary action even if there is no primary action specified. [#590]package.json
. [#615]Dialog
with a real working example. [#620]Radio.Group
resulting from filtering children by type. [#581]selected
. [#583]Buttons
. [#617]Changelog
0.2.2 [May 29, 2018]
Radio
component to Forms [#511]Label
component [#544]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]
Changelog
0.2.1 [May 8, 2018]
Form.Actions
[#529]Changelog
0.2.0 [April 26, 2018]
ResourceList
component. [#504]Table
component. [#519]Tabs
component now ignores null
children instead of throwing an error. [#518]EmptyState
. [#514]Changelog
0.1.1 [April 12, 2018]
@auth0/cosmos/babel
, use @auth0/babel-preset-cosmos
insteadChangelog
0.1.0 [April 4, 2018]
cta
appearance for Button
, to be used for primary calls to action. [#425]Button
. Passing an href
prop to Button
will cause it to render as an <a>
instead of a <button>
. [#425]Avatar
and Thumbnail
components. [#398]Text
component for styled text. [#392]Button
were replaced with an appearance
enum. [#400]line-height: 1.6
has been moved from global reset to a scope specific to cosmos components