summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * patch release for strict mode2.5.2dotnetCarpenter2017-04-111-1/+12
| |
| * clean up and added changes to CHANGELOGdotnetCarpenter2017-04-111-5/+10
| |
| * fixed bbox not declared in SVG.Box.transformdotnetCarpenter2017-04-111-0/+2
| |
| * Updated CHANGELOGwout2017-04-071-1/+2
| |
| * clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-291-1/+8
| | | | | | | | make test work in svg documents
| * fixed `SVG.PathArray.parse` that did not correctly parsed flat arraysUlrich-Matthias Schäfer2017-03-241-0/+7
| |
* | removed `loaded()` and `error()`/`changed load()`Ulrich-Matthias Schäfer2017-03-191-0/+2
| | | | | | | | | | | | SVG.Image is now constructed with: - container.image(src, callback) - new SVG.Image().load(src, callback)
* | update changelogUlrich-Matthias Schäfer2017-03-171-3/+2
| |
* | removing SVG.Set completelyUlrich-Matthias Schäfer2017-03-161-2/+1
| |
* | update changelog according to last commitUlrich-Matthias Schäfer2017-03-161-0/+1
| |
* | remove feature to set style with css stringUlrich-Matthias Schäfer2017-03-161-0/+1
| |
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-03-161-2/+2
|\| | | | | | | | | | | | | Conflicts (all resolved): dist/svg.js dist/svg.min.js spec/spec/boxes.js
| * update link to travis-cidotnetCarpenter2017-03-141-1/+1
| |
| * point release 2.5.0 to our tagged releasedotnetCarpenter2017-03-141-1/+1
| |
* | Making initial changes for svg.js v3.0Ulrich-Matthias Schäfer2017-03-101-4/+14
|/ | | | | | | | | | | | - removed `SVG.Array.split()` function (#604) - removed workaround for browser bug with stroke-width (#560) - removed polyfills - removed `ungroup()` in favour of `flatten()` - gradients now have their corresponding nodename as type and not only radial/linear (#606) - `SVG.Path.pointAt()` correctly returns an `SVG.Point` now (#607) - replaced static reference to `masker` in `SVG.Mask` with the `masker()` method - replaced static reference to `clipper` in `SVG.ClipPath` with the `clipper()` method - replaced static reference to `targets` in `SVG.Mask` and `SVG.ClipPath` with the `targets()` method (all three #563)
* updated changelogUlrich-Matthias Schäfer2017-03-091-0/+1
|
* update changelogUlrich-Matthias Schäfer2017-03-091-0/+2
|
* Fix offset produced by svg parser (#553)Ulrich-Matthias Schäfer2017-03-081-0/+1
|
* update changelogUlrich-Matthias Schäfer2017-03-081-0/+1
|
* update changelogUlrich-Matthias Schäfer2017-03-081-0/+1
|
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-081-7/+9
| | | | | | | | added SVG.Box, added transform method to boxes, fix rbox Also: - workaround for screenCTM with nested svg (FF bug) - remove unneeded workaround in toParent() - rbox accepts additional parameter to transform the box
* fixes SVG.PointArray.size() which created NaN when the bbox of the point ↵Ulrich-Matthias Schäfer2017-03-081-0/+1
| | | | | | | | array had zero height/width (#625) fixes SVG.PointArray.size() which created NaN when the bbox of the point array had zero height/width * update changelog
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-061-4/+5
|
* added `font()` method to `SVG.Tspan` (#599)Ulrich-Matthias Schäfer2017-03-051-1/+2
|
* `dx()/dy()` now accepts percentage values, too (#524)Ulrich-Matthias Schäfer2017-03-051-0/+1
| | | | but only if the value on the element is already percentage
* fixed error in event which did not clean up `SVG.handlerMap` properly (#518)Ulrich-Matthias Schäfer2017-03-051-0/+1
|
* update changelogUlrich-Matthias Schäfer2017-02-281-0/+2
|
* update changelogUlrich-Matthias Schäfer2017-02-251-0/+2
|
* slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)dotnetCarpenter2017-02-241-3/+1
|
* remove SVG.TBoxdotnetCarpenter2017-02-231-0/+3
|
* Added clone method to SVG.Array/PointArray/PathArray (#590)Ulrich-Matthias Schäfer2017-02-201-8/+9
|
* update changelogUlrich-Matthias Schäfer2017-02-191-0/+12
|
* Updated CHANGELOGwout2017-02-051-3/+8
|
* Fixed sentenceJon Ege Ronnenberg2017-02-051-1/+1
| | | From "change from SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__" to "change SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__"
* added PR reference numberdotnetCarpenter2017-02-051-1/+1
|
* began notes for the 2.4.1 releasedotnetCarpenter2017-02-051-2/+6
|
* Format change log according to “Keep a CHANGELOG” guidelines (#578)Zearin2017-02-051-102/+336
| | | | | | | | | | | | * Switch dates to YYYY-MM-DD * Updating headings; add document title & desc * Add subheadings and group changes accordingly * Linkify release numbers in each heading * Mark unreleased version
* note to self for the 3.0 releasedotnetCarpenter2017-01-141-0/+1
|
* wrapping up for 2.4.0 releasedotnetCarpenter2017-01-141-1/+3
|
* update documentation to reflect our new basic path animation support - ↵dotnetCarpenter2017-01-141-0/+1
| | | | closing #561
* Wrapping up for 2.3.7 releasedotnetCarpenter2017-01-141-1/+1
|
* updated changelog for 2.3.7dotnetCarpenter2016-11-131-2/+2
|
* added `npm run test:quick` which aim at being fast rather than correct - ↵dotnetCarpenter2016-11-131-1/+2
| | | | great for git hooks
* updated changelog for 2.3.7dotnetCarpenter2016-11-131-0/+2
|
* update changelog with PR #549dotnetCarpenter2016-11-121-0/+1
|
* changelogUlrich-Matthias Schäfer2016-11-041-0/+1
|
* changelog, run gulp cause of #504Ulrich-Matthias Schäfer2016-11-031-1/+3
|
* changelogUlrich-Matthias Schäfer2016-11-011-1/+2
|
* update README links to point to the new project homedotnetCarpenter2016-10-251-0/+3
|
* fix spellingdotnetCarpenter2016-10-231-1/+1
|