Angular Dashboard Framework Versions Save

Dashboard framework with Angular.js and Twitter Bootstrap

0.12.4

2 years ago

Fixes missing version increment for the bower.json

0.12.3

2 years ago

Fixes inconsistent element structures for the accessibility of the framework

v0.12.2

3 years ago

Enhancements

  • improve accessibility #339

v0.12.1

3 years ago

Enhancements

  • improve accessibility #336

v0.12.0

7 years ago

Enhancements

  • build separate script files without templates #203
  • added a structure preview to dashboard edit dialog
  • added seperate widgetService to handle template resolving outside of the directive
  • added optional categories for the widget add dialog
  • order widgets in widget add dialog
  • implemented resolveAs to pass resolve map to widget scope. This change should make passing only controllers superfluous.
  • added support for custom widget template #247
  • added support for custom widget edit template #224
  • option enableConfirmDelete is now configurable via attribute to adf-dashboard #248
  • added multi-language support #249

Bug fixes

  • fix edit mode for widgets without edit section #211
  • display error message, if a widget type could not be resolved #216

v0.11.0

8 years ago

Enhancements

  • enable form validation for widget edit dialog
  • custom apply function for edit dialog #152
  • add event to toggle editMode
  • adding styleClass to widget definition to bind custom css styles #171
  • broadcast when dashboard is in edit mode #168
  • added support for SCSS syntax in styles #167
  • custom add edit templates #120
  • added unit test support for angular-dashboard-framework #137
  • support for frameless widgets #134

Bug fixes

  • fix incompatibility with angular 1.2 and 1.3, see issue #187
  • check for sortable element before destroy, fix issue #118
  • added immediate option to widget config, to fix issue #155
  • fix typo rename event adfDashboardCollapseExapand to adfDashboardCollapseExpand, to fix issue #141
  • edit widget cancel shouldn't cause the 'widgetConfigChanged' event #140
  • added missing documentation for controllerAs of widget edit mode
  • fix for widget title being overwritten #139

v0.10.0

8 years ago

Enhancements

  • update Sortable to version 1.2.1
  • update bootstrap to version 3.3.5
  • use angular dependency >=1.2 instead of 1.2.28
  • Ok-cancel prompt for edit widget #127
  • Added enableConfirmDelete option for prompt before widget delete #128
  • Collapse and expand all widgets #121
  • Add adf-widget-type attribute to panel div #117
  • Added the ability to customize the dashboard and widget title templates #116
  • Added adfDashboardEditsCancelled broadcast message to cancelEditMode() #114

Bug fixes

  • Fixed error when moving widget to empty column #119

v0.9.0

8 years ago

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

v0.8.0

9 years ago

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

v0.7.0

9 years ago

Enhancements

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

Bug fixes

  • fix collapsible option