Releases: callstack/linaria
Releases · callstack/linaria
Release 1.0.0-alpha.9
Bug Fixes
- add missing dependency (32c24b8)
- assume non-class name selectors to be critical (#250) (19192ac)
- babelrc: false still loads the config file (276be70)
- check if import is from linaria (#231) (fb253cf)
- fix JS sourcemaps and move stylis out of babel plugin (b8a95f4)
- handle escapes such as \n in expressions (#251) (f526542)
- support usage with file-loader (2cc5670), closes #195 #182
- use relative paths for slugs to keep it consistent across machines (d147a6b)
Features
0.5.0
0.4.2
v0.4.0
v0.3.1
v0.3.0
v0.2.0
Features
- create
linaria-jest
– a Jest snapshot serializer for React and Preact components (#139) @thymikee - basic support for rewiring
require
calls (#145) @satya164 - support template literals in object properties and JSX props (#146) @satya164
- add MIT license @thymikee
Fixes
Docs
- provide example config with Create React App and Next.js (#126) @thymikee
- setup
typescript-styled-plugin
for vscode on website (#136) @thymikee - add Linaria to CSS-in-JS playground (#141) @Tushkiz
- add a doc on benefits of using linaria (#151) @satya164
Internal
- add logo to README @satya164
- add a test for public API (#130) @thymikee
- update Callstack name and link. (#143) @ferrannp
- split integration tests for speed (#144) @thymikee
- split jobs for CircleCI (#150) @satya164
- add basic test with puppeteer for the website (#148) @satya164
- fix benchmark script (#154) @zamotany
v0.1.4
v0.1.3
Features
- validate undefined and null values in css blocks (#123) @zamotany
- hoist inline css and css.named calls (#121) (#110) @satya164
- improve extracted CSS output and default it to
.linaria-cache
(#120) @zamotany
Fixes
- append classnames when extracting to single file (#115) @thymikee
- fix ordering of collected critical CSS (#114) @thymikee