Releases: fyndiq/fyndiq-ui
Releases · fyndiq/fyndiq-ui
V2
💥 Breaking changes
🏠 Internal changes
v1.2.0
🔧 Changes
fyndiq-component-button
: Added support for a link
prop, which can display a <a>
tag or any tag (usefull for integrating with React-router). Also added new prop htmlType
to support the type
attribute on a <button>
#26
🏠 Internal changes
- Add Coveralls integration to the repo #22
- Increase code coverage to 95% #23
- Upgrade packages #25
v1.1.3
🔧 Changes
fyndiq-component-productlist
: Don't overwrite the property onClick
when putting an Item in the Wrapper. #21
v1.1.2
🏠 Internal changes
fyndiq-component-productlist
: fix linting and tests, due to ESLint being upgraded in the previous release
v1.1.1
🆕 New Components
fyndiq-component-productlist
: Product List + Wrapper Components #17
🏠 Internal changes
- Upgrade to NPM@v5 #20
- Upgrade ESLint
v3
-> v4
#19
- Upgrade Storybook
v1
-> v2
#18
v1.0.0
First stable release 🎉
Fyndiq-ui is now successfully used in production, and released with an MIT License.
v0.2.2
🔧 Changes
fyndiq-component-alert
: Add stopShowingAfter
and stopShowingAfterKey
props, that enables the alert to only mount and be closed a certain amount of time #11
🏠 Internal
- Update Lerna to
2.0.0-rc.5
. Remove custom shell scripts and use new lerna exec
and lerna run
functions #13
- Add some release documentation #12
v0.2.1
🆕 New components
fyndiq-component-tooltip
: Tooltip Component #9
🔧 Changes
fyndiq-component-dropdown
: Add hover mode, add possibility to close the dropdown with the ESC key, add possibility to change the position of the dropdown, and other small changes #8
v0.2.0
🆕 New components
fyndiq-component-alert
: Alert Component #7
v0.1.1
🔧 Changes
fyndiq-icon-brand
: Support for optional tagline #6
🏠 Internal
- Add more info in each packages README files (NPM package version, link to preview on Storybook, API is now displayed as a table)