Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove component.json as the project it facilitate is abandon - close #652 | dotnetCarpenter | 2017-04-11 | 1 | -11/+0 |
| | |||||
* | update component to 2.5.2 too | dotnetCarpenter | 2017-04-11 | 1 | -2/+2 |
| | |||||
* | bump 2.5.12.5.1 | Ulrich-Matthias Schäfer | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | Release 2.5.02.5.0 | Ulrich-Matthias Schäfer | 2017-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### Added - added a plot and array method to `SVG.TextPath` (#582) - added `clone()` method to `SVG.Array/PointArray/PathArray` (#590) - added `font()` method to `SVG.Tspan` - added `SVG.Box()` - added `transform()` method to boxes - added `event()` to `SVG.Element` to retrieve the event that was fired last on the element (#550) ### Changed - changed CHANGELOG to follow the conventions described in [“Keep a CHANGELOG”](http://keepachangelog.com) (#578) - make the method plot a getter when no parameter is passed for `SVG.Polyline`,`SVG.Polygon`, `SVG.Line`, `SVG.Path` (related #547) - allow `SVG.PointArray` to be passed flat array - change the regexp `SVG.PointArray` use to parse string to allow more flexibility in the way spaces and commas can be used - allow `plot` to be called with 4 parameters when animating an `SVG.Line` - relative value for `SVG.Number` are now calculated in its `morph` method (related #547) - clean up the implementation of the `initAnimation` method of the FX module (#547, #552, #584) - deprecated `.tbox()`. `.tbox()` now map to `.rbox()`. If you are using `.tbox()`, you can substitute it with `.rbox()` (#594, #602) - all boxes now accept 4 values or an object on creation - `el.rbox()` now always returns the right boxes in screen coordinates and has an additional paramater to transform the box into other coordinate systems - `font()` method can now be used like `attr()` method (#620) - events are now cancelable by default (#550) ### Fixed - fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module - fixed bug which produces an error when removing an event from a node which was formerly removed with a global `off()` (#518) - fixed a bug in `size()` for poly elements when their height/width is zero (#505) - viewbox now also accepts strings and arrays as constructor arguments - `SVG.Array` now accepts a comma seperated string and returns array of numbers instead of strings - `SVG.Matrix` now accepts an array as input - `SVG.Element.matrix()` now accepts also 6 values - `dx()/dy()` now accepts percentage values, too but only if the value on the element is already percentage - `flip()` now flips on both axis when no parameter is passed - fixed bug with `documentElement.contains()` in IE - fixed offset produced by svg parser (#553) - fixed a bug with clone which didnt copy over dom data (#621) | ||||
* | wrapping up for 2.4.0 release | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Wrapping up for 2.3.7 release | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | Updated README | wout | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | bump 2.3.62.3.6 | dotnetCarpenter | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | bump 2.3.52.3.5 | Ulrich-Matthias Schäfer | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | Version bump | wout | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | fixed #514 and #5162.3.3 | Ulrich-Matthias Schäfer | 2016-08-02 | 1 | -1/+1 |
| | | | | | - removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()` - make element visible when call bbox on a clone | ||||
* | bump 2.3.22.3.2 | Ulrich-Matthias Schäfer | 2016-06-21 | 1 | -1/+1 |
| | |||||
* | bump 2.3.12.3.1 | Ulrich-Matthias Schäfer | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | bump 2.3.02.3.0 | Ulrich-Matthias Schäfer | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | bump 2.2.52.2.5 | Ulrich-Matthias Schäfer | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | bump 2.2.42.2.4 | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | bump 2.2.32.2.3 | Ulrich-Matthias Schäfer | 2015-11-30 | 1 | -1/+1 |
| | |||||
* | bump 2.2.22.2.2 | Ulrich-Matthias Schäfer | 2015-11-28 | 1 | -1/+1 |
| | |||||
* | bump 2.2.1 | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -1/+1 |
| | |||||
* | Bump to 2.2.02.2.0 | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Updated Versions in package, bower and component.json | Ulrich-Matthias Schäfer | 2015-10-05 | 1 | -1/+1 |
| | |||||
* | bump 2.1.02.1.0 | Ulrich-Matthias Schäfer | 2015-09-20 | 1 | -1/+1 |
| | |||||
* | Bump 2.0.52.0.5 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -1/+1 |
| | |||||
* | Bump 2.0.42.0.4 | Ulrich-Matthias Schäfer | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | Bump 2.0.32.0.3 | Ulrich-Matthias Schäfer | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | bump to 2.0.02.0.0 | Ulrich-Matthias Schäfer | 2015-06-11 | 1 | -1/+1 |
| | |||||
* | Bumped to 2.0.0-rc.1 | wout | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | Removed all structural references | wout | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | Fixed version mismatch | wout | 2014-06-19 | 1 | -1/+1 |
| | |||||
* | Updated README | wout | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Bumped to version 1.0.0-rc.81.0.0-rc.8 | wout | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -1/+1 |
| | | | | Look at change log for full overview of changes. | ||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 1 | -1/+1 |
| | | | | to 1.0.0-rc.5 | ||||
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Updated JSON | wout | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Updated JSON | wout | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -1/+1 |
| | |||||
* | Added index() method to SVG.Parent and SVG.Set | wout | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Updated version format in JSON | wout | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Updated JSON | wout | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Added get to SVG.Set, bumped to v0.37 | wout | 2014-01-26 | 1 | -1/+1 |
| | |||||
* | Updated README and version references | wout | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Add component.json0.36 | wout | 2014-01-24 | 1 | -0/+11 |