aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixes #8872.xUlrich-Matthias Schäfer2023-09-031-1023/+1170
* Merge pull request #971 from manospasj/patch-2Ulrich-Matthias Schäfer2019-02-281-3/+3
|\
| * Updated ease type in svg.js.d.tsmanospasj2019-02-281-3/+3
|/
* Merge pull request #963 from Perlkonig/bugfix/polyline-typoUlrich-Matthias Schäfer2019-02-171-4/+4
|\
| * Changed all PolyLine to Polyline, as requestedAaron Dalton2019-02-171-5/+5
| * Fix typo in type file for Polyline and MarkerAaron Dalton2019-02-171-1/+1
* | Merge pull request #962 from Perlkonig/bugfix/missing-font-overloadUlrich-Matthias Schäfer2019-02-161-0/+2
|\ \
| * | Added missing key/value overload for 'text.font()'Aaron Dalton2019-02-161-0/+2
| |/
* | Merge pull request #961 from Perlkonig/bugfix/missing-clone-overloadUlrich-Matthias Schäfer2019-02-161-0/+1
|\ \ | |/ |/|
| * Added missing 'clone(parent)' overload to .d.ts fileAaron Dalton2019-02-161-0/+1
|/
* CustomEvent-polyfill was not used (needed in IE) (#938)2.7.1Ulrich-Matthias Schäfer2018-11-305-7/+13
* Round up everything for the last 2.x release2.7.0Ulrich-Matthias Schäfer2018-11-1310-533/+311
* Merge pull request #928 from NorbertB29/fix/node_document_fragment_typeUlrich-Matthias Schäfer2018-11-134-6/+19
|\
| * Add unit testsNorbert Bartos2018-11-134-6/+19
* | Merge pull request #927 from NorbertB29/fix/node_document_fragment_typeUlrich-Matthias Schäfer2018-11-132-2/+2
|\|
| * Add node document-fragment type checkNorbert Bartos2018-11-132-2/+2
|/
* Merge pull request #920 from SKalt/919-correct-readmeUlrich-Matthias Schäfer2018-10-251-2/+2
|\
| * Correct README.mdSteven Kalt2018-10-251-2/+2
|/
* forgot dist2.6.6Ulrich-Matthias Schäfer2018-08-302-6/+10
* bump 2.6.6Ulrich-Matthias Schäfer2018-08-302-1/+8
* Merge pull request #879 from JackLeEmmerdeur/597-new-typescript-declarationsUlrich-Matthias Schäfer2018-08-291-0/+9
|\
| * Added declarations to Transformation and Animation interfacesJackLeEmmerdeur2018-07-081-0/+9
* | Merge pull request #883 from perry-mitchell/patch-1Ulrich-Matthias Schäfer2018-07-221-1/+5
|\ \ | |/ |/|
| * Remove extra spacePerry Mitchell2018-07-221-1/+1
| * Add global reference to support 'window' in bundlers - fixes #767Perry Mitchell2018-07-221-1/+5
|/
* Adds yarn installation instructions (#874)Wagner Souza2018-06-251-3/+11
* Its obvious that these Issue templates were notes...Saivan2018-05-283-3/+3
* Updated the issue templates to have multiple possibilitiesSaivan2018-05-284-56/+34
* Update issue templatessaivan2018-05-281-0/+46
* Merge branch 'master' of github.com:svgdotjs/svg.jsSaivan2018-05-2822-5566/+5754
|\
| * bump 2.6.52.6.5Ulrich-Matthias Schäfer2018-05-264-5/+6
| * fixed `SVG.Text.y()` which didnt work correctly with `SVG.Number` (#778)Ulrich-Matthias Schäfer2018-05-265-5/+11
| * fixed issues in SVG.Doc and SVG.Mask when cloning(#782)Ulrich-Matthias Schäfer2018-05-268-108/+165
| * fixed `element.parent()` which sometimes failed when used on detached documen...Ulrich-Matthias Schäfer2018-05-265-7/+18
| * fixes and addition in SVG.PointArray (#805)Ulrich-Matthias Schäfer2018-05-267-8/+54
| * fixed `reference()` which failed when trying to use a reference which does no...Ulrich-Matthias Schäfer2018-05-265-4/+11
| * Changelog for b0ca749Ulrich-Matthias Schäfer2018-05-261-0/+1
| * changelog for last commitUlrich-Matthias Schäfer2018-05-261-0/+7
| * fixed problems with CustomEvent polyfill in IE11 (#852)Ulrich-Matthias Schäfer2018-05-264-5545/+5549
| * Merge pull request #854 from pycraft114/masterUlrich-Matthias Schäfer2018-05-111-8/+9
| |\
| | * Optional paramter for rbox methodpycraft1142018-05-111-1/+1
| | * Type fixpycraft1142018-05-101-1/+1
| | * Optional parameter for 'rbox' methodpycraft1142018-05-091-1/+1
| | * Optional parameter for 'rbox' methodpycraft1142018-05-091-1/+1
| | * Optional second parameter for 'select' methodpycraft1142018-05-091-1/+1
| | * Fix typings for apply optional parameter of off method in event.jsflynn.park2018-02-241-1/+1
| | * Fix typings for missing event.js methodflynn.park2018-02-241-0/+1
| | * Fix typings for replace comma to semicolonflynn.park2018-02-231-2/+2
| | * Fix typings for missing semicolonflynn.park2018-02-231-4/+4
| * | Fix issue #847Rémi Tétreault2018-04-214-8/+51