0.16.1
- Fixed incorrect return type annotation for
my_app_get_loaded_wpemerge()
. - Bumped version of several Node.js dependencies.
- Fixed
yarn hot
causingApp::core()->assets()->getAssetUrl()
to always return an empty string. - Fixed
yarn start
failing to resolve images references in SCSS.
Manually applying a patch from 0.16.0 to 0.16.1 should pass without any conflicts in most cases:
https://github.com/htmlburger/wpemerge-theme/compare/0.16.0...0.16.1.patch
Make sure to run composer update
and yarn upgrade
after applying the patch.