Skip to content

Releases: ishanvyas22/asset-mix

Support for CakePHP 5.x

12 Dec 10:17
2.0.0
46c794d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...2.0.0

AssetMix plugin 1.5.0 released

03 Apr 06:11
0720f50
Compare
Choose a tag to compare

What's Changed

  • Update Inertia & React Versions by @toggenation in #41
  • Add dealerdirect/phpcodesniffer-composer-installer package in allow-plugins config

New Contributors

Full Changelog: 1.4.0...1.5.0

0.6.5

13 Aug 14:13
8b45718
Compare
Choose a tag to compare

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

Full Changelog: 0.6.4...0.6.5

[1.4.0] Laravel mix v6, improvements & bug fixes

21 Jan 18:33
6e0a3fd
Compare
Choose a tag to compare

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

Full Changelog: 1.3.1...1.4.0

Released 1.3.1

11 Jul 16:32
4015926
Compare
Choose a tag to compare

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

20 Mar 06:21
Compare
Choose a tag to compare

Added

  • New template for react-inertia scaffolding. Thanks to @markstory (#23)

Fixed

  • script() method was including defer attribute even when setting 'defer' => false. Thanks to @hevertonfreitas (#24)

Released 1.2.0

22 Nov 10:45
Compare
Choose a tag to compare

Added

  • New inertia-vue scaffolding (#22)

Changed

  • Badges to use GitHub Actions workflow status (199f48b)

Released 0.6.4

22 Nov 11:11
Compare
Choose a tag to compare

Changed

  • Badges to use GitHub Actions workflow status (a43f7dc)

Released 1.1.2

15 Nov 12:09
Compare
Choose a tag to compare

Added

  • Alias check script to run all the checks in composer.json file (d731777)

Changed

  • Update LICENSE file to 2020 year (a896239)
  • Indent size for vue files to 4 from 2 in .editorconfig file (99c1f0e)
  • Move CI to github actions

Released 0.6.3

15 Nov 12:12
Compare
Choose a tag to compare

Changed

  • Move CI to github actions