Skip to content

Releases: LeetCode-OpenSource/emotion-ts-plugin

v1.1.0

27 Jan 07:44

Choose a tag to compare

Feature

  • Support es module

Bugfix

  • Compatible issue with ts < 4.0

v1.0.1

26 Nov 09:03

Choose a tag to compare

Bugfix

  • autoInject not working under jsx: react-jsx/react-jsxdev TypeScript compilerOption

v1.0.0

26 Nov 09:02

Choose a tag to compare

Breaking changes:

  • Support emotion@11, emotion@10 will not be supported anymore

Features

  • new jsxImportSource option which could be used with autoInject option

v0.8.0-rc.2 (for emotion@11.0.0-rc.0)

20 Oct 07:23

Choose a tag to compare

Pre-release

Support Emotion 11.0.0-rc.0 (related issue: emotion-js/emotion#1606)

v0.7.0 (for emotion@10)

20 Oct 07:25

Choose a tag to compare

  • feat: support importing from custom module #169