Skip to content

Releases: jasonkuhrt-archive/bootstrap-webpack-plugin

v0.3.2

29 Dec 04:05
Compare
Choose a tag to compare

Fixes:

  • Fixed regression where the base Jade template was no longer extensible nor were the default Jade compile settings configurable. #15 Thanks to @sch

v0.3.1

16 Dec 21:05
Compare
Choose a tag to compare

Fixes:

  • In the default template JavaScript assets are inserted at the end of the document so that DOM ready does not have to be waited upon. References #12.

v0.3.0

09 Dec 15:31
Compare
Choose a tag to compare

Features:

  • If multiple entries are given then multiple HTML files will be created. #14

Changes:

  • Cleaner script execution #12

Internal:

  • Significant refactoring
  • Updated dependencies

0.2.0

06 Apr 14:46
Compare
Choose a tag to compare

Fixes

  • Reference Error that broke 0.1.0

Features

  • Allow head to be extended as well as inner blocks
  • Simpler meta configuration

Breaking Changes

  • Updated default viewport data

0.1.0

05 Apr 15:44
Compare
Choose a tag to compare

Warning this release had a reference error bug and was broken as a result.

Features

  • Allow users to override default autoRender react bootstrapping #5
  • Allow users to extend template using Jade Blocks #3
  • Hash all assets #1
  • Support CSS asset linking #4