| Commit message (Expand) | Author | Age | Files | Lines |
* | merge karma configurations | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -117/+50 |
* | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 7 | -6171/+5912 |
* | include adopter tests in test bundle | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -2/+2 |
* | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 4 | -8/+177 |
* | make es5 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 5 | -2/+207 |
* | add config for karma to run es6 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -2/+118 |
* | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 12 | -5992/+6402 |
* | make tests work in node and browser | Ulrich-Matthias Schäfer | 2018-11-28 | 3 | -11/+77 |
* | started to add es6 tests using svgdom as fallback in case no dom is found | Ulrich-Matthias Schäfer | 2018-11-28 | 7 | -61/+292 |
* | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 34 | -6383/+12734 |
* | Merge branch 'feature/tests2' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-27 | 14 | -713/+1010 |
|\ |
|
| * | add polyfill for CustomEvent | Ulrich-Matthias Schäfer | 2018-11-24 | 4 | -2/+10 |
| * | updated karma-jasmine to 2.0 - fixing https://github.com/karma-runner/karma-c... | dotnetCarpenter | 2018-11-15 | 2 | -26/+11 |
| * | cleanup | dotnetCarpenter | 2018-11-14 | 6 | -4/+5 |
| * | add rollup config to build polyfills | Ulrich-Matthias Schäfer | 2018-11-13 | 4 | -26/+53 |
| * | Merge branch '3.0.0' into feature/tests2 | dotnetCarpenter | 2018-11-13 | 38 | -274/+7395 |
| |\ |
|
| * | | committing so @fuzzyma can continue the work | dotnetCarpenter | 2018-11-13 | 7 | -7365/+236 |
| * | | do not send codecoverage + start some more browsers at saucelabs | dotnetCarpenter | 2018-11-12 | 2 | -11/+11 |
| * | | saucelabs testing with chrome 70 works - locally | dotnetCarpenter | 2018-11-12 | 6 | -95/+115 |
| * | | fixed with eslint | dotnetCarpenter | 2018-11-12 | 4 | -4/+0 |
| * | | added missing saucelabs npm packages | dotnetCarpenter | 2018-11-12 | 2 | -12/+476 |
| * | | tell travis to run saucelabs tests | dotnetCarpenter | 2018-11-12 | 2 | -6/+6 |
| * | | testing saucelabs | dotnetCarpenter | 2018-11-12 | 6 | -240/+247 |
| * | | cleanup and use chromium on linux | dotnetCarpenter | 2018-11-11 | 4 | -211/+80 |
* | | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 4 | -15/+14 |
* | | | Make package json ready for npm org | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -1/+2 |
* | | | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and... | Ulrich-Matthias Schäfer | 2018-11-24 | 13 | -383/+107 |
* | | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 16 | -179/+134 |
* | | | fixed lots of bugs in the timeline. Its now working as expected in all cases. | Ulrich-Matthias Schäfer | 2018-11-23 | 5 | -66/+90 |
* | | | fix Timeline so that play, pause, stop, reverse... work correctly. Update run... | Ulrich-Matthias Schäfer | 2018-11-22 | 5 | -50/+168 |
* | | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 2 | -23/+18 |
* | | | add default parameter for timeSource | Ulrich-Matthias Schäfer | 2018-11-21 | 3 | -22/+22 |
* | | | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 4 | -66/+106 |
* | | | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 9 | -38/+39 |
* | | | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 11 | -154/+152 |
* | | | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 6 | -119/+102 |
* | | | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 5 | -22/+17 |
| |/
|/| |
|
* | | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 11 | -1049/+950 |
* | | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -21/+28 |
* | | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -92/+89 |
* | | Merge pull request #925 from svgdotjs/645-svg-set-is-back | Ulrich-Matthias Schäfer | 2018-11-12 | 11 | -1603/+1769 |
|\ \ |
|
| * | | make List return new lists on method calls, add map to array polyfill so that... | Ulrich-Matthias Schäfer | 2018-11-12 | 8 | -1568/+1643 |
| * | | change method name, make strings more pleasing to read | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -10/+10 |
| * | | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -77/+168 |
|/ / |
|
* | | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 18 | -200/+94 |
* | | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 27 | -33/+140 |
|/ |
|
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 5 | -3/+19 |
* | Merge pull request #924 from svgdotjs/796-add-attribute-syntax | Ulrich-Matthias Schäfer | 2018-11-09 | 26 | -158/+213 |
|\ |
|
| * | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 26 | -158/+213 |
|/ |
|
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 32 | -97/+171 |