Skip to content

Releases: solidjs/vite-plugin-solid

[email protected]

27 Feb 16:10
5b6d8ac
Compare
Choose a tag to compare

Patch Changes

  • 14da18d: Fix accessing the wrong user test configuration

[email protected]

27 Feb 03:02
63373db
Compare
Choose a tag to compare

Patch Changes

  • 57cb53a: Update path to type declaration

[email protected]

26 Feb 17:10
85e6f45
Compare
Choose a tag to compare

Patch Changes

  • ff66baf: Adjust path to type declaration

[email protected]

26 Feb 16:35
debdae8
Compare
Choose a tag to compare

Patch Changes

  • d87159b: Fix duplicated test setupFiles in resolved vite config

[email protected]

19 Feb 10:25
1ee7f3b
Compare
Choose a tag to compare

Patch Changes

  • 5003976: handle empty query string
  • 3da707e: Support query string in tsx/jsx files

[email protected]

03 Feb 20:24
f0062a1
Compare
Choose a tag to compare

Patch Changes

  • c5ddd03: Fix vite6 environment detection

2.3.0

14 Jul 08:52
Compare
Choose a tag to compare

2.3.0 (2022-07-14)

This release mainly upgrade vite to the latest version (3.0.0).
The only "breaking" change is that the vite option alias is not supported anymore.

You can follow the migration guide here: https://vitejs.dev/guide/migration.html

Changed

  • ⬆️ Update playground dependencies [0438ab4]
  • ⬆️ Update dependencies (vite 3) [17d5aef]
  • ⬆️ Update dependencies [ac130ae]
  • ⬆️ Update example folder dependencies [093f738]
  • ⬆️ Update dependencies [0259ba6]

Removed

  • 🔥 Remove legacy option `alias` [4a432e8]

Miscellaneous

  • Merge pull request #44 from vjoao/patch-1 [88fd588]
  • Add 'universal' to compiler output [75d66bb]
  • Merge pull request #39 from btakita/issues/38 [dce3536]
  • Merge pull request #37 from JoviDeCroock/patch-1 [6c9c566]
  • upgrade babel-preset-solid to 1.4.2 [91e9511]
  • add types discoverability [820c115]
  • move "vite" and "solid-js" to peer dependencies [dfd81c2]
  • Merge pull request #36 from g-plane/peer-deps [f896d4d]
  • remove ?. and bump version [b310f93]
  • 📝 Update changelog [b57f3e9]
  • 📝 Update changelog [55ed4f3]

2.2.5

29 Jan 11:56
Compare
Choose a tag to compare

2.2.5 (2022-01-26)

Changed

  • ⬆️ Update dependencies to latest [0d429c2]
  • 🎨 Rename poorly named variable [d71ff9e]

Miscellaneous

  • Merge pull request #29 from bgoscinski/master [7443f0c]
  • Merge branch 'master' into master [5788cc3]
  • Merge pull request #27 from LXSMNSYC/patch-2 [e7eb9dc]
  • Update merge-anything to 5.0.0 [8a5f9b5]
  • revert temporary fix push people to newer vite with windows fix [1fd98f6]
  • Revert "fix around vite plugin merging" [58dcda1]
  • Fix #26 [408367d]
  • fix around vite plugin merging [84c2568]
  • bump [2162537]
  • Merge pull request #25 from devinxi/nksaraf-patch-1 [d61b98d]
  • Disable solid-refresh transform during SSR [97debbe]
  • update deps [1494e5d]
  • 📝 Adding `extensions` option to README [d3ffe73]
  • 📝 Update changelog [34095c3]

2.1.2

04 Nov 20:55
Compare
Choose a tag to compare

2.1.2 (2021-11-04)

Changed

  • ⬆️ Update dependencies [9938081]

Fixed

  • 🐛 Fix issues where the sourcemap wasn't properly set (fix #21) [d12159d]

1.1.0 - HMR is here!

20 Feb 12:53
Compare
Choose a tag to compare

There's now automatic HMR with partial state preservation!