- BugFix: Correct implicit null parameters
- Feature: Add support for React dev server
- BugFix: Don't do strict boolean checking on
did_action
- Improvement: Allow script injection if already on the enqueue hook
- Improvement: Readme and licence file updates
- BugFix: New Vite5 manifest structure causing error
- Refactored usort functions to use integer returns
- Fixed instances of function values being passed to functions that require a reference
- BREAKING CHANGE: Changed the entry class (WpVite) into an instantiable class rather than static since the latter broke multiple uses of the enqueue function
- Removed call to
run
from the plugin entry. Setup is now done when you instantiate the class for the first time - Added static
$init
property to ensure that the script tag filter is only applied once.
- Renamed assets banner
- Extracted changelog to separate .md file
- Added regex for release asset
- Readme fixes for params
- Added version to entry file
- Attempt fix for param table
- Screenshot added to assets
- Updated readme file
- Added 'admin' param for loading scripts on admin pages
- Added version cache-busting to both scripts and styles
- Initial release