summaryrefslogtreecommitdiffstats
path: root/component.json
Commit message (Collapse)AuthorAgeFilesLines
* remove component.json as the project it facilitate is abandon - close #652dotnetCarpenter2017-04-111-11/+0
|
* update component to 2.5.2 toodotnetCarpenter2017-04-111-2/+2
|
* bump 2.5.12.5.1Ulrich-Matthias Schäfer2017-03-271-1/+1
|
* Release 2.5.02.5.0Ulrich-Matthias Schäfer2017-03-101-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 releasedotnetCarpenter2017-01-141-1/+1
|
* Wrapping up for 2.3.7 releasedotnetCarpenter2017-01-141-1/+1
|
* Updated READMEwout2017-01-141-2/+2
|
* bump 2.3.62.3.6dotnetCarpenter2016-10-211-1/+1
|
* bump 2.3.52.3.5Ulrich-Matthias Schäfer2016-10-131-1/+1
|
* Version bumpwout2016-08-041-2/+2
|
* fixed #514 and #5162.3.3Ulrich-Matthias Schäfer2016-08-021-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.2Ulrich-Matthias Schäfer2016-06-211-1/+1
|
* bump 2.3.12.3.1Ulrich-Matthias Schäfer2016-05-051-1/+1
|
* bump 2.3.02.3.0Ulrich-Matthias Schäfer2016-03-301-1/+1
|
* bump 2.2.52.2.5Ulrich-Matthias Schäfer2015-12-291-1/+1
|
* bump 2.2.42.2.4Ulrich-Matthias Schäfer2015-12-121-1/+1
|
* bump 2.2.32.2.3Ulrich-Matthias Schäfer2015-11-301-1/+1
|
* bump 2.2.22.2.2Ulrich-Matthias Schäfer2015-11-281-1/+1
|
* bump 2.2.1Ulrich-Matthias Schäfer2015-11-181-1/+1
|
* Bump to 2.2.02.2.0Ulrich-Matthias Schäfer2015-11-061-1/+1
|
* Updated Versions in package, bower and component.jsonUlrich-Matthias Schäfer2015-10-051-1/+1
|
* bump 2.1.02.1.0Ulrich-Matthias Schäfer2015-09-201-1/+1
|
* Bump 2.0.52.0.5Ulrich-Matthias Schäfer2015-07-051-1/+1
|
* Bump 2.0.42.0.4Ulrich-Matthias Schäfer2015-06-281-1/+1
|
* Bump 2.0.32.0.3Ulrich-Matthias Schäfer2015-06-271-1/+1
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* bump to 2.0.02.0.0Ulrich-Matthias Schäfer2015-06-111-1/+1
|
* Bumped to 2.0.0-rc.1wout2014-09-051-1/+1
|
* Removed all structural referenceswout2014-06-211-1/+1
|
* Fixed version mismatchwout2014-06-191-1/+1
|
* Updated READMEwout2014-06-181-1/+1
|
* Added marker, symbol and dynamic referencingwout2014-06-171-1/+1
|
* Bumped to version 1.0.0-rc.81.0.0-rc.8wout2014-06-121-1/+1
|
* Bumped to version 1.0.0-rc.7wout2014-06-111-1/+1
| | | | Look at change log for full overview of changes.
* Bumped to 1.0.0-rc.6wout2014-03-041-1/+1
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-1/+1
| | | | to 1.0.0-rc.5
* Added loader on SVG.Image and included svg.pattern.js to the corewout2014-02-051-1/+1
|
* Updated JSONwout2014-02-041-1/+1
|
* Updated JSONwout2014-02-041-1/+1
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-1/+1
|
* Added index() method to SVG.Parent and SVG.Setwout2014-02-011-1/+1
|
* Updated version format in JSONwout2014-02-011-1/+1
|
* Updated JSONwout2014-01-311-1/+1
|
* Added get to SVG.Set, bumped to v0.37wout2014-01-261-1/+1
|
* Updated README and version referenceswout2014-01-251-1/+1
|
* Add component.json0.36wout2014-01-241-0/+11