summaryrefslogtreecommitdiffstats
path: root/src/modules/core
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-121-1/+3
|
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-1/+1
|
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-11/+17
|
* Reverted some of the lint rules after chatting with fuzzySaivan2018-11-269-289/+145
| | | | | | | | | 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-259-142/+294
| | | | | | | | | | | | | | 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
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-171-1/+0
|
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-2/+0
|
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-121-2/+2
|
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+4
|
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-124-17/+9
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-114-0/+13
| | | | make sure that init functions are chaninable
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-081-10/+0
|
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-082-2/+0
|
* added insertAfter/Before, introduce attrHooks, move few methods, ↵Ulrich-Matthias Schäfer2018-11-082-16/+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äfer2018-11-071-1/+1
| | | | steps() to generate easing functions
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0612-0/+504