Skip to content

Latest commit

 

History

History
327 lines (119 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

327 lines (119 loc) · 12.4 KB

3.0.8 (2022-01-18)

Bug Fixes

  • remove .DS_Store from installation .gitignore (#178) (5a0931d)

3.0.7 (2021-12-27)

3.0.6 (2021-12-24)

Bug Fixes

Features

  • support ruby config file for advanced configuration (close #162) (34e63fd)

3.0.5 (2021-12-17)

Bug Fixes

  • ensure vite_plugin_legacy is upgraded by the upgrade command (2f9437d)

3.0.4 (2021-12-17)

BREAKING CHANGES

  • if using vite_plugin_legacy, make sure to upgrade to 3.0.1

Bug Fixes

  • handle new virtual legacy-polyfill name (#157) (a34e77f)

3.0.3 (2021-12-09)

Bug Fixes

  • ensure bundler does not keep generating binstubs (0dc133a)
  • explicitly require socket to enable usage in bare ruby (cf22165)

Features

3.0.2 (2021-10-29)

Features

  • enable hmr when running tests in development with vite dev server (e253bba)

3.0.1 (2021-10-27)

Features

  • expose the --watch flag for the build command (4e20d0a)

3.0.0 (2021-08-16)

See #116 for features and breaking changes.

1.2.20 (2021-07-30)

Features

  • use asset_host for Vite client if set during development (89a338c)
  • Watch Windi CSS config file by default if it exists (842c5eb)

1.2.18 (2021-07-19)

  • fix: Proxy entrypoint HMR requests only after verifying the file exists (close #102) (67c22ec), closes #102

1.2.17 (2021-07-12)

  • fix: Proxy CSS Modules requests to Vite.js with the correct extension (close #98) (8976872), closes #98

1.2.16 (2021-07-07)

  • feat: Enable usage in engines by using run from the current instance (023a61d)

1.2.15 (2021-07-01)

1.2.14 (2021-07-01)

Features

  • Add support for Jekyll installer (7b942ec)

1.2.13 (2021-06-30)

Features

  • Improve the error message when npm packages are missing (9159557)

1.2.12 (2021-06-08)

Features

1.2.11 (2021-05-10)

Refactor

  • Upgrade to dry-cli 0.7 while avoiding dependency on dry-files (f5b87e)

1.2.10 (2021-05-09)

Bug Fixes

  • Lock dry-cli to 0.6 since 0.7 has breaking changes (close #76) (9883458)

1.2.9 (2021-05-04)

Bug Fixes

  • Stream output during installation and don't skip installation of npm packages when no lockfile is detected (#73) (028a5ba)

1.2.8 (2021-04-29)

Bug Fixes

  • Don't modify url for minified css when proxying a request (#71) (d30a577)

1.2.7 (2021-04-28)

Bug Fixes

1.2.6 (2021-04-26)

Bug Fixes

  • Update installation to use the latest version of the plugin (#67) (7e10636)

1.2.5 (2021-04-21)

Features

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

1.2.4 (2021-04-21)

Bug Fixes

  • Avoid removing base from proxied requests to avoid confusion. (25f79a9)

1.2.3 (2021-04-15)

Features

  • Add support for .scss, .less, and .styl entrypoints (close #50) (bb1d295)

1.2.2 (2021-03-20)

Bug Fixes

  • Avoid prompts when using npx outside a CI (ed7ccd7)
  • Simplify installation of build dependencies by using package manager flags (5c8bb62)

1.2.1 (2021-03-19)

Bug Fixes

  • Use the mode option in clobber (add76b2)

1.2.0 (2021-03-19)

Bug Fixes

  • Improve error messages when the Vite executable is missing (#41) (a79edc6)

Features

  • Add clobber to the CLI, usable as --clear in the dev and build commands (331d861)
  • Allow clobber to receive a --mode option. (e6e7a6d)

1.1.2 (2021-03-19)

Features

  • Automatically retry failed builds after a certain time (cbb3058)

1.1.1 (2021-03-19)

Bug Fixes

  • handle getaddrinfo errors when checking dev server (#39) (df57d6b)

1.1.0 (2021-03-07)

Bug Fixes

  • Add development mutex in manifest to prevent re-entrant builds (a6c6976)
  • Allow passing --inspect and other options to the build command (1818ea4)

Features

  • Record status and timestamp of each build to provide better errors (a35a64a)
  • Stream build output to provide feedback as the command runs (2bce338)

1.0.5 (2021-03-03)

Bug Fixes

  • Fix installation of JS packages, prevent silent failures (closes #22) (#23) (d972e6f)

1.0.4 (2021-02-25)

Features

  • Create Vite.js integration with Padrino (#17) (9e9a0a6)

1.0.3 (2021-02-25)

Bug Fixes

  • Infer package manager correctly (09d3036)

Vite Ruby 1.0.2 (2020-02-10)

  • Fix auto-compilation when the dev server is not available.

Vite Ruby 1.0.1 (2020-02-10)

  • Fix installation script in Ruby 2.5

Vite Ruby 1.0.0 (2020-02-09)

  • Initial release, extracted core functionality from vite_rails.