Skip to content

Releases: Yelp/lemon-reset

v2.0.0

01 May 21:36
c4e7199
Compare
Choose a tag to compare

Breaking Changes

This package is now compiled against a newer browser target that supports features like arrow functions and spread syntax, as well as using the __jsx() macro for React code instead of React.createElement(). The minimum supported React version is now 17.0.0 and support for old browsers like IE has been dropped.

What's Changed

New Contributors

Full Changelog: v1.3.2...v2.0.0

v1.3.2

10 Jan 23:24
08a028c
Compare
Choose a tag to compare
  • fix types for flow-bin@0.89.0 (#74)
  • UMD module can be imported in nodejs (#73)

v1.3.1

19 Dec 22:50
9c135ec
Compare
Choose a tag to compare
  • restores the displayNames that we used to have by virtue of using a named class component, to fix any snapshot tests that were relying on those names.

v1.2.0

18 Dec 19:21
47ac593
Compare
Choose a tag to compare
  • add a UMD distribution, and standalone CSS file

v1.1.1

17 Apr 01:18
864b133
Compare
Choose a tag to compare

Changed

  • get rid of sass-loader dependency
  • distribute transpiled sources in ./lib and ES modules in ./es

v1.1.0

21 Feb 18:43
0f11d88
Compare
Choose a tag to compare

Changed

  • react and react-dom are now peerDependencies (#10)

Fixed

  • styling on blockquote:after (#18)

v1.0.0

16 Feb 18:26
Compare
Choose a tag to compare

Initial Release!