Skip to content

Latest commit

 

History

History
265 lines (78 loc) · 7.21 KB

CHANGELOG.md

File metadata and controls

265 lines (78 loc) · 7.21 KB

1.2.0 (2023-03-17)

Features

  • use static object properties as identifiers (#749) (626c54c)

1.0.1 (2022-01-31)

Bug Fixes

  • support jsx dev runtime in css prop logic (2751c84)

0.10.5 (2020-10-21)

Bug Fixes

0.10.4 (2020-04-13)

Bug Fixes

  • Don't generate source map unnecessarily (#586) (260849b)

0.10.3 (2020-04-08)

Features

  • generate js sourcemaps using magic-string (#579) (3fa4acf)

0.10.2 (2020-12-04)

Bug Fixes

  • Remove broken skip shortcut in loader (#523) (ca92cf9)

0.10.1 (2020-12-03)

Bug Fixes

  • styledTag not used in styled output correctly (#525) (c3c537e)

0.10.0 (2020-12-03)

Bug Fixes

BREAKING CHANGES

  • changes the import order for styles which affects the cascade (should be correct now)

0.9.21 (2019-10-11)

Features

0.9.20 (2019-10-08)

Bug Fixes

  • false positive on createElement (2a659df)

0.9.19 (2019-10-08)

Features

  • find css props when using createElement (#431) (c82a67e)

0.9.18 (2019-09-25)

Bug Fixes

0.9.17 (2019-09-11)

Bug Fixes

  • make sure loader added styled components are pure (fa5b6e3)
  • false positive cycle dectection (3fb1cb9)

0.9.16 (2019-09-03)

Bug Fixes

  • 🐛 update webpack timestamps on loader file emit (#382) (33b865f), closes #381

0.9.15 (2019-09-03)

Bug Fixes

  • perf: add virtual css timestamps to webpack compilation (#381) (d9965ee)
  • codeframe colors (4bd8d32)

0.9.13 (2019-08-13)

Features

  • add support for custom css properties (#348) (6801760)

0.9.12 (2019-08-08)

Bug Fixes

0.9.11 (2019-08-08)

Bug Fixes

  • types: fix up css prop types (85d12d9)

0.9.10 (2019-08-06)

Features

0.9.9 (2019-07-18)

Bug Fixes

  • webpack 4.36.1 incompatibility (4166ac1)

0.9.8 (2019-07-12)

Bug Fixes

0.9.7 (2019-07-05)

Features

0.8.1 (2018-10-24)

Bug Fixes