Assets
2
balajimanoharan
released this
- Upgrade gridstack to 1.1.0 (Thanks @ttill)
Assets
2
balajimanoharan
released this
- Make jquery-ui-touch-punch an optional include
- Update gridstack.js to 0.6.4 (Thanks @ttill)
- Ember Upgrade to 3.16
Assets
2
balajimanoharan
released this
Assets
2
Assets
2
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).
Assets
2
- 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 inconfig/environment.js - Adds support for Ember 2.14+