Skip to content

Releases: callstack/linaria

Release 1.2.2

27 Feb 00:11
Compare
Choose a tag to compare

Bug Fixes

  • remove redundant hyphenate from objects interpolation (#325) (5ff4a5e)

Release 1.2.1

26 Feb 12:28
Compare
Choose a tag to compare

Bug Fixes

  • filter out duplicate plugins and prestes when merging babel options (#323) (c2af901)

Release 1.2.0

25 Feb 17:18
Compare
Choose a tag to compare

Bug Fixes

  • check if this._compilation is undefined (#322) (5c3dadf)

Features

Release 1.1.4

22 Feb 16:15
Compare
Choose a tag to compare

Bug Fixes

  • add semicolon to avoid possible crashes (#317) (7401a14)

Release 1.1.3

22 Feb 00:41
Compare
Choose a tag to compare

Bug Fixes

  • fix prop filtering with as prop (587608d)
  • shim process for webpack compatibility (5aaa6b4)

Release 1.1.2

22 Feb 00:14
Compare
Choose a tag to compare

Bug Fixes

  • let the vm access the global object (d238f1c)

Release 1.1.1

22 Feb 00:05
Compare
Choose a tag to compare

Bug Fixes

  • add .jsx to the list of default extensions (#315) (f25b294)
  • allow some node modules to be imported in the sandbox (45493aa)
  • fix resolving extra babel plugins we add (4387998)

Release 1.1.0

13 Feb 09:54
Compare
Choose a tag to compare

Features

  • determine display name from file name (#310) (6e9f3eb)

Release 1.0.1

08 Feb 12:16
Compare
Choose a tag to compare

Bug Fixes

  • add extension to support typescript-files (5225ae0)

Release 1.0.0

07 Feb 15:28
Compare
Choose a tag to compare

Features

  • throw error for invalid interpolations at build-time to avoid mistakes (#303) (77733d0)