Skip to content

Latest commit

 

History

History
104 lines (38 loc) · 3.77 KB

CHANGELOG.md

File metadata and controls

104 lines (38 loc) · 3.77 KB

3.0.2 (2021-12-12)

Bug Fixes

  • comment back glob import (943e7f1)

3.0.1 (2021-10-29)

Features

  • 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)

Features

2.0.11 (2021-05-24)

Bug Fixes

  • Fix typo in comment in example entrypoint in Rails (78b3104)

2.0.10 (2021-05-10)

Refactor

  • Avoid reference to dry-cli during installation, use internal APIs instead (f5b87e)

2.0.9 (2021-04-21)

Features

  • Add helpers to enable HMR when using @vitejs/plugin-react-refresh (a80f286)

2.0.8 (2021-04-15)

Bug Fixes

  • Allow passing additional attributes to scripts and stylesheets. (edf6019)

2.0.7 (2021-03-20)

Bug Fixes

  • Simplify installation of build dependencies by using package manager flags (5c8bb62)

2.0.6 (2021-03-19)

Bug Fixes

  • Typo typecript -> typescript in tag helpers (#38) (3d375df)

2.0.5 (2021-03-18)

  • Add more help text in the example entrypoints (87d6f14)

2.0.4 (2021-03-18)

Bug Fixes

  • 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.

ViteRailsLegacy 2.0.2 (2020-02-11)

  • Release a version of Vite Rails that supports Rails 4.