All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.0-beta.16 (2021-12-01)
3.0.0-beta.15 (2021-11-29)
- 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
3.0.0-beta.14 (2021-11-05)
- doc: add esbuild to the TOC (#850) (0a14309)
- react: refactor/rest op (#860) (da94704)
- react: unions in prop types are not resolved (#844) (62009e9)
- shaker: exports/object issue with TS (fixes #861) (#863) (acdbdfe)
- shaker: reimplement enums support (fixes #848) (#853) (8f1d7cb)
3.0.0-beta.13 (2021-09-13)
- core: return type alias instead of string from
css
andcx
(#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)
- shaker: improve dependency resolution for wildcard exports (#826, fixes #816) (5aac3eb)
- Faster method of building dependencies array (#824, fixes #797) (2463881)
- babel: add file, name, dir, ext to classNameSlug (#825, fixes #650 and #571) (c1fdb7c)
- make @linaria/shaker optional (#819) (2a55b03)
3.0.0-beta.11 (2021-08-08)
- 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)
3.0.0-beta.9 (2021-07-23)
- 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)
- 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)
- shaker: fix undefined imports in some cases (#333, #761) (#787) (e374072)
- webpack resolve options (#785) (64b2b06)
- esbuild: import esbuild correctly (#783) (a22522b)
- esbuild: workaround to for esbuild compile options (#784) (ac47f43)
3.0.0-beta.6 (2021-06-06)
- rollup: compliant vite (#763) (3966dcf)
- webpack: hot reload fails after compile error (fixes #762) (#775) (67fcd81)
- interop: interop between Linaria and traditional CSS-in-JS libraries (#776) (0a5f5b4)
- add esbuild integration (#765) (511a717)