angular-skyhook icon indicating copy to clipboard operation
angular-skyhook copied to clipboard

An implementation of react-dnd for Angular.

Results 61 angular-skyhook issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Signature Malleabillity in elliptic The Elliptic package before version...

dependencies
security

Bumps [immer](https://github.com/immerjs/immer) from 3.3.0 to 8.0.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in immer Overview Affected versions of immer...

dependencies
security

When following the docs installation guide I get these errors: ``` ERROR in ./src/app/app.module.ts 19:48-60 "export 'default' (imported as 'HTML5Backend') was not found in 'react-dnd-html5-backend' ERROR in ./src/app/app.module.ts 32:56-68 "export...

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. The size option isn't honored after following a redirect...

dependencies
security

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in http-proxy Versions of http-proxy prior...

dependencies
security

Bumps [dot](https://github.com/olado/doT) from 1.1.2 to 1.1.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. TODO All versions of dot are vulnerable to Command...

dependencies
security

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.8.0 to 1.20.0. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Use-After-Free in puppeteer Versions of puppeteer prior to 1.13.0...

dependencies
security

https://github.com/cormacrelf/angular-skyhook/blob/f3ab68468551b469ffa33622727e6e64eb8dc929/packages/multi-backend/src/preview-renderer.component.ts#L21 Recommend writing directly to the dom and calling change detection manually in or after `hover` callback: ``` constructor(private skyhook: SkyhookDndService, private _el: ElementRef) { this.sub = this.style$.subscribe((style) => {...

triage

ngcc compiler was failing this fixes it by exporting the correct files which are being exported in the ngmodule. I have tested it locally and fixes the error i was...

See https://github.com/LouisBrunner/dnd-multi-backend/issues/34 Things are working pretty smoothly on `v5.0.0-rc01`.