Releases: htmlburger/wpemerge-plugin
Releases · htmlburger/wpemerge-plugin
0.17.1
0.17.0
See https://github.com/htmlburger/wpemerge/releases/tag/0.17.0 for more information.
0.16.2
- Added support for Composer 2.
- Disabled media query combining by default. Can be reenabled by uncommenting a single line in postcss.js.
- Removed airbnb-browser-shims as it is overkill for most situations and inflated the bundle size significantly.
- Improved how assets are loaded between different build modes.
- Fixed the presence of Tailwind or similar libraries preventing CSS from being minified.
- Fixed manifest.json having incorrect paths to fonts.
- Fixed SVG files being treated as fonts.
- Fixed editor styles not being loaded in development build mode.
- Fixed outdated reference from wpcs.xml to phpcs.xml
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-plugin/compare/0.16.0...0.16.1.patch
Make sure to run composer update
and yarn upgrade
after applying the patch.
0.16.0
See https://github.com/htmlburger/wpemerge/releases/tag/0.16.0 for more information.