2018-03-01 |
Ulrich-Matthias... | merge SVG.Doc and SVG.Nested. Add isRoot() method,... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Ulrich-Matthias... | Merge pull request #808 from svgdotjs/events-memory... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | updated changelog 808/head |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | search and replace replaced to much |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | found the error whereelse. go back to version before... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | fixed error that listener was strangely defined even... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | fix errors found by linter (jeah it works!) |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ulrich-Matthias... | proposal for #807, includes #550, allow multiple events... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
saivan | Merge pull request #823 from svgdotjs/800-add-linter |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Built the final linted file 823/head |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Fixed a few hanging issues with the linter |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Forgot to add standard to the package-json doh |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | So the standard linter is operational and our code... |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | Actually added the linter to gulp and fixed most errors |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | All files now loosely abide by standard linting |
commit | commitdiff | tree | snapshot |
2018-02-26 |
Saivan | The first half of the library complies with Standard... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Ulrich-Matthias... | make sure to remove event handlers from temporary image... |
commit | commitdiff | tree | snapshot |
2018-02-06 |
Ulrich-Matthias... | remove test for `show()` |
commit | commitdiff | tree | snapshot |
2018-02-06 |
Ulrich-Matthias... | remove `SVG.A.show()` to resolve nameclash (fix #802) |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Ulrich-Matthias... | improved SVG.on and el.on (#727) |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Ulrich-Matthias... | The dom is checked for an svgjs:data attribute which... |
commit | commitdiff | tree | snapshot |
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 |
next |