Releases: mister-bk/craft-plugin-mix
Releases · mister-bk/craft-plugin-mix
v1.7.2
v1.7.1
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Craft 5 support by @internetztube in #24
New Contributors
- @internetztube made their first contribution in #24
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.2
Changed
- Register Twig extension with
registerTwigExtension()
(thanks to @brandonkelly)
v1.5.1
Added
- Add
downloadUrl
property tocomposer.json
Changed
- Correct a typo in README
v1.5.0
Added
- Add note about trimmed paths to README (thanks to @sergeifilippov)
- Added support for hot module replacement (thanks to @benjamindavid)
v1.4.3
Changed
- Make the manifest file key check more safe
v1.4.2
Changed
- Fix template variable definition (thanks to @nilsenpaul)
- Add missing
developerEmail
property for "Send for help" feature
v1.4.1
Changed
- Handle empty
publicPath
andassetPath
settings properly