Skip to content

Latest commit

 

History

History
119 lines (68 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

119 lines (68 loc) · 3.73 KB

0.9.0

Enhancements

  • support for maximize/minimize option, see #87
  • rap the JavaScript code in an IIFE, see #94
  • pass model as parameter for widget filter, see #85
  • pass maximizable and collapsible as options object, to simplify creation of new attributes, see #101 and #100.

Bug fixes

  • remove the unused dev dependency json3, see #92
  • use backdrop static in $modal options, see #90
  • implement more robust method to add new widgets to the model, see #81
  • use ng-annotate to annotate unminified version, see issue #84 and #82
  • use .adf-move as handle for sortable to fix issue #80

0.8.0

Enhancements

Bug fixes

  • fix initialization without model attribute, to fix issue #73

Build

  • move widgets and structures to separate repositories and use it with git submodules
  • use gulp instead of grunt
  • build sourcemap of minified files

0.7.0

Enhancements

  • added editable option to disable the edit mode, see #68

Bug fixes

  • fix collapsible option

0.6.1

Bug fixes

  • fix missing undo button

0.6.0

Enhancements

  • switch from Font Awesome to Bootstrap glyphicons, see #56
  • added widgetPaths option to replace {widgetsPath} in the templateUrl of widgets

Bug fixes

  • added missing css to bower main section
  • fixed a scope leak #55

0.5.1

Bug fixes

  • fix missing files in minified version

0.5.0

New features

  • support for nested rows #52
  • watch dashboard model for changed #45

0.4.0

New features

  • remove copy of ui-sortable and use official bower component to fix, see #37

Bug fixes

  • support for angular.js 1.3, see #42

0.3.2

Bug fixes

  • Changing dashboard structure copies widgets from previous changed dashboard structure, see #35

0.3.1

Bug fixes

  • fix bug with the collapsible attribute of the dashboard directive

0.3.0

New features

  • support for controllerAs syntax
  • added inject value for template path
  • added adfVersion inject value

Bug fixes

  • fixed displaying control btns outside the panel title, when title is long (#30)

0.2.0

New features

  • ability to reset dashboard to original view
  • support for filtering widgets

0.1.0

  • initial release