Skip to content

Releases: callstack/linaria

Release 1.0.0-beta.3

05 Jan 19:56
Compare
Choose a tag to compare

Features

  • allow to ignore modules from processing (#287) (94d77c0)

Release 1.0.0-beta.2

19 Dec 12:13
Compare
Choose a tag to compare

Bug Fixes

  • support evaluating TypeScript files by default. fixes #27 (#283) (91f2038)

Release 1.0.0-beta.1

11 Dec 20:31
Compare
Choose a tag to compare

Bug Fixes

Release 1.0.0-beta.0

13 Nov 00:33
Compare
Choose a tag to compare

Bug Fixes

  • add "rollup.js" to the list of distributed files
  • add a sourcemap to rollup output

Release 1.0.0-alpha.15

30 Oct 14:34
Compare
Choose a tag to compare

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

21 Oct 23:06
Compare
Choose a tag to compare

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

17 Oct 16:24
Compare
Choose a tag to compare

Bug Fixes

  • use project's babel config when parsing (#261) (da6e3a8)

Release 1.0.0-alpha.12

17 Oct 10:08
Compare
Choose a tag to compare

Bug Fixes

  • enable some non-standard syntax in babel plugin (83fec6b)
  • ignore parse errors in stylelint preprocessor (b53ea80)

Release 1.0.0-alpha.11

16 Oct 22:02
Compare
Choose a tag to compare

Bug Fixes

  • improve regex to check for styled (4121ec5)

Release 1.0.0-alpha.10

16 Oct 10:38
Compare
Choose a tag to compare

Bug Fixes

  • don't error if babel didn't return metadata.linaria (ef33dd1)