summaryrefslogtreecommitdiffstats
path: root/src/utils/methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-2/+2
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-1/+1
|
* Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-301-11/+2
|\
| * Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-11/+2
| | | | | | | | | | | | | | | | | | | | | | - svg.js: The esm bundle - svg.min.js: The bundle for all browsers for maximum support - svg.node.js: The bundle for node - polyfill.js: Using svg.min.js requires this polyfill in case the Browser does not understand all of ./config/polyfillList.js - polyfillIE.js: This is required when you use IE11 (polyfill.js still required) Please note, that not all test pass for IE11 due to its rounding issues and wrong calculation of bbox. Also note, that `defaultPrevented` is not working for CustomEvents in IE11.
* | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-35/+15
| | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again
* | Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-251-15/+35
|/ | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-121-0/+10
|
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+32