Releases: callstack/linaria
Releases · callstack/linaria
Release 1.0.0-beta.3
Features
- allow to ignore modules from processing (#287) (94d77c0)
Release 1.0.0-beta.2
Bug Fixes
- support evaluating TypeScript files by default. fixes #27 (#283) (91f2038)
Release 1.0.0-beta.0
Bug Fixes
- add "rollup.js" to the list of distributed files
- add a sourcemap to rollup output
Release 1.0.0-alpha.15
Bug Fixes
- allow customizing cache directory (5e00cf7)
- fix types for CSS properties in interpolation (c82bf02)
Features
- support babel's caller option (5e605a4)
- support specifying type of props for styled with TypeScript (d54d9d4)
Release 1.0.0-alpha.14
Bug Fixes
- fix types for interpolations (b1d1490)
- forward as prop when wrapping another styled component (07564e3)
- support class prop (56bc52e)
Features
Release 1.0.0-alpha.13
Bug Fixes
- use project's babel config when parsing (#261) (da6e3a8)
Release 1.0.0-alpha.12
Bug Fixes
- enable some non-standard syntax in babel plugin (83fec6b)
- ignore parse errors in stylelint preprocessor (b53ea80)
Release 1.0.0-alpha.11
Bug Fixes
- improve regex to check for styled (4121ec5)
Release 1.0.0-alpha.10
Bug Fixes
- don't error if babel didn't return metadata.linaria (ef33dd1)