Releases: dtpublic/malhar-angular-dashboard
Releases · dtpublic/malhar-angular-dashboard
v2.0.0
Major changes:
- Upgrade dependencies "angular-bootstrap" from "0.12.x" to ">=1.0.0"
- Upgrade dependencies "angular" from "~1.3" to "~1.4"
- Upgrade dependencies "bootstrap" from "~3.3.1" to "~3.3.6"
- Upgrade dependencies "angular-ui-sortable" from "~0.13.3" to "~0.13.4"
- Upgrade dependencies "lodash" from "~3.1" to "~4.5.1"
- Upgrade devDependencies "angular-mocks" from "~1.3" to "~1.4"
- Upgrade devDependencies "gulp-ng-annotate" from "~0.3.6" to "~0.5.3"
- Run on node.js 4.3.0 instead of node.js 0.10
Minor changes:
- Extend externalSaveDashboard() to support taking in "force" parameter(true/false). Default is true if not specified.
- Minor syntax correction
v1.0.0
Notable changes:
- changed names of "main" files listed in bower.json to match repo name (see note below)
- allow strings in defaultWidgets array
- general improvements for saving widget definition objects (see the
serialize
option on widget definition object in README)
Other changes:
- moved to gulp (only affects development)
- moved from ngmin to ng-annotate
Migration
The only major change that will directly affect migration is that the distro filenames have changed from angular-ui-dashboard.*
to malhar-angular-dashboard.*
. If you are using wiredep or gulp-inject or something like that which automates injecting your bower dependencies, you'll just need to rerun that task. Otherwise you will need to update references manually.