linaria

Zero-runtime CSS in JS library

MIT License

Downloads
4.5M
Stars
11.2K
Committers
134

Bot releases are hidden (Show)

linaria - v4.0.0

Published by Anber about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/callstack/linaria/compare/v2.0.0...v4.0.0

linaria - v3.0.0-beta.19

Published by Anber over 2 years ago

3.0.0-beta.19 (2022-06-03)

Bug Fixes

  • atomic: fix duplication of the same css properties in the same file (#972) (f60039e)
  • babel: error when css calls reference css calls inside components (#971) (fe6e083)
  • esbuild: add add missing loader and resolveDir (#955) (ef1051f)
  • react: support UpperCamelCase custom elements #968 (#970) (59800db)
  • stylelint: remove console.log from stylelint preprocessor (#969) (1ae913b)

Features

  • atomic: add support for atomic using styled API (#966) (f59860b)
  • babel: api for custom tags (#976) (3285ccc)
  • babel: new way for detecting tag imports (#974) (3305cfb)
  • core: allow renaming of css template literals (#973) (8f59a82)
linaria - v3.0.0-beta.18

Published by Anber over 2 years ago

3.0.0-beta.18 (2022-04-01)

Bug Fixes

  • shaker: fix edge case with polyfilled defineProperty (#951) (38a5541)
  • shaker: fix some edge cases related to export patterns (#951) (18ca481)

Features

  • atomic: add property priorities (#950) (c44becb)
  • atomic: add support for at-rules, keyframes and pseudo classes (#913) (dee7fa1)
  • atomic: string serialization of atoms (#934) (ef19ccb)
linaria - Release 2.3.1

Published by Anber almost 3 years ago

  • fix(webpack): fix error when cacheProvider is undefined (#890) (c1fa32d1)
linaria - v3.0.0-beta.17

Published by Anber almost 3 years ago

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)
linaria - Release 2.3.0

Published by Anber almost 3 years ago

  • fix(webpack): add cacheType to support both memory and filesystem cache (#884, fixes #881) (1e39317a)
linaria - Release 2.2.0

Published by Anber almost 3 years ago

  • fix(webpack): replace fs cache with in-memory cache (fixes #878) (a2814402)
linaria - v3.0.0-beta.16

Published by Anber almost 3 years ago

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

Bug Fixes

  • webpack: replace file system cache with in-memory cache (fixes #878) (#879) (5517cf7)
linaria - v3.0.0-beta.15

Published by Anber almost 3 years ago

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)
linaria - v3.0.0-beta.14

Published by Anber almost 3 years ago

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

Bug Fixes

linaria - Release 2.1.1

Published by Anber almost 3 years ago

  • fix(react): unions in prop types are not resolved (#844) (d0f9c78a)
linaria - v3.0.0-beta.13

Published by Anber about 3 years ago

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)
linaria - v3.0.0-beta.12

Published by Anber about 3 years ago

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

linaria - v3.0.0-beta.11

Published by Anber about 3 years ago

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)
linaria - v3.0.0-beta.10

Published by Anber about 3 years ago

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

Bug Fixes

  • shaker: use the last export statement instead of the 1st (#804) (b79584c)
linaria - v3.0.0-beta.9

Published by Anber about 3 years ago

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)
linaria - v3.0.0-beta.8

Published by Anber over 3 years ago

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)
linaria - v3.0.0-beta.7

Published by Anber over 3 years ago

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

Bug Fixes

linaria - v3.0.0-beta.6

Published by Anber over 3 years ago

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)
linaria - v3.0.0-beta.5

Published by Anber over 3 years ago

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

Bug Fixes

Package Rankings
Top 0.66% on Npmjs.org
Badges
Extracted from project README
Build Status Code Coverage Version MIT License All Contributors PRs Welcome Chat Code of Conduct Greenkeeper Sponsored by Callstack tweet Edit Linaria Demo
Related Projects