Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Dependency Updates & Fixes

Compare
Choose a tag to compare
@bruth bruth released this 31 Mar 21:49
· 370 commits to master since this release

Changes

  • Bootstrap and Font Awesome is no longer embedded in the Cilantro stylesheet (#492)
    • Note: this requires client applications to include the Bootstrap and Font Awesome stylesheets before the Cilantro stylesheet. Please read this commit message for details.
  • Update to use Marionette 1.7.3, Highcharts 3.0.10, and Bootstrap 2.3.2
    • Note: This requires adding a shim if your project defines a custom main.js file. See more this commit message for more info and to see the required shim addition in Cilantro's main.js.

Fixes

  • The results workflow loading indicator has been fixed and now correctly show between request/sync events
  • The search view has been fixed to correctly debounce subsequent key events (#502)
  • RequireJS has been updated to 2.1.11 which includes a fix in Uglify that caused a bad minification (#501)

Developers

  • JSHint options have been added and are now enforced in the Travis CI builds (#493)
  • Source maps for minified files are now built and included in releases
    • Note, this is the reason the distribution packages are roughly twice the size.