npm angular-gridster2 1.4.0
1.4.0 (2017-07-11)

latest releases: 17.0.0, 16.0.0, 14.1.5...
6 years ago

Warning

These is a complete backwards migration from version v3.4.0.
This was done so the people using angularjs 1.6.x can have the newest features.
Because of this we have some breaking changes in this release.

Breaking changes

  • updated to angularjs v1.5 components. Recommend using v1.6.x.
  • change from <div gridster="$ctrl.options">...</div> to <gridster options="$ctrl.options"></gridster>
  • change from <div gridster-item="item" ng-repeat="item in $ctrl.dashboard">...</div> to
    <gridster-item item="item" ng-repeat="item in $ctrl.dashboard"></gridster-item>
  • change constant from gridsterConfig to GridsterConfig
  • change option compactUp & compactLeft to compactType
  • removed bower.json and migrated to npm
  • removed lodash as a dependency
  • removed javascript-detect-element-resize as a dependency.
    Warning: If you need to dynamically resize the dashboard call this.options.api.resize()

Features

  • the list is long so read the updated Readme.md

Thanks to @karanaditya993 #39

Don't miss a new angular-gridster2 release

NewReleases is sending notifications on new releases.