- Breaking: VITE_AUTO_INSERT now defaults to False. This means you should now use vite_tags() in your template to insert the vite tags, unless you set VITE_AUTO_INSERT to True in the Flask config.
- Bump deps.
- Relax flask version constraints.
- Drop support for Python 3.8
- Doc (README) improvement by
- First contributions by @neeerp and @michaelcho
- Make the npm path configurable.
- Add demo
- Use better starting files for vite
- BREAKING: Don't auto-insert vite tags in HTML. Instead, use vite_tags() in your template or set VITE_AUTO_INSERT to True in the Flask config.
- Ensure caching of assets.
- First release on PyPI.