Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2017-04-22 | 1 | -3/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts - all resolved: # dist/svg.js # dist/svg.min.js # package.json # spec/SpecRunner.html # spec/spec/boxes.js # spec/spec/element.js # spec/spec/image.js # spec/spec/svg.js # src/boxes.js # src/flatten.js # src/image.js # src/polyfill.js # src/style.js # src/svg.js | ||||
| * | added `options` to `on()`, back to sloppy mode2.6.0 | Ulrich-Matthias Schäfer | 2017-04-21 | 1 | -1/+1 |
| | | | | | | | | | | - added `options` object to `SVG.on()` and `el.on()` (#661) - back to sloppy mode because of problems with plugins (#660) | ||||
| * | bump 2.5.32.5.3 | Ulrich-Matthias Schäfer | 2017-04-17 | 1 | -1/+1 |
| | | |||||
| * | patch release for strict mode2.5.2 | dotnetCarpenter | 2017-04-11 | 1 | -1/+1 |
| | | |||||
| * | change my email from gmail to svgjs.com | dotnetCarpenter | 2017-03-31 | 1 | -1/+1 |
| | | |||||
| * | bump 2.5.12.5.1 | Ulrich-Matthias Schäfer | 2017-03-27 | 1 | -1/+1 |
| | | |||||
| * | onclick events are now bound with SVG.on, prefixed globals, relax tests to ↵ | Ulrich-Matthias Schäfer | 2017-03-21 | 1 | -1/+2 |
| | | | | | | | | work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available | ||||
* | | added linter which can be run with `npm run lint` | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -2/+14 |
|/ | |||||
* | 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) | ||||
* | version 2.4.0 - new feature: path animation2.4.0 | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -2/+1 |
| | |||||
* | Updated docs | wout | 2017-01-14 | 1 | -5/+5 |
| | |||||
* | speedup build for tests | dotnetCarpenter | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | added `npm run test:quick` which aim at being fast rather than correct - ↵ | dotnetCarpenter | 2016-11-13 | 1 | -0/+2 |
| | | | | great for git hooks | ||||
* | added code coverage | dotnetCarpenter | 2016-11-13 | 1 | -2/+4 |
| | |||||
* | update links in package to the new project home | dotnetCarpenter | 2016-10-25 | 1 | -3/+4 |
| | |||||
* | Changed author email | wout | 2016-10-23 | 1 | -2/+2 |
| | |||||
* | bump 2.3.62.3.6 | dotnetCarpenter | 2016-10-21 | 1 | -3/+7 |
| | |||||
* | bump 2.3.52.3.5 | Ulrich-Matthias Schäfer | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | reinstate version number - changed it by mistake | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'unittest' of https://github.com/dotnetCarpenter/svg.js into ↵ | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 |
|\ | | | | | | | unittest | ||||
| * | 3.0.0-0 | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | use 'npm version' instead of setting versions manually | dotnetCarpenter | 2016-10-12 | 1 | -1/+2 |
|/ | |||||
* | switch back to firefox for testing | dotnetCarpenter | 2016-10-08 | 1 | -2/+0 |
| | |||||
* | halt dev of chrome base solution | dotnetCarpenter | 2016-10-08 | 1 | -1/+2 |
| | |||||
* | Many of the failing tests are rounding errors. Different browsers delivered ↵ | dotnetCarpenter | 2016-10-05 | 1 | -0/+1 |
| | | | | different results. Thats why we took chrome as base. | ||||
* | cli unit test setup done | dotnetCarpenter | 2016-10-04 | 1 | -2/+0 |
| | |||||
* | trying out karma-fixture | dotnetCarpenter | 2016-10-04 | 1 | -0/+2 |
| | |||||
* | using the dist version of svg.js for testing because the code is not meant ↵ | dotnetCarpenter | 2016-10-04 | 1 | -54/+0 |
| | | | | to be executed individually (syntax errors) | ||||
* | try to run test with individual files instead of the concated version so it ↵ | dotnetCarpenter | 2016-10-04 | 1 | -1/+56 |
| | | | | is easier to track down the source file | ||||
* | fixed gulp clean task not returning a Promise | dotnetCarpenter | 2016-10-04 | 1 | -2/+1 |
| | |||||
* | update dependencies | dotnetCarpenter | 2016-10-04 | 1 | -6/+14 |
| | |||||
* | Version bump | wout | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | added svg.js.d.ts | rdfriedl | 2016-03-31 | 1 | -0/+1 |
| | |||||
* | bump 2.3.02.3.0 | Ulrich-Matthias Schäfer | 2016-03-30 | 1 | -1/+1 |
| | |||||
* | Email address fix | wout | 2016-03-28 | 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 |
| | |||||
* | UMD-Wrappper with possibility to add custom window object (#352) | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -2/+1 |
| | |||||
* | fixes pattern animation (#385) | Ulrich-Matthias Schäfer | 2015-10-10 | 1 | -0/+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 |
| |