summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some tests involving transforms and elementsSaivan2018-03-021-2/+5
|\
| * update changelogUlrich-Matthias Schäfer2018-03-011-0/+3
| |
| * updated changelogUlrich-Matthias Schäfer2018-02-271-1/+2
| |
* | Implemented new transformationsSaivan2018-03-021-0/+5
|/ | | | | | This commit implements the new transformation model, but it also needs to modify a few tests to fit the new format. This is still a work in progress.
* improved SVG.on and el.on (#727)Ulrich-Matthias Schäfer2017-07-281-0/+2
| | | | | - `SVG.on()` calls the listener in the context of the passed object. el.on always uses the svg.js object as context - `SVG.on()` and `el.on()` now accepts multiple comma or space seperated events e.g. "mousedown, foo bar" (#727)
* The dom is checked for an svgjs:data attribute which is imported when ↵Ulrich-Matthias Schäfer2017-07-281-0/+1
| | | | creating an element
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-0/+1
|
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-0/+7
| | | | | | | | | | - added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - moved `defs()` method from `SVG.Parent` to `SVG.Element` - `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646) - `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()` - `SVG.Nested` is not `overflow:visible` by default - all `SVG.*` objects now can have a node as parameter when constructing - `SVG()` does not set a default size anymore
* use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`Ulrich-Matthias Schäfer2017-07-101-0/+2
|
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-071-0/+1
|
* renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)Ulrich-Matthias Schäfer2017-07-071-2/+3
|
* reworked textPath (see #705)Ulrich-Matthias Schäfer2017-07-071-0/+5
|
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-07-061-12/+35
|\ | | | | | | | | | | | | | | Conflicts (All resolved): dist/svg.js dist/svg.min.js package.json src/doc.js
| * bump 2.6.22.6.2Ulrich-Matthias Schäfer2017-06-051-3/+2
| |
| * changelog, gitignoreUlrich-Matthias Schäfer2017-06-041-0/+1
| |
| * Update CHANGELOG and rebuild the libRémi Tétreault2017-05-271-0/+1
| |
| * Fixed links to releasesJon Ege Ronnenberg2017-05-271-11/+14
| |
| * fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll ↵Rémi Tétreault2017-05-141-0/+1
| | | | | | | | callback call animate (#677)
| * revert the previous commitRémi Tétreault2017-05-021-1/+1
| | | | | | | | remove the typeof check in the initialisation of SVG.Matrix
| * allow SVG.Matrix to be passed SVG.NumberRémi Tétreault2017-05-011-0/+1
| |
| * fixed `SVG.FX.once` so that it add its callback on the last situation ↵Rémi Tétreault2017-04-301-1/+2
| | | | | | | | instead of the current one
| * updated jasmine to 2.6.0 and added @RmiTtro as maintainerdotnetCarpenter2017-04-261-0/+11
| |
| * fixed a bug in path parser which made it stop parsing when hitting z command ↵Ulrich-Matthias Schäfer2017-04-251-0/+5
| | | | | | | | (#665)
* | `SVG.extend` now expects exactly one module or an array of modulesUlrich-Matthias Schäfer2017-04-251-0/+1
| | | | | | | | | | | | Conflicts: dist/svg.js dist/svg.min.js
* | fixed a bug in path parser which made it stop parsing when hitting z command ↵Ulrich-Matthias Schäfer2017-04-251-0/+5
| | | | | | | | | | | | | | | | | | | | (#665) Conflicts: bench/runner.html dist/svg.js dist/svg.min.js package.json
* | ids are not generated upon creation anymoreUlrich-Matthias Schäfer2017-04-231-0/+1
| | | | | | | | Instead they are generated when requested (#559)
* | changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-221-0/+2
| | | | | | | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-04-221-1/+52
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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.0Ulrich-Matthias Schäfer2017-04-211-0/+10
| | | | | | | | | | - added `options` object to `SVG.on()` and `el.on()` (#661) - back to sloppy mode because of problems with plugins (#660)
| * update changelogUlrich-Matthias Schäfer2017-04-171-5/+2
| |
| * update readmeUlrich-Matthias Schäfer2017-04-171-0/+3
| |
| * update changelogdotnetCarpenter2017-04-141-0/+3
| |
| * fixed link style to tags and update about component.jsondotnetCarpenter2017-04-111-3/+8
| |
| * 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
|