Skip to content

Releases: htmlburger/wpemerge-plugin

0.17.1

16 Apr 18:32
Compare
Choose a tag to compare

Hotfix: Downgrade filp/whoops due to a breaking change in 2.14.0 in views

0.17.0

16 Apr 17:46
Compare
Choose a tag to compare

0.16.2

07 Feb 20:05
Compare
Choose a tag to compare
  • 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

04 Jun 22:16
Compare
Choose a tag to compare
  • Fixed incorrect return type annotation for my_app_get_loaded_wpemerge().
  • Bumped version of several Node.js dependencies.
  • Fixed yarn hot causing App::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

23 May 12:25
Compare
Choose a tag to compare