Skip to content

Releases: samuelmeuli/font-picker-react

v2.3.0

08 Feb 18:26
v2.3.0
b4cbb0f
Compare
Choose a tag to compare

Added

  • Support for prop-types

Fixed

  • Props documentation

v2.2.1

07 Feb 16:42
v2.2.1
db8fcff
Compare
Choose a tag to compare

Fixed

  • Remove console.log (#8)

v2.2.0

15 Jan 19:03
v2.2.0
6ddc232
Compare
Choose a tag to compare

Changed

  • Performance improvements by throttling functions on scroll

v2.1.0

14 Nov 20:38
v2.1.0
2bebd94
Compare
Choose a tag to compare

Changes:

  • The library is now also bundled as an ES module (lib/FontPicker.es.js)
  • Updated dependencies (including font-picker v2.1 and major Babel and Storybook versions)

v2.0.0

18 Apr 16:32
405b418
Compare
Choose a tag to compare

Here's what's new in version 2.0:

  • The project has been refactored and now uses FontManager.js from the font-picker package, which simplifies the component's code
  • The defaultFont prop has been replaced with the activeFont prop. The active font should now be stored outside the <FontPicker /> component, e.g. in the parent component's state or using Redux (see example in README). That way, the font is no longer stored redundantly in some cases, and it can be changed programatically after the font picker has been rendered (#1)
  • Other small improvements