Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CustomEvent-polyfill was not used (needed in IE) (#938)2.7.1 | Ulrich-Matthias Schäfer | 2018-11-30 | 1 | -0/+6 |
| | |||||
* | Round up everything for the last 2.x release2.7.0 | Ulrich-Matthias Schäfer | 2018-11-13 | 1 | -0/+14 |
| | | | | | | | | | | | | ### Fixed - fixed calling `parent()` on `documentFragment`s children (#927) - parser is not focusable anymore (#908) - `SVG.Element.click(null)` correctly unbinds the event (#878) - fix memory leak (#905) ### Added - `SVG.Set` now accepts another Set as input (#893) - `on()/off()` accepts multiple event names as input (backport from 3.0) | ||||
* | bump 2.6.6 | Ulrich-Matthias Schäfer | 2018-08-30 | 1 | -0/+7 |
| | |||||
* | bump 2.6.52.6.5 | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -1/+2 |
| | |||||
* | fixed `SVG.Text.y()` which didnt work correctly with `SVG.Number` (#778) | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | fixed issues in SVG.Doc and SVG.Mask when cloning(#782) | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+2 |
| | |||||
* | fixed `element.parent()` which sometimes failed when used on detached ↵ | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -3/+4 |
| | | | | documents (#759) | ||||
* | fixes and addition in SVG.PointArray (#805) | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+4 |
| | | | | | - fixed SVG.PointArray having a reference to outside array in some cases - added possibility to pass an array of point objects to SVG.PointArray | ||||
* | fixed `reference()` which failed when trying to use a reference which does ↵ | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+1 |
| | | | | not exist in the attribuets (#840) | ||||
* | Changelog for b0ca749 | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+1 |
| | |||||
* | changelog for last commit | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+7 |
| | |||||
* | bump 2.6.42.6.4 | Ulrich-Matthias Schäfer | 2018-02-07 | 1 | -0/+6 |
| | |||||
* | bump 2.6.32.6.3 | Ulrich-Matthias Schäfer | 2017-07-21 | 1 | -0/+6 |
| | |||||
* | bump 2.6.22.6.2 | Ulrich-Matthias Schäfer | 2017-06-05 | 1 | -3/+2 |
| | |||||
* | changelog, gitignore | Ulrich-Matthias Schäfer | 2017-06-04 | 1 | -0/+1 |
| | |||||
* | Update CHANGELOG and rebuild the lib | Rémi Tétreault | 2017-05-27 | 1 | -0/+1 |
| | |||||
* | Fixed links to releases | Jon Ege Ronnenberg | 2017-05-27 | 1 | -11/+14 |
| | |||||
* | fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll ↵ | Rémi Tétreault | 2017-05-14 | 1 | -0/+1 |
| | | | | callback call animate (#677) | ||||
* | revert the previous commit | Rémi Tétreault | 2017-05-02 | 1 | -1/+1 |
| | | | | remove the typeof check in the initialisation of SVG.Matrix | ||||
* | allow SVG.Matrix to be passed SVG.Number | Rémi Tétreault | 2017-05-01 | 1 | -0/+1 |
| | |||||
* | fixed `SVG.FX.once` so that it add its callback on the last situation ↵ | Rémi Tétreault | 2017-04-30 | 1 | -1/+2 |
| | | | | instead of the current one | ||||
* | updated jasmine to 2.6.0 and added @RmiTtro as maintainer | dotnetCarpenter | 2017-04-26 | 1 | -0/+11 |
| | |||||
* | fixed a bug in path parser which made it stop parsing when hitting z command ↵ | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -0/+5 |
| | | | | (#665) | ||||
* | added `options` to `on()`, back to sloppy mode2.6.0 | Ulrich-Matthias Schäfer | 2017-04-21 | 1 | -0/+10 |
| | | | | | - added `options` object to `SVG.on()` and `el.on()` (#661) - back to sloppy mode because of problems with plugins (#660) | ||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-04-17 | 1 | -5/+2 |
| | |||||
* | update readme | Ulrich-Matthias Schäfer | 2017-04-17 | 1 | -0/+3 |
| | |||||
* | update changelog | dotnetCarpenter | 2017-04-14 | 1 | -0/+3 |
| | |||||
* | fixed link style to tags and update about component.json | dotnetCarpenter | 2017-04-11 | 1 | -3/+8 |
| | |||||
* | patch release for strict mode2.5.2 | dotnetCarpenter | 2017-04-11 | 1 | -1/+12 |
| | |||||
* | clean up and added changes to CHANGELOG | dotnetCarpenter | 2017-04-11 | 1 | -5/+10 |
| | |||||
* | fixed bbox not declared in SVG.Box.transform | dotnetCarpenter | 2017-04-11 | 1 | -0/+2 |
| | |||||
* | Updated CHANGELOG | wout | 2017-04-07 | 1 | -1/+2 |
| | |||||
* | clear does not remove parser anymore | Ulrich-Matthias Schäfer | 2017-03-29 | 1 | -1/+8 |
| | | | | make test work in svg documents | ||||
* | fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays | Ulrich-Matthias Schäfer | 2017-03-24 | 1 | -0/+7 |
| | |||||
* | update link to travis-ci | dotnetCarpenter | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | point release 2.5.0 to our tagged release | dotnetCarpenter | 2017-03-14 | 1 | -1/+1 |
| | |||||
* | updated changelog | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -0/+1 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | Fix offset produced by svg parser (#553) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -0/+1 |
| | |||||
* | added SVG.Box, added transform method to boxes, fix rbox (#626) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -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äfer | 2017-03-08 | 1 | -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 passed | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -4/+5 |
| | |||||
* | added `font()` method to `SVG.Tspan` (#599) | Ulrich-Matthias Schäfer | 2017-03-05 | 1 | -1/+2 |
| | |||||
* | `dx()/dy()` now accepts percentage values, too (#524) | Ulrich-Matthias Schäfer | 2017-03-05 | 1 | -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äfer | 2017-03-05 | 1 | -0/+1 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -0/+2 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-02-25 | 1 | -0/+2 |
| | |||||
* | slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work) | dotnetCarpenter | 2017-02-24 | 1 | -3/+1 |
| |