aurelia-dragula icon indicating copy to clipboard operation
aurelia-dragula copied to clipboard

An ES2015 port of the Dragula library, targeted at the Aurelia Framework

Results 11 aurelia-dragula issues
Sort by recently updated
recently updated
newest added

Bumps [undici](https://github.com/nodejs/undici) from 5.22.1 to 5.26.3. Release notes Sourced from undici's releases. v5.26.3 No release notes provided. v5.26.2 Security Release, CVE-2023-45143. v5.26.1 What's Changed Fix publish undici-types once and for...

dependencies

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Despite the code of conduct exercised in conversations with contributors to this project (ref your response to my reported case #57), I would like to report that gulp build fails...

I would like to use Aurelia-Dragula in an Aurelia project that uses webpack 4. When I include the plugin like this: `.plugin(PLATFORM.moduleName('aurelia-dragula'))` the below error is thrown. Maybe there was...

help wanted

Using your example project: https://github.com/michaelmalonenz/aurelia-dragula-example 1) Add a breakpoint, console log, or anything else to notify you (that it has been triggered) on line 32 in `welcome.js` (so just inside...

I noticed that with every drop any where, the drag-end callback function is called twice. The first time before the drop event with the correct `(item, itemVM)` data, the second...

Using your example project: https://github.com/michaelmalonenz/aurelia-dragula-example 1) Add a breakpoint, console log, or anything else to notify you (that it has been triggered) on line 32 in `welcome.js` (so just inside...

In bundles.js I have to add: ``` "aurelia-dragula", "aurelia-dragula/dragula.css!text", "aurelia-dragula/dragula-and-drop.html!text", "aurelia-dragula/dragula-and-drop.js" ``` for it to work with bundling and exporting. Since it's an aurelia specific version of dragula it would...

help wanted

Hi, This is a nice aurelia plugin. I installed and works fine but a tried to make a new Aurelia CLI project and I can not get it working. An...

help wanted

- [ ] They're misleading (several people try to create their own instance of `Dragula` even though they're using the custom element) - [ ] They look ugly on GitHub...