GitPedia
dlehmhus

dlehmhus/next-with-linaria

Linaria loader for Next.js

11 Releases
Latest: 1y ago
v1.1.0Latest
dlehmhusdlehmhus·1y ago·May 26, 2025
GitHub

📋 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
dlehmhusdlehmhus·1y ago·April 24, 2025
GitHub

📋 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
dlehmhusdlehmhus·2y ago·January 31, 2024
GitHub

📋 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
dlehmhusdlehmhus·2y ago·September 28, 2023
GitHub

📋 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
dlehmhusdlehmhus·3y ago·June 5, 2023
GitHub

📋 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
dlehmhusdlehmhus·3y ago·February 25, 2023
GitHub

📋 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
dlehmhusdlehmhus·3y ago·February 12, 2023
GitHub

📋 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
dlehmhusdlehmhus·3y ago·December 13, 2022
GitHub

📋 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
dlehmhusdlehmhus·3y ago·November 22, 2022
GitHub

📋 Changes

  • clear webpack cache when it is out of sync with the linaria cache and display custom error message
0.2.1v0.2.1
dlehmhusdlehmhus·3y ago·November 10, 2022
GitHub

📋 Changes

  • embed webpack-virtual-modules in the project so the needed patch actually gets applied
0.2.0v0.2.0
dlehmhusdlehmhus·3y ago·November 10, 2022
GitHub

📋 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`