Releases: Eptagone/Vite.AspNetCore
Releases · Eptagone/Vite.AspNetCore
v2.3 Vite.AspnetCore
What's Changed
- Allow adding script arguments
- Reduce verbose for middleware (.NET 8 only)
- Remove Vite.AspnetCore.Abstractions package
Full Changelog: v2.1.2...v2.3
v2.1.2 Vite.AspNetCore
What's Changed
- Add Config Priority information to Readme in #125. Thanks @MJLang
- Fix an issue with ViteTagHelper where 'as' attribute is ignored in #127. Thanks @joeburdick
New Contributors
- @MJLang made their first contribution in #125
- @joeburdick made their first contribution in #127
Full Changelog: v2.1.1...v2.1.2
v2.1.1 Vite.AspNetCore
- Fix #120
Full Changelog: v2.1...v2.1.1
v2.1 Vite.AspNetCore
- Improve tag helpers by rendering nested CSS files. Closes #98
Full Changelog: v2.0.1...v2.1
v2.0.1 Vite.AspNetCore
What's Changed
- Update README.md in #113. Thanks @jasperonza
- Include .vite\manifest.json to publish in #114. Thanks @philipp985
- Change name and directory for MacOS stop script.
New Contributors
- @jasperonza made their first contribution in #113
- @philipp985 made their first contribution in #114
Full Changelog: v2.0...v2.0.1
v2.0 Vite.AspNetCore
What's Changed
- Watch the manifest file for changes in #88. Thanks @someguy20336
- Remove powershell scripting dependency windows in #93. Thanks @astrassburg
- Add react-refresh in dev mode in #76. Thanks @jessedijkstra
- Add HMR proxy in #90. Thanks @sbakharev
- Move all services and extensions to a single namespace
- Move
PackageManager
andPackageDirectory
to Server options - Improve Logging
New Contributors
- @someguy20336 made their first contribution in #88
- @astrassburg made their first contribution in #93
- @jessedijkstra made their first contribution in #76
- @sbakharev made their first contribution in #90
Full Changelog: v1.12...v2.0
v1.12 Vite.AspNetCore
What's Changed
- Moved interfaces from Vite.AspNetCore.Abstractions to Vite.AspNetCore
- Fixed bug causing non-stylesheet link tags to be treated as CSS files
- Ensured tag helpers use full dev server URL for all entrypoints
- Resolved issue causing Middleware to wait unnecessarily for first request
- Added examples for React and Solid
Full Changelog: v1.11...v1.12
v1.11 Vite.AspNetCore
Update for Vite 5
- The manifest default name is
.vite/manifest.json
for Vite 5 andmanifest.json
for Vite 4. - New AddViteService overrides
Full Changelog: v1.10.2...v1.11
v1.10.2 Vite.AspNetCore
- New Option: UseFullDevUrl
- Examples updated
Full Changelog: v1.10.1...v1.10.2
v1.10.1 Vite.AspNetCore
- HMR fixed
- Vite Records options are now reassignable.