ember-gridstack
ember-gridstack copied to clipboard
Ember components to build drag-and-drop multi-column grids powered by gridstack.js
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
I am trying to implement ember-auto-import on ember-gridstack (wrapper on top of gridstack package), while the chunking and dynamic import part is working perfectly. But in the app vendor file...
Discussion from https://github.com/yahoo/ember-gridstack/commit/065d92d20c3dd1aa97d23dfec9d7bd37d144274e#r37636891 > check the events - there is more including gsResizeStop which is better than regular. [Here is a list of events](https://github.com/gridstack/gridstack.js/tree/v1.1.0/doc#events)
Upgrading @glimmer/component to v2 makes ember-gridstack break: `ember-gridstack tried to import "@glimmer/component" in "ember-gridstack/components/grid-stack-item.js" from addon code, but "@glimmer/component" is a devDependency. You may need to move it into dependencies.`