Skip to content

Releases: dtpublic/malhar-angular-dashboard

v2.0.0

09 Mar 20:49
Compare
Choose a tag to compare

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

16 Mar 20:02
Compare
Choose a tag to compare

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.

v0.7.3

08 Oct 18:27
Compare
Choose a tag to compare
  • option to lock layouts (prevent from deleting and renaming), controlled with lockDefaultLayouts dashboard options property and locked layout property #92
  • split demo app into separate files

v0.7.2

04 Oct 16:23
Compare
Choose a tag to compare
  • configurable widget demo
  • enableVerticalResize option
  • sortable layout tabs #86
  • minification issue fix #84

v0.7.1

27 Aug 23:23
Compare
Choose a tag to compare
  • ability to control widget container/outer style (e.g. for float) #82 - "style" property
  • persisting "style" property

v0.7.0

24 Aug 01:20
Compare
Choose a tag to compare
  • widgets vertical resize
  • "size" attribute to control initial widget width and height
  • $broadcast "widgetResized" event on widget resize

v0.5.0

09 Aug 21:01
Compare
Choose a tag to compare
  • Underscore.js is replaced with Lodash #68
  • Data Models can be instantiated by string name with $injector #66

0.4.0

28 Jul 20:24
Compare
Choose a tag to compare
v0.4.0

v0.4.0

v0.3.1

09 Jun 21:55
Compare
Choose a tag to compare
  • Added dashboard-layouts directive. See discussion at #31
  • Updates to README
  • Demo updates