angular-legacy-sortablejs
angular-legacy-sortablejs copied to clipboard
AngularJS (legacy) directive for SortableJS.
Bumps [express](https://github.com/expressjs/express) from 4.15.3 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
Fixes #44 Basically additional `$apply()` have been removed. I do not think they add anything. Small test is included.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Should this branch be deprecated in favour of any of the available forks? I don't know who's keeping this branch up to date.
Fixes https://github.com/SortableJS/angular-legacy-sortablejs/issues/52 More info at https://github.com/SortableJS/Sortable/issues/1728.
angular-legacy-sortable imports sortablejs incorrectly after versions 1.10.0 of sortablejs, which leads to it not finding Sortablejs.create. More info in this issue: https://github.com/SortableJS/Sortable/issues/1728
This will be a contrived example but my use case is: ```html {{answer}} ``` ```js this.sortableOptions = { onEnd: ({ scope: { question } }) => { this.saveQuestion(question); }, };...
Bumps [ws](https://github.com/websockets/ws) from 1.1.4 to 1.1.5. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 1.1.5 > # Bug fixes > > - Fixed a DoS vulnerability (f8fdcd4). Commits - [`24edef5`](https://github.com/websockets/ws/commit/24edef58a0aab05e8220f76bd2377614dd4eee85)...