Skip to content

Releases: fyndiq/fyndiq-ui

V2

09 Oct 10:17
Compare
Choose a tag to compare

💥 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 React@0.14 has been dropped #28

🏠 Internal changes

v1.2.0

18 Sep 11:46
Compare
Choose a tag to compare

🔧 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

23 Aug 08:02
Compare
Choose a tag to compare

🔧 Changes

  • fyndiq-component-productlist: Don't overwrite the property onClick when putting an Item in the Wrapper. #21

v1.1.2

03 Aug 12:27
Compare
Choose a tag to compare

🏠 Internal changes

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

v1.1.1

03 Aug 11:48
Compare
Choose a tag to compare

🆕 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

11 Jul 08:48
Compare
Choose a tag to compare

First stable release 🎉

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

v0.2.2

01 Jun 11:44
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

🔧 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

26 May 08:04
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

🆕 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

24 May 12:32
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

🆕 New components

  • fyndiq-component-alert: Alert Component #7

v0.1.1

05 May 09:36
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

🔧 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)