Fyndiq Ui Versions Save

Library of reusable web frontend components for Fyndiq

v2.0.0

6 years ago

💥 Breaking changes

  • The CSS toolchain of fyndiq-ui has changed: LESS has been dropped in favor of PostCSS + CSSNext. Read more in the migration guide #27
  • Support for [email protected] has been dropped #28

🏠 Internal changes

  • Add eslint-plugin-jest to the ESLint suite. #32
  • The versionning of packages is now in independant mode #29

v1.2.0

6 years ago

🔧 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

6 years ago

🔧 Changes

v1.1.2

6 years ago

🏠 Internal changes

  • fyndiq-component-productlist: fix linting and tests, due to ESLint being upgraded in the previous release

v1.1.1

6 years ago

🆕 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

6 years ago

First stable release 🎉

Fyndiq-ui is now successfully used in production, and released with an MIT License.

v0.2.2

6 years ago

🔧 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

6 years ago

🆕 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

6 years ago

🆕 New components

v0.1.1

7 years ago

🔧 Changes

🏠 Internal

  • Add more info in each packages README files (NPM package version, link to preview on Storybook, API is now displayed as a table)