2017-07-25 |
Ulrich-Matthias... | fix bug where defs returns nothing |
commit | commitdiff | tree | snapshot |
2017-07-25 |
Ulrich-Matthias... | add new default constructor (#714) |
commit | commitdiff | tree | snapshot |
2017-07-25 |
Ulrich-Matthias... | Lots of breaking changes. Read below! (#646, #716) |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Ulrich-Matthias... | use `children` instead of `childNodes` (#710), renamed... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ulrich-Matthias... | renamed `fill()` method on `SVG.Gradient` and `SVG... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ulrich-Matthias... | renamed `SVG.Stop` constructor `at()` on `SVG.Gradient... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ulrich-Matthias... | reworked textPath (see #705) |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Ulrich-Matthias... | Merge branch 'master' into 3.0.0 |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Ulrich-Matthias... | fix array values which were not animated (#698) |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Ulrich-Matthias... | Merge pull request #686 from maltefl/typescript_fixes |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Malte Fastrup... | Syntax fixes in TypeScript declaration file 686/head |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Malte Fastrup... | Removed unused parameter spof of function spof() |
commit | commitdiff | tree | snapshot |
2017-06-05 |
Ulrich-Matthias... | bump 2.6.2 2.6.2 |
commit | commitdiff | tree | snapshot |
2017-06-04 |
Ulrich-Matthias... | changelog, gitignore |
commit | commitdiff | tree | snapshot |
2017-05-27 |
Rémi Tétreault | Update CHANGELOG and rebuild the lib |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Jon Ege Ronnenberg | Fixed links to releases |
commit | commitdiff | tree | snapshot |
2017-05-26 |
Rémi Tétreault | Merge pull request #676 from jcorentin/fix-height-width... |
commit | commitdiff | tree | snapshot |
2017-05-20 |
Youngrok Kim | Add missing type definitions to svg.js.d.ts (#680) |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Rémi Tétreault | fixed `SVG.FX.step` so that the animation doesn't stop... |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Corentin J | Add unit tests for width & height animation 676/head |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Corentin J | Add animatable width & height |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Rémi Tétreault | revert the previous commit |
commit | commitdiff | tree | snapshot |
2017-05-02 |
Rémi Tétreault | allow SVG.Matrix to be passed SVG.Number |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Ulrich-Matthias... | Adds the intended functionality to call animate functio... |
commit | commitdiff | tree | snapshot |
2017-04-30 |
Rémi Tétreault | fixed `SVG.FX.once` so that it add its callback on... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
dotnetCarpenter | format fixture svg and remove redundant css (use fixtur... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
dotnetCarpenter | move fixtures to the fixtures folder |
commit | commitdiff | tree | snapshot |
2017-04-26 |
dotnetCarpenter | updated jasmine to 2.6.0 and added @RmiTtro as maintainer |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Ulrich-Matthias... | fix testcases |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Ulrich-Matthias... | `SVG.extend` now expects exactly one module or an array... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Ulrich-Matthias... | fixed a bug in path parser which made it stop parsing... |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Ulrich-Matthias... | load correct benchmarks again 2.6.1 |
commit | commitdiff | tree | snapshot |
2017-04-25 |
Ulrich-Matthias... | fixed a bug in path parser which made it stop parsing... |
commit | commitdiff | tree | snapshot |
2017-04-23 |
Ulrich-Matthias... | ids are not generated upon creation anymore |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ulrich-Matthias... | changed `style()` to `css()` |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ulrich-Matthias... | rename style to css |
commit | commitdiff | tree | snapshot |
2017-04-22 |
Ulrich-Matthias... | Merge branch 'master' into 3.0.0 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Ulrich-Matthias... | added `options` to `on()`, back to sloppy mode 2.6.0 |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Ulrich-Matthias... | Merge pull request #661 from svgdotjs/feature-options... |
commit | commitdiff | tree | snapshot |
2017-04-20 |
Ulrich-Matthias... | add options arguments to `on()` 661/head |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ulrich-Matthias... | update changelog |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ulrich-Matthias... | bump 2.5.3 2.5.3 |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ulrich-Matthias... | update readme |
commit | commitdiff | tree | snapshot |
2017-04-16 |
Rémi Tétreault | Fix the flip transform on both axis |
commit | commitdiff | tree | snapshot |
2017-04-14 |
dotnetCarpenter | update changelog |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Ulrich-Matthias... | Merge pull request #655 from gitter-badger/gitter-badge |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Ulrich-Matthias... | correct position of gitter badge 655/head |
commit | commitdiff | tree | snapshot |
2017-04-13 |
The Gitter... | Add Gitter badge |
commit | commitdiff | tree | snapshot |
2017-04-12 |
dotnetCarpenter | use strict removed from umd wrapper by virtue of being... |
commit | commitdiff | tree | snapshot |
2017-04-12 |
Ulrich-Matthias... | fix svg.js.d.ts (#644 #648) |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | fixed link style to tags and update about component... |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | remove component.json as the project it facilitate... |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | update component to 2.5.2 too |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | skip coverage for UMD |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | change benchmark svg.js identifier to 2.5.2 |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | patch release for strict mode 2.5.2 |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | clean up and added changes to CHANGELOG 651/head |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | namespace not declared in the Event module |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | fixed bbox not declared in SVG.Box.transform |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | fixed len being undeclared |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | changing to strict mode - some failures occur |
commit | commitdiff | tree | snapshot |
2017-04-11 |
dotnetCarpenter | re-added all specs from the spec/spec/ folder |
commit | commitdiff | tree | snapshot |
2017-04-09 |
Ulrich-Matthias... | fix pass |
commit | commitdiff | tree | snapshot |
2017-04-09 |
Ulrich-Matthias... | make last test passing in svg docs |
commit | commitdiff | tree | snapshot |
2017-04-07 |
wout | Updated CHANGELOG |
commit | commitdiff | tree | snapshot |
2017-03-31 |
dotnetCarpenter | change my email from gmail to svgjs.com |
commit | commitdiff | tree | snapshot |
2017-03-29 |
Ulrich-Matthias... | clear does not remove parser anymore |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Ulrich-Matthias... | make path parsing even faster |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Ulrich-Matthias... | bump 2.5.1 2.5.1 |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Ulrich-Matthias... | relax test |
commit | commitdiff | tree | snapshot |
2017-03-24 |
wout | Speed improvements for plot() on path, polygon and... |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Ulrich-Matthias... | fixed `SVG.PathArray.parse` that did not correctly... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Ulrich-Matthias... | onclick events are now bound with SVG.on, prefixed... |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Ulrich-Matthias... | removed `loaded()` and `error()`/`changed load()` |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Ulrich-Matthias... | typescript definitions updated, minor fix in Transforma... |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Ulrich-Matthias... | missed another one |
commit | commitdiff | tree | snapshot |
2017-03-19 |
Ulrich-Matthias... | missed another one |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ulrich-Matthias... | missed one |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ulrich-Matthias... | prefix globals with window so window can be injected... |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ulrich-Matthias... | prefix globals with window so window can be injected... |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ulrich-Matthias... | added linter which can be run with `npm run lint` |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Ulrich-Matthias... | update changelog |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | removing SVG.Set completely |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | update changelog according to last commit |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | rework import/export method to be more straight forward... |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | remove feature to set style with css string |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | fixing test |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | fixes bug in style when css string ends with ; |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | Merge branch 'master' into 3.0.0 |
commit | commitdiff | tree | snapshot |
2017-03-16 |
Ulrich-Matthias... | unified all boxes (#634) |
commit | commitdiff | tree | snapshot |
2017-03-15 |
showdep | Typescript definitions edits: element.stop, container... |
commit | commitdiff | tree | snapshot |
2017-03-15 |
Ulrich-Matthias... | make more tests pass in IE |
commit | commitdiff | tree | snapshot |
2017-03-14 |
Ulrich-Matthias... | move most regexe to SVG.regex, fix matrix constructor... |
commit | commitdiff | tree | snapshot |
2017-03-14 |
dotnetCarpenter | update link to travis-ci |
commit | commitdiff | tree | snapshot |
2017-03-14 |
dotnetCarpenter | point release 2.5.0 to our tagged release |
commit | commitdiff | tree | snapshot |
2017-03-10 |
dotnetCarpenter | added rotate, skew, scale and translate to typings... |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Ulrich-Matthias... | update specs, fix mistakes, include flatten.js to dist |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Ulrich-Matthias... | Making initial changes for svg.js v3.0 |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Ulrich-Matthias... | Release 2.5.0 2.5.0 |
commit | commitdiff | tree | snapshot |
2017-03-09 |
Ulrich-Matthias... | fix bug in box when box with top and left is given... |
commit | commitdiff | tree | snapshot |
next |