angular-gridster2

Angular gridster 2

MIT License

Downloads
425.7K
Stars
1.3K
Committers
54

Bot releases are hidden (Show)

angular-gridster2 - 1.5.0 (2017-07-15)

Published by tiberiuzuld over 7 years ago

Features

  • downgrade from v3.5.0 check that changelog
angular-gridster2 - 3.5.0 (2017-07-15)

Published by tiberiuzuld over 7 years ago

Features

  • add 2 more gridType : verticalFixed and horizontalFixed #81
  • add option disableWindowResize: boolean to disable on window resize #83

Improvements

  • improve gridsterItem.dragEnabled = false not to be able to be push/swap by other items #82
angular-gridster2 - 1.4.0 (2017-07-11)

Published by tiberiuzuld over 7 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

angular-gridster2 - 3.4.0 (2017-07-09)

Published by tiberiuzuld over 7 years ago

Bug fixes

  • fix issue with adding to rows the new items after fixing #75
  • fix issue with resize in scrolled content #69

Features

  • add drag start event #69
  • add resize start event #69

Thanks to @IvanBaskov for the PR #69

angular-gridster2 - 3.3.1 (2017-07-09)

Published by tiberiuzuld over 7 years ago

Bug fixes

  • fix issue with adding items over the grid limits #74, #75
angular-gridster2 - 3.3.0 (2017-07-06)

Published by tiberiuzuld over 7 years ago

Features

  • add option keepFixedHeightInMobile #71
angular-gridster2 - 3.2.0 (2017-07-01)

Published by tiberiuzuld over 7 years ago

Features

  • add drag ignoreContent: false, // if true drag will start only from elements from dragHandleClass #66
  • add drag dragHandleClass: 'drag-handler', // drag event only from this class. If ignoreContent is true. #66
angular-gridster2 - 3.1.0 (2017-06-27)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix Items are stacked when the grid is full #65

Features

  • add this.options.api.getNextPossiblePosition(item: GridsterItem); #65
    // call to get a viable position for item. Returns true if found
angular-gridster2 - 3.0.2 (2017-06-25)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix [bug] pushItems and swap not working #63
angular-gridster2 - 3.0.1 (2017-06-17)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix [bug] declaration for GridsterConfig still contains optionsChanged #62
angular-gridster2 - 3.0.0 (2017-06-17)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix priorities for compactUp and compactLeft #61
  • fix Performance problem #59

Features

  • add initCallback
  • change compactUp & compactLeft to compactType option to support the order of compacting
  • add api on the options object with resize and optionsChanged

Breaking changes

  • the undocumented this.options.optionsChanged changed to this.options.api.optionsChanged
  • the compactLeft and compactUp options where removed. Use the new option compactType.

update dependencies

angular-gridster2 - 2.10.6 (2017-06-14)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix Maximum call stack size exceeded #60
angular-gridster2 - 1.3.0 (2017-06-12)

Published by tiberiuzuld over 7 years ago

Features

  • add initCallback option
angular-gridster2 - 2.10.5 (2017-06-09)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • Getting maximum call stack size exceed error, when set maxgridcols to 5 in angular 4 #57
  • Changed and improved push items algorithm
angular-gridster2 - 2.10.4 (2017-06-01)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix Not working in IE11 #55
  • fix issue with grid columns in IE11
angular-gridster2 - 2.10.3 (2017-05-31)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix drag after #54
angular-gridster2 - 2.10.2 (2017-05-31)

Published by tiberiuzuld over 7 years ago

Bug fixes

  • fix Element superposition when dragging outside grid #54
  • fix swap issue where elements would stack instead of swap #54
  • limit drag inside the maxGridCols and maxGridRows #54
angular-gridster2 - 2.10.1 (2017-05-22)

Published by tiberiuzuld over 7 years ago

Bug Fixes

  • fix gridType: "fixed" dragging widget to edge of screen hides gridsterGrid #47
angular-gridster2 - 2.10.0 (2017-05-21)

Published by tiberiuzuld over 7 years ago

Improvements

  • Improve resize: change how resize is calculated from each mouse move and restrict min size animation
  • Improve drag: change how drag is calculated from each mouse move
  • Improve edge scroll on resize and drag: change how scroll is made with the new drag and resize
  • Improve swap item, make it work more like how push works. Now it checks for swap at each mouse move instead of drag end. Warning: If both Push and Swap are enabled, Push is checked first.
angular-gridster2 - 2.9.2 (2017-05-11)

Published by tiberiuzuld over 7 years ago

Bug fixes

  • Move gridster-preview css to its own file. Add classes to gridster-preview and gridster-grid (Grid stylesheet #37)
Package Rankings
Top 1.18% on Npmjs.org
Top 7.89% on Bower.io
Badges
Extracted from project README
npm version downloads Donate Donate