aboutsummaryrefslogtreecommitdiffstats
path: root/src/types
Commit message (Collapse)AuthorAgeFilesLines
...
* | Updated all of the color modules and old tests are passing againSaivan2018-11-251-109/+412
| | | | | | | | | | | | | | | | | | | | | | This commit updates the color modules, so that the old tests pass, we just need to modify the tests to test some of the new functionality (Since there was a lot of copy and paste work done haha) Changes ======= - Updated the color module to support a number of color spaces - Made sure all of the old tests are working again
* | Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-2511-506/+1022
|/ | | | | | | | | | | | | | 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
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-12/+12
|
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-123-75/+30
|
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+0
|
* make List return new lists on method calls, add map to array polyfill so ↵Ulrich-Matthias Schäfer2018-11-123-4/+15
| | | | that this works, fix runner
* change method name, make strings more pleasing to readUlrich-Matthias Schäfer2018-11-122-10/+10
|
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-122-18/+38
|
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-121-8/+6
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-117-0/+17
| | | | make sure that init functions are chaninable
* added possibility to pass attribues into a constructor like: `new ↵Ulrich-Matthias Schäfer2018-11-081-2/+10
| | | | SVG.Rect({width:100})`
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-081-3/+2
|
* added insertAfter/Before, introduce attrHooks, move few methods, ↵Ulrich-Matthias Schäfer2018-11-081-32/+0
| | | | 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-0613-0/+1852