dlehmhus/next-with-linaria
Linaria loader for Next.js
11 Releases
Latest: 1y ago
v1.1.0Latest
📋 What's Changed
- feat: add prefixer option by @dangreen in https://github.com/dlehmhus/next-with-linaria/pull/38
✨ New Contributors
- @dangreen made their first contribution in https://github.com/dlehmhus/next-with-linaria/pull/38
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v1.0.1...v1.1.0
v1.0.1
📋 What's Changed
- migrate from @linaria/babel-preset to @wyw-in-js/babel-preset within README.md by @Lich496 in https://github.com/dlehmhus/next-with-linaria/pull/28
- chore: update dependencies by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/30
- feat: add rspack support by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/32
- refactor: optimize a bit by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/33
- rewrite package by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/34
- 1.0.0 by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/35
✨ New Contributors
- @Lich496 made their first contribution in https://github.com/dlehmhus/next-with-linaria/pull/28
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.7.0...v1.0.1
v0.7.0
📋 What's Changed
- feat: update next-with-linaria to work with linaria 6 by @minhphamba-ct in https://github.com/dlehmhus/next-with-linaria/pull/24
✨ New Contributors
- @minhphamba-ct made their first contribution in https://github.com/dlehmhus/next-with-linaria/pull/24
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.6.0...v0.7.0
v0.6.0
📋 What's Changed
- fix: don't automatically delete next cache by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/16
- feat: update next-with-linaria to work with linaria 5 by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/21
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.5.0...v0.6.0
v0.5.1
📋 What's Changed
- fix: don't automatically delete next cache when encountering linaria errors by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/16
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.5.0...v0.5.1
v0.5.0
📋 What's Changed
- revert in memory cache by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/12
- chore: update dependencies by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/13
- add node 18 to testing matrix by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/14
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.4.0...v0.5.0
v0.4.0
📋 What's Changed
- chore(deps): update dependencies by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/8
- feat: add in-memory cache for transformed code by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/9
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.3.1...v0.4.0
0.3.1v0.3.1
📋 What's Changed
- fix: use relative path to require css modules by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/4
- chore: remove webpack as peer dependency by @dlehmhus in https://github.com/dlehmhus/next-with-linaria/pull/5
- Full Changelog: https://github.com/dlehmhus/next-with-linaria/compare/v0.3.0...v0.3.1
0.3.0v0.3.0
📋 Changes
- clear webpack cache when it is out of sync with the linaria cache and display custom error message
0.2.1v0.2.1
📋 Changes
- embed webpack-virtual-modules in the project so the needed patch actually gets applied
0.2.0v0.2.0
📋 Changes
- [@linaria/babel-preset](https://www.npmjs.com/package/@linaria/babel-preset) is now a peer dependency and needs to be installed alongside `next-with-linaria`
