Skip to content

Releases: nonzzz/vite-plugin-stylex

v0.8.0

26 Jun 13:01
4ef70de
Compare
Choose a tag to compare

Improve

  • Add new option adapter.
  • Remove the logic of default stylex inject.
  • Make hmr happy.

Ohters

  • Bump @stylexjs/babel-plugin version.

v0.7.5

17 May 04:07
30c781a
Compare
Choose a tag to compare

Patches

  • Fix exports error.
  • Fix cleanup of styleRules in library watch mode.

v0.7.4

15 May 05:53
e09f77e
Compare
Choose a tag to compare

Patches

  • Fix build watch mode can't work.

v0.7.3

13 May 08:37
265ce53
Compare
Choose a tag to compare

Patches

  • Repsect manuallyControlCssOrder option for hmr.
  • Fix hmr can't work with some case.

v0.7.1

06 May 06:42
5e93c47
Compare
Choose a tag to compare

Patches

  • Fix build mode resolveId don't allowed manually.

v0.7.0

30 Apr 07:08
8a586ee
Compare
Choose a tag to compare

Improve

This version uses vite's internal css plugin to generate css.

v0.6.4

29 Apr 15:09
421d3f5
Compare
Choose a tag to compare

Patches

  • Fix windows system can't match virtual file id.
  • Fix hijack vite's css plugin missing plugin context.

v0.6.3

29 Apr 10:03
6052eeb
Compare
Choose a tag to compare

Patches

  • Respect enableStylexExtend option.

v0.6.2

29 Apr 05:57
e37fadf
Compare
Choose a tag to compare

Patches

  • Fix side effect of bunding phase can't handle import with raw suffix.

v0.6.1

27 Apr 16:02
3ae9beb
Compare
Choose a tag to compare

Patches

  • Fix missing sync byte offset.