## [2.0.11](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.10...vite_rails@2.0.11) (2021-05-10) ## [2.0.10](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.9...vite_rails@2.0.10) (2021-04-21) ### Features * Add helpers to enable HMR when using @vitejs/plugin-react-refresh ([a80f286](https://github.com/ElMassimo/vite_ruby/commit/a80f286d4305bbae29ea7cea42a4329a530f43fa)) ## [2.0.9](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.8...vite_rails@2.0.9) (2021-04-15) ### Bug Fixes * Allow passing additional attributes to scripts and stylesheets. ([edf6019](https://github.com/ElMassimo/vite_ruby/commit/edf6019fa83646e413f36d289eac89bb2f8042a5)) ## [2.0.8](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.7...vite_rails@2.0.8) (2021-03-20) ### Bug Fixes * Simplify installation of build dependencies by using package manager flags ([5c8bb62](https://github.com/ElMassimo/vite_ruby/commit/5c8bb625926f2ab1788a3e3a22aeafd7104984cb)) ## [2.0.7](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.6...vite_rails@2.0.7) (2021-03-19) ### Bug Fixes * Typo typecript -> typescript in tag helpers ([#38](https://github.com/ElMassimo/vite_ruby/issues/38)) ([3d375df](https://github.com/ElMassimo/vite_ruby/commit/3d375df8553c8542966ac912a38fe70b7d59ba74)) ## [2.0.6](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.5...vite_rails@2.0.6) (2021-03-18) * Add more help text in the example entrypoints ([87d6f14](https://github.com/ElMassimo/vite_ruby/commit/87d6f14a59bba2667089bb952960dce059f36592)) ## [2.0.5](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.4...vite_rails@2.0.5) (2021-03-18) ### Bug Fixes * Using a .jsx extension in a tag helper in development ([a56491b](https://github.com/ElMassimo/vite_ruby/commit/a56491b96720ae537b6b6305aa7efa70cf19e4ee)) ## [2.0.4](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.3...vite_rails@2.0.4) (2021-03-09) ### Features * Detect installations of the latest version of Webpacker (app/packs) ([e9a3bc0](https://github.com/ElMassimo/vite_ruby/commit/e9a3bc02475dbadac77e58b3980a4af8df5aaa02)) ## [2.0.3](https://github.com/ElMassimo/vite_ruby/compare/vite_rails@2.0.2...vite_rails@2.0.3) (2021-03-07) - Add a bounded requirement to `vite_ruby` dependency. ## Vite Rails 2.0.2 (2020-02-11) - Automatically infer `app/javascript` as the `sourceCodeDir` if it exists. ## Vite Rails 2.0.1 (2020-02-11) - Add the CSP rules commented out when installing, in case the user hasn't uncommented them yet. ## Vite Rails 2.0.0 (2020-02-10) - Extracted core functionality to `vite_ruby`. - User-facing API hasn't really changed, but internal classes have been renamed. - Installation script now injects tags to `application.html.erb` if it exists. ## Vite Rails 1.0.12 (2020-01-29) - Add support for Vite 2.0.0-beta.56, which modified the manifest to output a `css` field in the manifest. - Start generating an assets manifest, since 2.0.0-beta.51 stopped including non-JS entrypoints in the manifest. ## Vite Rails 1.0.11 (2020-01-24) - Fix bug in `assetHost` that caused `base` to be configured incorrectly. - Allow installing `vite` and `vite-plugin-ruby` as devDependencies, and install them when precompiling assets. - Move `base` to the configuration root after Vite's update in beta.38 ## Vite Rails 1.0.10 (2020-01-23) - Use `path_to_asset` in `vite_asset_path` so that it's prefixed automatically when using a CDN (`config.action_controller.asset_host`). ## Vite Rails 1.0.9 (2020-01-22) - Ensure `configPath` and `publicDir` are scoped from `root`, both in Ruby and JS. ## Vite Rails 1.0.8 (2020-01-21) - Change the default of `sourceCodeDir` to `app/frontend`, add instructions for folks migrating from a `app/javascript` structure. ## Vite Rails 1.0.7 (2020-01-20) - Add `vite_client_tag` to ensure the Vite client can be loaded in apps that don't use any imports. ## Vite Rails 1.0.6 (2020-01-20) - Ensure running `bin/rake assets:precompile` automatically invokes `vite:build`. ## Vite Rails 1.0.5 (2020-01-20) - Automatically add `` and `` when using `vite_javascript_tag`, which simplifies usage. ## Vite Rails 1.0.4 (2020-01-19) - Remove Vue specific examples from installation templates, to ensure they always run. ## Vite Rails 1.0.0 (2020-01-18) Initial Version