aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/adopter.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-041-36/+4
* renamed svg namespace to svgUlrich-Matthias Schäfer2020-04-231-2/+2
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-081-0/+4
* fixed put and adopter, added tests to cover itUlrich-Matthias Schäfer2020-03-291-3/+5
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-2/+3
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-2/+2
* Fix move and size of groups, removed setting of a default font so we dont act...Ulrich-Matthias Schäfer2019-01-121-0/+24
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-1/+1
* fix playgrounds, delete unneeded filesUlrich-Matthias Schäfer2018-12-011-1/+1
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-011-1/+1
|\
| * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-301-23/+23
| |\
| * | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-105/+51
| * | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-251-51/+105
* | | dont generate esm bundle anymore and link to src/main.js directly. Move bower...Ulrich-Matthias Schäfer2018-12-011-3/+3
| |/ |/|
* | run buildUlrich-Matthias Schäfer2018-11-281-1/+1
* | add tests for all exports of adopterUlrich-Matthias Schäfer2018-11-281-6/+12
* | Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-1/+1
* | Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-7/+4
* | rewrite few lines of adopterUlrich-Matthias Schäfer2018-11-211-12/+9
|/
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-121-0/+4
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-121-7/+5
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-111-0/+3
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-081-1/+1
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-081-3/+23
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+115