3.0.2 (2021-12-12)
- comment back glob import (943e7f1)
3.0.1 (2021-10-29)
- enable hmr when running tests in development with vite dev server (e253bba)
3.0.0 (2021-08-16)
See ElMassimo#116 for features and breaking changes.
2.0.12 (2021-06-08)
2.0.11 (2021-05-24)
- Fix typo in comment in example entrypoint in Rails (78b3104)
2.0.10 (2021-05-10)
- Avoid reference to
dry-cli
during installation, use internal APIs instead (f5b87e)
2.0.9 (2021-04-21)
- Add helpers to enable HMR when using @vitejs/plugin-react-refresh (a80f286)
2.0.8 (2021-04-15)
- Allow passing additional attributes to scripts and stylesheets. (edf6019)
2.0.7 (2021-03-20)
- Simplify installation of build dependencies by using package manager flags (5c8bb62)
2.0.6 (2021-03-19)
2.0.5 (2021-03-18)
- Add more help text in the example entrypoints (87d6f14)
2.0.4 (2021-03-18)
- Using a .jsx extension in a tag helper in development (a56491b)
2.0.3 (2021-03-07)
- Add a bounded requirement to
vite_ruby
dependency.
- Release a version of Vite Rails that supports Rails 4.