aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow strings to be passed as transform origin on TSDani2020-11-161-1/+1
* Merge pull request #1167 from melon3r/patch-1Ulrich-Matthias Schäfer2020-11-131-0/+1
|\
| * Add style() to Container on TS bindingsDani2020-11-121-0/+1
|/
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-274-3/+11
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-058-201/+351
* Add attribute `rotate` to `MatrixTransformParam` (#1149)jhajjaarap2020-09-051-0/+1
* Merge pull request #1129 from josepaiva94/typesUlrich-Matthias Schäfer2020-06-151-7/+7
|\
| * Remove extends ElementAlias from List itemsJosé C. Paiva2020-06-141-3/+2
| * Fix types for List and ForeignObjectJosé C. Paiva2020-06-141-8/+9
|/
* Update svg.js.d.tsUlrich-Matthias Schäfer2020-06-131-1/+1
* Merge pull request #1126 from pjbatista/1124-window-exportsUlrich-Matthias Schäfer2020-06-033-249/+474
|\
| * Added exports from window.jsPedro José Batista2020-06-023-249/+474
|/
* Merge pull request #1123 from pragdave/some-more-typingsUlrich-Matthias Schäfer2020-06-011-15/+29
|\
| * Merge branch 'master' into some-more-typingsUlrich-Matthias Schäfer2020-06-0134-1402/+1529
| |\ | |/ |/|
* | Merge pull request #1116 from Glandos/patch-1Ulrich-Matthias Schäfer2020-05-281-5/+8
|\ \
| * | Better typing for css getter/setterGlandos2020-05-271-5/+8
|/ /
* | Merge pull request #1111 from acedrew/ts-runner-easeUlrich-Matthias Schäfer2020-05-201-1/+1
|\ \
| * | Add optional string type to Runner.easeAndrew Rodgers2020-05-191-1/+1
|/ /
* | added geometry and positioning methods to `A` (#1110)Ulrich-Matthias Schäfer2020-05-206-338/+352
* | sorted method namesUlrich-Matthias Schäfer2020-05-1923-1075/+1164
* | add twitter and other cdnsUlrich-Matthias Schäfer2020-05-101-3/+9
* | added fundingUlrich-Matthias Schäfer2020-05-101-0/+4
* | Create FUNDING.ymlUlrich-Matthias Schäfer2020-05-101-0/+3
* | added sponsor badgeUlrich-Matthias Schäfer2020-05-091-1/+1
* | make targets for textPath work when no href is setUlrich-Matthias Schäfer2020-05-092-2/+2
* | close tags in tests so that svgdom is satisfiedUlrich-Matthias Schäfer2020-05-094-7/+7
* | Merge pull request #1106 from pragdave/some-type-based-tidyingUlrich-Matthias Schäfer2020-05-081-1/+9
|\ \
| * | remove union return valuepragdave2020-05-072-10/+3
| * | It was difficult to use the zero-parameter form of Timeline.schedule() with T...pragdave2020-05-072-2/+17
|/ /
| * Fix add method for ForeignObjectUlrich-Matthias Schäfer2020-06-011-1/+1
| * Fix constructor typings for ForeignElementUlrich-Matthias Schäfer2020-06-011-1/+2
| * add string parameters to Runner.ease()pragdave2020-05-311-9/+15
| * slowly iterating towards List nirvana. FO still pending...pragdave2020-05-311-4/+4
| * Fix up List (maybe). ForeignObject still open for discussionpragdave2020-05-301-7/+4
| * aff foreignObject to types, get get List workingpragdave2020-05-301-3/+13
|/
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-0467-15646/+3762
* 99% line coverage - BAAAAMUlrich-Matthias Schäfer2020-05-037-714/+1919
* added specs for animation files except runner, fixed a few thingsUlrich-Matthias Schäfer2020-05-0113-101/+1098
* finish tests for SVGNumberUlrich-Matthias Schäfer2020-04-291-2/+43
* finished tests for Point, PointArray, PathArray and SVGArrayUlrich-Matthias Schäfer2020-04-298-108/+362
* finish tests for Matrix.jsUlrich-Matthias Schäfer2020-04-293-51/+193
* added tests for List.jsUlrich-Matthias Schäfer2020-04-293-2/+88
* finish color testsUlrich-Matthias Schäfer2020-04-294-17/+199
* finished specs for Box.js and made zoom handle level 0 correctly + make it mo...Ulrich-Matthias Schäfer2020-04-293-124/+272
* added tests for transform.js, migrated tests for v3 of types to esm testsUlrich-Matthias Schäfer2020-04-2820-1006/+1580
* added tests for sugar.jsUlrich-Matthias Schäfer2020-04-263-14/+437
* added tests for data.js and memory.js, enhanced data function to work like cs...Ulrich-Matthias Schäfer2020-04-265-13/+183
* added tests for css.jsUlrich-Matthias Schäfer2020-04-262-1/+108
* added tests for class.jsUlrich-Matthias Schäfer2020-04-261-0/+82
* add tests for selector and arrange, simplifed front() and back()Ulrich-Matthias Schäfer2020-04-263-9/+300