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