Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove SVG.TBox | dotnetCarpenter | 2017-02-23 | 13 | -155/+38 | |
* | Added gradient tests | wout | 2017-02-22 | 2 | -2/+60 | |
* | Allow 0 to be passed without unit | Rémi Tétreault | 2017-02-22 | 5 | -12/+117 | |
* | Added paths to bench | wout | 2017-02-21 | 2 | -1/+22 | |
* | Updated bench | wout | 2017-02-21 | 4 | -13/+13 | |
* | Added clone method to SVG.Array/PointArray/PathArray (#590) | Ulrich-Matthias Schäfer | 2017-02-20 | 8 | -28/+104 | |
* | update changelog | Ulrich-Matthias Schäfer | 2017-02-19 | 1 | -0/+12 | |
* | Merge pull request #589 from RmiTtro/sort-leftovers-from-old-fx | Ulrich-Matthias Schäfer | 2017-02-19 | 17 | -228/+715 | |
|\ | ||||||
| * | Make some change to the previous commit | Rémi Tétreault | 2017-02-17 | 11 | -33/+33 | |
| * | Sort out leftovers from the old fx module | Rémi Tétreault | 2017-02-16 | 17 | -228/+715 | |
|/ | ||||||
* | Documentup config no longer required | Wout | 2017-02-15 | 1 | -7/+0 | |
* | Updated CHANGELOG | wout | 2017-02-05 | 1 | -3/+8 | |
* | Fixed sentence | Jon Ege Ronnenberg | 2017-02-05 | 1 | -1/+1 | |
* | added PR reference number | dotnetCarpenter | 2017-02-05 | 1 | -1/+1 | |
* | began notes for the 2.4.1 release | dotnetCarpenter | 2017-02-05 | 1 | -2/+6 | |
* | added newline for readability | dotnetCarpenter | 2017-02-05 | 1 | -0/+1 | |
* | Merge branch 'master' of https://github.com/svgdotjs/svg.js | dotnetCarpenter | 2017-02-05 | 15 | -4393/+558 | |
|\ | ||||||
| * | Format change log according to “Keep a CHANGELOG” guidelines (#578) | Zearin | 2017-02-05 | 1 | -102/+336 | |
| * | Typo in typings | wout | 2017-01-18 | 1 | -1/+1 | |
| * | Documentup | Wout | 2017-01-15 | 1 | -1/+1 | |
| * | Documentup fix | Wout | 2017-01-15 | 1 | -2/+2 | |
| * | Changed documentup twitter account | wout | 2017-01-15 | 1 | -1/+1 | |
| * | Updated LICENSE | wout | 2017-01-14 | 1 | -2/+2 | |
| * | note to self for the 3.0 release | dotnetCarpenter | 2017-01-14 | 1 | -0/+1 | |
| * | version 2.4.0 - new feature: path animation2.4.0 | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 | |
| * | wrapping up for 2.4.0 release | dotnetCarpenter | 2017-01-14 | 2 | -2/+4 | |
| * | update documentation to reflect our new basic path animation support - closin... | dotnetCarpenter | 2017-01-14 | 1 | -0/+1 | |
| * | Make some fixes in SVG.PathArray | Rémi Tétreault | 2017-01-14 | 4 | -25/+30 | |
| * | Implement a more basic morph method for SVG.PathArray | Rémi Tétreault | 2017-01-14 | 9 | -1605/+96 | |
| * | Implement the morph method of SVG.PathArray | Rémi Tétreault | 2017-01-14 | 9 | -22/+1745 | |
| * | version 2.3.7 - maintenance release2.3.7 | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 | |
| * | Wrapping up for 2.3.7 release | dotnetCarpenter | 2017-01-14 | 10 | -38/+17 | |
| * | Restored original README | Wout | 2017-01-14 | 1 | -2/+24 | |
| * | Adding documentup referrer | Wout | 2017-01-14 | 1 | -24/+2 | |
| * | added missing constructor definitions | rdfriedl | 2017-01-14 | 1 | -22/+63 | |
| * | improved typings | rdfriedl | 2017-01-14 | 1 | -88/+107 | |
| * | fix(typing): Export for umd module | Daniel Gräber | 2017-01-14 | 1 | -6/+6 | |
| * | add CDNJS version badge in README.md (#566) | Daniel Wang | 2017-01-14 | 1 | -0/+1 | |
| * | Updated README | wout | 2017-01-14 | 2 | -5/+17 | |
| * | Updated docs | wout | 2017-01-14 | 3 | -4124/+10 | |
* | | update documentation to reflect our new basic path animation support - closin... | dotnetCarpenter | 2016-12-25 | 2 | -3/+14 | |
* | | Make some fixes in SVG.PathArray | Rémi Tétreault | 2016-12-23 | 4 | -25/+30 | |
* | | Implement a more basic morph method for SVG.PathArray | Rémi Tétreault | 2016-12-20 | 9 | -1605/+96 | |
* | | Implement the morph method of SVG.PathArray | Rémi Tétreault | 2016-12-20 | 9 | -22/+1745 | |
|/ | ||||||
* | accidently removed dist/svg.min.js from repo | dotnetCarpenter | 2016-11-13 | 2 | -1/+3 | |
* | updated changelog for 2.3.7 | dotnetCarpenter | 2016-11-13 | 1 | -2/+2 | |
* | speedup build for tests | dotnetCarpenter | 2016-11-13 | 4 | -4/+3 | |
* | added `npm run test:quick` which aim at being fast rather than correct - grea... | dotnetCarpenter | 2016-11-13 | 4 | -2/+86 | |
* | updated changelog for 2.3.7 | dotnetCarpenter | 2016-11-13 | 1 | -0/+2 | |
* | added code coverage | dotnetCarpenter | 2016-11-13 | 7 | -8/+27 |