Skip to content

Latest commit

 

History

History
116 lines (72 loc) · 2.92 KB

File metadata and controls

116 lines (72 loc) · 2.92 KB

Changelog

1.1b8 (unreleased)

  • Makes the buildout fail, if the node package build fails. This will stop the buildout from running (closes #79). [wesleybl]

1.1b7 (2019-10-02)

  • Respect Plone external URL (closes #44). [rodfersou]
  • Fixes on Karma tests. [rodfersou]

1.1b5 (2018-10-05)

  • Replace deprecated cssnext module with `PostCSS Preset Env`_ (closes #37). [rodfersou]
  • Include `HardSourceWebpackPlugin`_ in default configuration; this plugin provides an intermediate caching step for modules that can speed up bundle generation up to 70% (closes #49). [rodfersou]
  • Fix typo on resources viewlet template. [rodfersou]

1.1b4 (2018-10-03)

  • Fix in JavaScript helper. [rodfersou]

1.1b3 (2018-10-03)

  • Fix node package version. [rodfersou]

1.1b2 (2018-10-03)

  • Use a callback to fine tune the configuration at javascript helper. [rodfersou]
  • Review to add Sprite plugin just if necessary. [rodfersou]
  • Review to add SCSS files just if necessary. [rodfersou]
  • Use script async by default. [rodfersou]
  • Fix library definition to work with Plone 5. [thet, rodfersou]
  • Emit current package version in package.json configuration (closes #40). [rodfersou]

1.1b1 (2018-09-28)

  • Create a module to reuse configuration. [rodfersou]

1.0b1 (2018-08-24)

  • Change template to use a package Known-Good-Set (KGS). [rodfersou]
  • Update package versions. [rodfersou]

1.0a2 (2018-01-24)

  • Review how HTML and CSS are processed (closes #23). [rodfersou]
  • Remove old scripts generated by this recipe after buildout run (closes #21). [rodfersou]
  • Rename script to debug instead of dev to avoid misunderstanding (closes #22). [rodfersou]
  • Fix webpack installation conflict (closes #25). [rodfersou]
  • Fix package license typo on template. [hvelarde]
  • Run build command after update recipe (closes #18). [rodfersou]
  • Add an error log if directory parameter is invalid. [rodfersou]

1.0a1 (2017-11-21)

  • Initial release.