Skip to content

Releases: philicevic/mix-html-builder

Release v0.9.1

01 Jun 07:29

Choose a tag to compare

Changelog

  • Improve tests
  • Dependency updates and security fixes

Release v0.9.0

20 Jun 21:52

Choose a tag to compare

Changelog

  • Add support to pass variables in layouts ( #19 )
  • A lot of dependency updates and security fixes

Release v0.8.0

08 Sep 13:12

Choose a tag to compare

Changelog

  • Fix webpack command in testing
  • Fix inject parameter to be optional (#32)
  • A lot of dependency updates and security fixes
  • Add support for html-webpack-plugin v5 (#36)

v0.7.2

11 Mar 17:09

Choose a tag to compare

Changelog

  • Added the ability to pass "output" value as empty string (#23; Thanks to @yaroslawww!)
  • Security patch

v0.7.1

11 Mar 16:53

Choose a tag to compare

Changelog

  • Adjust peer dependency to allow laravel-mix 6 (#29)

v0.7.0

22 Dec 01:19

Choose a tag to compare

Changelog

  • Laravel-Mix v6-Support (Thanks to @kevinruscoe!)
  • Update dependencies; Added some new functionalities via a newer posthtml-include version
  • Add package testing
  • Security fixes
  • Improve README

v0.6.1

25 Jun 11:07

Choose a tag to compare

Changelog

  • Allow empty strings as input values for plugin options

v0.6.0

09 Jun 10:44

Choose a tag to compare

Changelog

  • Allow customization of posthtml configurations (#13 - Thanks to @angelinetran!)
  • Add option for cache busting (#1)

v0.5.1

07 May 13:50

Choose a tag to compare

Changelog

  • Add support for partials in layout files (fixes #12); Thanks to @surgiie!
  • Bump dependencies

v0.5.0

27 Feb 10:29

Choose a tag to compare

Changelog

  • Add support for layouts via posthtml-extend
  • Add option to pass data into partials => #7
  • Fix webpack ignoring html files in subfolders while using /**/ => #9
  • Fix a lot of stuff in README, code quality and package.json