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.