Changelog

Last Changes

v0.8.0

  • #38: css_merger: find custom theme folders within widgets
  • #6: css_merger: fixed imports by URL
  • #36: css_merger fix incorrect CSS output path and url()s for windows
  • #35: widget dependencies: fixed URL generation for windows

v0.7.0

  • #32: widget dependencies: fixed URL generation for windows
  • #34: widgets: fixed package configuration
  • #33: widget: jshint should ignore embedded projects

v0.6.0

  • #30: directory_tree: better JSON syntax error reporting
  • #27: widgets: removed marked configuration
  • #26: widgets: add jquery_ui require path
  • #24: css_merger: fixed handling of protocol-relative URLs
  • #23: the plugin provides a new Option --continue to keep running tasks after failures but keep a proper return code.
  • #22: Added path to bootstrap affix control.
  • #21: the Gruntfile provided for widget tests now create coverage reports.

v0.5.0

  • #19: we're now using our own Karma and grunt-karma forks so that we can respond to issues more quickly.
  • #18: there is a new script bin/fixinstall to fix the PhantomJS installation if it's broken.
  • #17: there are two new tasks to merge test-results.xml and lcov.info files. + NEW FEATURE: see ticket for details

  • #16: the karma-task is now configured to easily create coverage reports.

  • #15: the require_config.js, that is generated for widgets, now contains static configuration for Marked.
  • #13: the require_config.js, that is generated for widgets, now contains the proper configuration for JSON-patch.

v0.4.0

  • #11: Improved readability of directory listing for connect task.
  • #10: Fixed processing of multiple non-default themes
  • #3: add some documentation
  • #8: widget tests: automatically generate a RequireJS configuration (instead of using a static one)
  • #7: css_merger: fixed theme processing for widgets and controls

v0.3.0

  • #4: directory_tree: allowed to embed files into listings using option embedContents + NEW FEATURE: see ticket for details

  • #5: css_merger: fixed default.theme handling (laxar_uikit) and absolute css urls

  • #2: Finally, added a lot of tests
  • #1: Made lookup of Grunt tasks more resilient