Skip to content

Releases: callstack/linaria

Release 1.0.0-alpha.9

15 Oct 20:11
Compare
Choose a tag to compare

Bug Fixes

  • add missing dependency (32c24b8)
  • assume non-class name selectors to be critical (#250) (19192ac)
  • babelrc: false still loads the config file (276be70)
  • check if import is from linaria (#231) (fb253cf)
  • fix JS sourcemaps and move stylis out of babel plugin (b8a95f4)
  • handle escapes such as \n in expressions (#251) (f526542)
  • support usage with file-loader (2cc5670), closes #195 #182
  • use relative paths for slugs to keep it consistent across machines (d147a6b)

Features

  • add basic flow types for css and styled tags (e0666be)
  • add Rollup plugin (#253) (f78d3ac)
  • make Module.transform configurable from evaluate (#247) (fcec1bb), closes #246

0.5.0

14 Dec 13:06
Compare
Choose a tag to compare

New features

  • Webpack loader #186

0.4.2

06 Dec 15:00
Compare
Choose a tag to compare

Bug fixes

  • Publish stylelint-config and stylelint-preprocessor files to npm (fixes #184) #185 @zamotany

New features

v0.4.0

21 Nov 10:43
Compare
Choose a tag to compare

New features

  • feat: Support JSON files and create dummy wrapper module for other non-JS extensions (#176) @zamotany

Bug fixes

Internal

v0.3.1

03 Nov 10:57
Compare
Choose a tag to compare

Fix

v0.3.0

02 Nov 14:14
Compare
Choose a tag to compare

Features

Fixes

Docs

  • docs: remove section on single: true from webpack integration (#162) @satya164

Internal

  • chore: make sure yarn.lock is up-to-date on ci (#163) @satya164

v0.2.0

23 Oct 15:55
Compare
Choose a tag to compare

Features

Fixes

  • remove deprecated babel-preset-es2015 and always transpile modules (#152) @satya164

Docs

Internal

v0.1.4

10 Oct 15:41
Compare
Choose a tag to compare

Fixes

  • move cssom to dependencies and ensure we throw original error if codeframe fails (#131) @zamotany
  • add missing export for styles. (#129) @wojteg1337
  • guard for first frame in buildCodeFrameError (#127) @thymikee

v0.1.3

10 Oct 15:55
Compare
Choose a tag to compare

Features

Fixes

Internal