Skip to content

Latest commit

 

History

History
229 lines (89 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

229 lines (89 loc) · 13.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0-beta.17 (2021-12-27)

Bug Fixes

  • react: refactored types for styled function (fixes #872) (#887) (7b8b129)
  • webpack: add cacheProvider for Linaria v3 (#889) (ee656dd)
  • webpack: fix usage of webpackResolveOptions conditionally (#883) (3d6b6c5)

Features

  • resolver: add custom resolver option to support re-exporting of linaria libs (#882) (ad4a368)

3.0.0-beta.16 (2021-12-01)

Bug Fixes

  • webpack: replace file system cache with in-memory cache (fixes #878) (#879) (5517cf7)

3.0.0-beta.15 (2021-11-29)

Bug Fixes

  • babel: missed reference to atomic (079379e)
  • cli: cli trying to transform directories (#856) (14d9edd)
  • react: fixed types for supporting class components (fixes #730) (#877) (e637ecb)
  • stylelint: fix indentation errors (fixes #693) (#876) (7f9f24f)
  • webpack: better merge for configs and fallback for async plugins (#874) (ad84d6d), closes #855

Features

  • atomic: create an atomic package for the css API (#867) (4773bcf)

3.0.0-beta.14 (2021-11-05)

Bug Fixes

3.0.0-beta.13 (2021-09-13)

Bug Fixes

  • core: return type alias instead of string from css and cx (#835) (7eb9d94)
  • react: fixes for --exactOptionalPropertyTypes TS flag (#827) (eed92b1)
  • rollup: rollup preserveModules no js extension (#822) (ca5232a)
  • server: fix collect to ignore empty class (#832) (639fcca)
  • shaker: partial support for ts compiled code (fixes #820) (#836) (ec8ee68)
  • webpack: pass all user resolve options to loader (fixes #658) (#830) (a0590e5)

3.0.0-beta.12 (2021-08-31)

Bug Fixes

  • shaker: improve dependency resolution for wildcard exports (#826, fixes #816) (5aac3eb)
  • Faster method of building dependencies array (#824, fixes #797) (2463881)

Features

3.0.0-beta.11 (2021-08-08)

Bug Fixes

  • shaker: string literals for addressing values in imported NS (#815) (8adf43e)
  • styled: remove unnecessary core-js polyfills (fixes #799) (#814) (6c3070a)

3.0.0-beta.10 (2021-07-24)

Bug Fixes

  • shaker: use the last export statement instead of the 1st (#804) (b79584c)

3.0.0-beta.9 (2021-07-23)

Bug Fixes

  • shaker: keep exports if there are dependent code (fixes #804) (#807) (4bb7744)
  • shaker: support for "export * from …" (#809) (b06c1ba)

3.0.0-beta.8 (2021-07-18)

Bug Fixes

  • esbuild: add missing resolveDir to support webfont bundling (#789) (45e5de0)
  • shaker: named exports are removed (fixes #800) (#801) (3421930)

3.0.0-beta.7 (2021-06-24)

Bug Fixes

3.0.0-beta.6 (2021-06-06)

Bug Fixes

Features

  • interop: interop between Linaria and traditional CSS-in-JS libraries (#776) (0a5f5b4)
  • add esbuild integration (#765) (511a717)

3.0.0-beta.5 (2021-05-31)

Bug Fixes

3.0.0-beta.4 (2021-05-07)

Bug Fixes

3.0.0-beta.3 (2021-04-20)

Bug Fixes

3.0.0-beta.2 (2021-04-11)

Bug Fixes

  • core: remove unnecessary spread operators from css and cx (#746) (#749) (de23a09)
  • Import custom identifier called css with error "Cannot find module 'linaria'" #739 (#740) (07fb381)
  • loadOptions text regex (#728) (34ca3e5)
  • resolve output filename relative to source root (#733) (c606b3f)

Features

  • babel: expose CSS extraction from AST logic (#737) (f049a11)