Releases: youseedk/dna-react
Releases · youseedk/dna-react
v0.4.1
- Upgrade to dna@1.2.2
- Allow an object to be passed as
to
prop in Button, Link, and Shortcut components
- Include all other
NavLink
propTypes in Button, Link, and Shortcut components
v0.3.2
- Add
iconAlignment
prop in Button component
- Upgrade to dna@1.2.2
- Upgrade Storybook and fix broken Storybook build
v0.3.1
- Downgrade dependencies react, react-dom to ^16.4
v0.2.0
- Add Anchor helper that utilizes React Router making it possible to pass NavLink props to Button and Shortcut components
- Add
react
and react-dom
as dev dependencies
- Add
react-router-dom
as peer dependency
v0.1.0
- Add ProgressBar, FlowSteps, and Shortcut component
- Visual component variations are now always controlled with the
variant
prop
- All generic props like
id
, tabIndex
, autoFocus
etc. are now passed on to the container as attributes
- Upgrade to dna@1.1.0
v0.0.17
- Add Notification, and Tag component
- Fix bug breaking Storybook c62317d
v0.0.16
- Upgrade to dna@1.0.0
- Rename existing icons and add remaining icons