Skip to content

Releases: solidjs/vite-plugin-solid

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!

Vite 2 official release

20 Feb 12:54
Compare
Choose a tag to compare

Plugin architecture is stable and vite 2 is released

v0.6.0

06 Jan 18:03
Compare
Choose a tag to compare
  • Vite 2 support

0.3.0

06 Nov 07:29
Compare
Choose a tag to compare
:arrow_up: Update dependencies for V1