Releases: callstack/linaria
Releases · callstack/linaria
Release 1.0.0-beta.13
Bug Fixes
- fallback to innerRef when forwardRef is not available (a4e4e6c)
- filter props to prevent react warnings (d59d6ae)
Release 1.0.0-beta.12
Bug Fixes
- fix extraction when styled and css tags are used together. fixes #301 (415f237)
- use babel's lose mode to publish for smaller size (c9038c0)
- use only aliases from webpack options (36326b2)
- use webpack's resolver to resolve files. fixes #284 (#297) (9d49177)
Release 1.0.0-beta.11
Bug Fixes
- handle multiple url() expressions in declarations (4a42d6c), closes #295
Release 1.0.0-beta.10
Features
- support custom pre-processor for the CSS (c356485)
Release 1.0.0-beta.9
Bug Fixes
- prepend a dot when inserting relative require. fixes #292 (f2de25c)
Release 1.0.0-beta.8
Bug Fixes
- duplicate require statement check (331c859)
Release 1.0.0-beta.5
Features
- add a CLI and expose the node API (#227) (8ace1f3), closes #214
- support configuring linaria with a config (6c32118)
Release 1.0.0-beta.4
Bug Fixes
- pass options when evaluating a component (90991ad)