Releases: ishanvyas22/asset-mix
Releases · ishanvyas22/asset-mix
Support for CakePHP 5.x
What's Changed
- Add support for CakePHP 5.x by @LordSimal in #44
- Update to stable CakePHP 5.0 by @robertpustulka in #45
New Contributors
- @robertpustulka made their first contribution in #45
Full Changelog: 1.5.0...2.0.0
AssetMix plugin 1.5.0 released
What's Changed
- Update Inertia & React Versions by @toggenation in #41
- Add dealerdirect/phpcodesniffer-composer-installer package in allow-plugins config
New Contributors
- @toggenation made their first contribution in #41
Full Changelog: 1.4.0...1.5.0
0.6.5
What's Changed
- Changes the
$helpers
access modifier by @Andream98 in #32 - Strip querystring from asset path so mix manifest key matches filename by @jrbakooba in #40
New Contributors
- @jrbakooba made their first contribution in #40
Full Changelog: 0.6.4...0.6.5
[1.4.0] Laravel mix v6, improvements & bug fixes
What's Changed
Fixed
- Unable to find assets with external cssBaseUrl and jsBaseUrl. Thanks to @amayer-hc (#36)
Updated
- Laravel mix to v6. Thanks to @glennforrest (#33)
- CakePHP dependency to 4.3, in order to remove deprecation warnings in
routes.php
file. Thanks to @Andream98 (#37)
New Contributors
- @glennforrest made their first contribution in #33
- @amayer-hc made their first contribution in #36
Full Changelog: 1.3.1...1.4.0
Released 1.3.1
Updated
bootstrap
scaffolding to^5.0.0
jquery
scaffolding to^3.6
popper.js
scaffolding to@popperjs/core
version^2.9
Thanks to @LordSimal via PR #29
Released 1.3.0
Added
- New template for
react-inertia
scaffolding. Thanks to @markstory (#23)
Fixed
script()
method was includingdefer
attribute even when setting'defer' => false
. Thanks to @hevertonfreitas (#24)
Released 1.2.0
Released 0.6.4
Changed
- Badges to use GitHub Actions workflow status (a43f7dc)
Released 1.1.2
Released 0.6.3
Changed
- Move CI to github actions