Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only apply color conversion to attributes that can take a color (fixes #1241) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+11 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -4/+4 |
| | |||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -4/+7 |
| | |||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 1 | -1/+1 |
| | |||||
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 1 | -69/+33 |
| | | | | | | | | | 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 ↵ | Saivan | 2018-11-25 | 1 | -34/+70 |
| | | | | | | | | | | | | | | 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 | ||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -15/+16 |
| | | | | SVG.Text.textPath returns first textPath child now | ||||
* | clone() does not insert the clone into the dom anymore, added beziere() and ↵ | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+1 |
| | | | | steps() to generate easing functions | ||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+80 |