aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add polyfill for CustomEventUlrich-Matthias Schäfer2018-11-244-2/+10
|
* updated karma-jasmine to 2.0 - fixing ↵dotnetCarpenter2018-11-152-26/+11
| | | | https://github.com/karma-runner/karma-chrome-launcher/issues/190
* cleanupdotnetCarpenter2018-11-146-4/+5
|
* add rollup config to build polyfillsUlrich-Matthias Schäfer2018-11-134-26/+53
|
* Merge branch '3.0.0' into feature/tests2dotnetCarpenter2018-11-1338-274/+7395
|\
| * remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-1211-1049/+950
| |
| * reworked parents so that it is useful now, changelogUlrich-Matthias Schäfer2018-11-124-21/+28
| |
| * ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-124-92/+89
| |
| * Merge pull request #925 from svgdotjs/645-svg-set-is-backUlrich-Matthias Schäfer2018-11-1211-1603/+1769
| |\ | | | | | | svg set is back (#645)
| | * make List return new lists on method calls, add map to array polyfill so ↵Ulrich-Matthias Schäfer2018-11-128-1568/+1643
| | | | | | | | | | | | 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-126-77/+168
| |/
| * evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-1218-200/+94
| |
| * make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-1127-33/+140
| | | | | | | | make sure that init functions are chaninable
* | committing so @fuzzyma can continue the workdotnetCarpenter2018-11-137-7365/+236
| |
* | do not send codecoverage + start some more browsers at saucelabsdotnetCarpenter2018-11-122-11/+11
| |
* | saucelabs testing with chrome 70 works - locallydotnetCarpenter2018-11-126-95/+115
| |
* | fixed with eslintdotnetCarpenter2018-11-124-4/+0
| |
* | added missing saucelabs npm packagesdotnetCarpenter2018-11-122-12/+476
| |
* | tell travis to run saucelabs testsdotnetCarpenter2018-11-122-6/+6
| |
* | testing saucelabsdotnetCarpenter2018-11-126-240/+247
| |
* | cleanup and use chromium on linuxdotnetCarpenter2018-11-114-211/+80
|/
* add registering for forgotten classesUlrich-Matthias Schäfer2018-11-095-3/+19
|
* Merge pull request #924 from svgdotjs/796-add-attribute-syntaxUlrich-Matthias Schäfer2018-11-0926-158/+213
|\ | | | | added possibility to pass in additional attribues to element creators (#796)
| * added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-0826-158/+213
|/ | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})`
* added possibility to pass attribues into a constructor like: `new ↵Ulrich-Matthias Schäfer2018-11-0832-97/+171
| | | | SVG.Rect({width:100})`
* `fill()` and `stroke()` return the fill and stroke attribute when called as ↵Ulrich-Matthias Schäfer2018-11-085-9/+7
| | | | getter (#789)
* added `ax(), ay(), amove()` to change texts x and y values directly (#787)Ulrich-Matthias Schäfer2018-11-083-1/+25
|
* `SVG.Text.rebuild()` now takes every font-size into account (#512)Ulrich-Matthias Schäfer2018-11-083-3/+11
|
* implements `round()` (#916)Ulrich-Matthias Schäfer2018-11-084-1/+59
|
* add test for array getter of attrUlrich-Matthias Schäfer2018-11-082-0/+14
|
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-085-29/+41
|
* add styletagsUlrich-Matthias Schäfer2018-11-086-1/+127
|
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-0811-201/+165
|
* added insertAfter/Before, introduce attrHooks, move few methods, ↵Ulrich-Matthias Schäfer2018-11-0811-425/+483
| | | | 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-078-36/+130
| | | | steps() to generate easing functions
* update changelowUlrich-Matthias Schäfer2018-11-071-5/+4
|
* fix mistake in testUlrich-Matthias Schäfer2018-11-071-6/+6
|
* fix travis ymlUlrich-Matthias Schäfer2018-11-071-1/+1
|
* add chrome to travisUlrich-Matthias Schäfer2018-11-071-1/+2
|
* fix the export/import function and enhance itUlrich-Matthias Schäfer2018-11-072-45/+133
|
* Merge branch '875-es6' into 3.0.0Ulrich-Matthias Schäfer2018-11-07165-22491/+15220
|\
| * remove other builds because of bloat for now until fixedUlrich-Matthias Schäfer2018-11-076-6788/+290
| |
| * reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0681-3486/+10025
| |
| * removed unused comments and filesUlrich-Matthias Schäfer2018-11-0521-2908/+1881
| |
| * make one test pass in travisUlrich-Matthias Schäfer2018-11-053-4/+1
| |
| * Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-0588-10330/+1686
| |
| * rework of classes, make events on every object possibleUlrich-Matthias Schäfer2018-11-0528-1255/+1286
| |
| * forgot about memory testsUlrich-Matthias Schäfer2018-11-049-59/+28
| |
| * Revert back to classes, fix remaining testsUlrich-Matthias Schäfer2018-11-0451-1944/+2085
| |