ember-gridstack

Ember components to build drag-and-drop multi-column grids powered by gridstack.js

OTHER License

Downloads
17.6K
Stars
37
Committers
14

Bot releases are hidden (Show)

ember-gridstack - v2.0.2

Published by tacocat about 4 years ago

  • Fix conflicts with other jquery addons (#63)
  • Update GridStack when item options change (#62)

Thanks to @ttill and @btecu

ember-gridstack - v2.0.1

Published by balajimanoharan over 4 years ago

  • Upgrade gridstack to 1.1.0 (Thanks @ttill)
ember-gridstack - v2.0.0

Published by balajimanoharan over 4 years ago

  • Make jquery-ui-touch-punch an optional include
  • Update gridstack.js to 0.6.4 (Thanks @ttill)
  • Ember Upgrade to 3.16
ember-gridstack - v1.3.2

Published by balajimanoharan over 5 years ago

  • Bugfix: Selectively reenable grid items during creation (#35) (thanks @dkleiman)
ember-gridstack - v1.3.1

Published by balajimanoharan over 5 years ago

  • Ember Upgrade to 3.8 (#21)
  • Update index js to point to the right file in prod (#27)
  • Added package-lock file (#29)
ember-gridstack - v1.3.0

Published by balajimanoharan over 5 years ago

  • Upgrade to the latest gridstack (#20)
  • use updated bower registry (#18)
ember-gridstack - v1.2.0

Published by tacocat almost 7 years ago

Previously, ember-gridstack pulled in all of jquery-ui. Since, jquery-ui checks for define.amd to determine if it can register a module and the ember-loader does not yet support this flag, all the jquery-ui modules are included globally. This release pulls unnecessarily jquery-ui modules like datepicker that can conflict with other libraries (such as ember-cli-bootstrap-datepicker).

ember-gridstack - v1.1.0

Published by jkusa about 7 years ago

  • Updates for jquery-ui 1.12.1
  • Adds optional dependency on jquery.ui.touch-punch
  • Adds support for excluding optional bower dependencies via an
    'ember-gridstack': {exclude: [...]} option in config/environment.js
  • Adds support for Ember 2.14+

Thanks to @les2 & @blandman for their work on this.