Skip to content

Releases: cometkim/gatsby-plugin-linaria

v4.0.2

09 May 14:35
481b1d2
Compare
Choose a tag to compare
  • Ignore .cache dir, fixed #187

v4.0.1

10 Nov 22:54
1f37994
Compare
Choose a tag to compare
  • Support Gatsby v5

v4.0.0

13 Aug 18:28
5944a51
Compare
Choose a tag to compare
  • Linaria v4 Support
  • Fixed some integration bugs
  • Fixed critical CSS extraction

Linaria v2

26 Oct 18:57
Compare
Choose a tag to compare

Linaria v2 is finally released! 🎉 🚀

v2.0.0

16 Nov 02:09
Compare
Choose a tag to compare
  • change the order of the extracted critical CSS to a hopefully more intuitive one
    • this might break some of your styles because of ordering, read #39

v1.2.2

06 Jul 08:40
Compare
Choose a tag to compare
  • by using setWebpackConfig instead of replaceWebpackConfig (#18) we solved two issues:
    1. styles not applying correctly in production mode (#17)
    2. the familiar Using the "css" tag in runtime is not supported error when running gatsby build (#13)

v1.2.1

02 Jul 21:43
Compare
Choose a tag to compare
  • fix missing extract on site using context path (#16)

v1.2.0

14 Jun 14:02
Compare
Choose a tag to compare

v1.1.4

31 May 23:04
Compare
Choose a tag to compare

v1.1.3

27 May 22:16
Compare
Choose a tag to compare
  • fix incompatibility with the TypeScript plugin (#13)