Skip to content

v2.0.0

Compare
Choose a tag to compare
@samuelmeuli samuelmeuli released this 18 Apr 16:24
· 102 commits to master since this release
980c24b

Here's what's new in version 2.0:

  • The project has been refactored for better modularity and extensibility. If you wish to implement your own font picker interface (e.g. for another front-end framework), you can now import FontManager.js and build on top of it
  • The activeFont can now be changed programmatically using the setActiveFont(fontFamily) function
  • The demo now runs on npm start using serve
  • Other small improvements

The React component has been updated to v2.0 as well.