Skip to content

Releases: callstack/linaria

Release 1.0.0-beta.13

16 Jan 23:50
Compare
Choose a tag to compare

Bug Fixes

  • fallback to innerRef when forwardRef is not available (a4e4e6c)
  • filter props to prevent react warnings (d59d6ae)

Release 1.0.0-beta.12

16 Jan 21:35
Compare
Choose a tag to compare

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

15 Jan 05:47
Compare
Choose a tag to compare

Bug Fixes

  • handle multiple url() expressions in declarations (4a42d6c), closes #295

Release 1.0.0-beta.10

14 Jan 18:41
Compare
Choose a tag to compare

Features

  • support custom pre-processor for the CSS (c356485)

Release 1.0.0-beta.9

11 Jan 16:24
Compare
Choose a tag to compare

Bug Fixes

  • prepend a dot when inserting relative require. fixes #292 (f2de25c)

Release 1.0.0-beta.8

07 Jan 21:49
Compare
Choose a tag to compare

Bug Fixes

  • duplicate require statement check (331c859)

Release 1.0.0-beta.7

07 Jan 21:08
Compare
Choose a tag to compare

Bug Fixes

  • actually publish the bin (d96cc03)

Release 1.0.0-beta.6

07 Jan 19:56
Compare
Choose a tag to compare

Bug Fixes

Release 1.0.0-beta.5

07 Jan 12:38
Compare
Choose a tag to compare

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

07 Jan 02:07
Compare
Choose a tag to compare

Bug Fixes

  • pass options when evaluating a component (90991ad)