Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | move fixtures to the fixtures folder | dotnetCarpenter | 2017-04-27 | 4 | -4/+4 | |
| | | ||||||
| * | updated jasmine to 2.6.0 and added @RmiTtro as maintainer | dotnetCarpenter | 2017-04-26 | 9 | -1141/+2460 | |
| | | ||||||
| * | load correct benchmarks again2.6.1 | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -3/+2 | |
| | | ||||||
| * | fixed a bug in path parser which made it stop parsing when hitting z command ↵ | Ulrich-Matthias Schäfer | 2017-04-25 | 7 | -11/+17 | |
| | | | | | | | | (#665) | |||||
* | | fix testcases | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -2/+2 | |
| | | ||||||
* | | `SVG.extend` now expects exactly one module or an array of modules | Ulrich-Matthias Schäfer | 2017-04-25 | 12 | -43/+36 | |
| | | | | | | | | | | | | 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äfer | 2017-04-25 | 5 | -7/+12 | |
| | | | | | | | | | | | | | | | | | | | | (#665) Conflicts: bench/runner.html dist/svg.js dist/svg.min.js package.json | |||||
* | | ids are not generated upon creation anymore | Ulrich-Matthias Schäfer | 2017-04-23 | 15 | -65/+79 | |
| | | | | | | | | Instead they are generated when requested (#559) | |||||
* | | changed `style()` to `css()` | Ulrich-Matthias Schäfer | 2017-04-22 | 12 | -126/+144 | |
| | | | | | | | | | | it now accepts array as input and returns object when no argument given (#517) also removed sub-pixel offset fix | |||||
* | | rename style to css | Ulrich-Matthias Schäfer | 2017-04-22 | 1 | -0/+0 | |
| | | ||||||
* | | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2017-04-22 | 49 | -5662/+6237 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | 5 | -10/+16 | |
| | | | | | | | | | | - added `options` object to `SVG.on()` and `el.on()` (#661) - back to sloppy mode because of problems with plugins (#660) | |||||
| * | Merge pull request #661 from svgdotjs/feature-options-for-events | Ulrich-Matthias Schäfer | 2017-04-21 | 3 | -10/+10 | |
| |\ | | | | | | | add options arguments to `on()` | |||||
| | * | add options arguments to `on()` | Ulrich-Matthias Schäfer | 2017-04-20 | 3 | -10/+10 | |
| |/ | ||||||
| * | update changelog | Ulrich-Matthias Schäfer | 2017-04-17 | 1 | -5/+2 | |
| | | ||||||
| * | bump 2.5.32.5.3 | Ulrich-Matthias Schäfer | 2017-04-17 | 7 | -5499/+5499 | |
| | | ||||||
| * | update readme | Ulrich-Matthias Schäfer | 2017-04-17 | 1 | -0/+3 | |
| | | ||||||
| * | Fix the flip transform on both axis | Rémi Tétreault | 2017-04-15 | 7 | -31/+202 | |
| | | | | | | | | | | This fix the bug that made calling flip without any argument (`element.flip()`) not work. | |||||
| * | update changelog | dotnetCarpenter | 2017-04-14 | 1 | -0/+3 | |
| | | ||||||
| * | Merge pull request #655 from gitter-badger/gitter-badge | Ulrich-Matthias Schäfer | 2017-04-13 | 1 | -0/+1 | |
| |\ | | | | | | | Add a Gitter chat badge to README.md | |||||
| | * | correct position of gitter badge | Ulrich-Matthias Schäfer | 2017-04-13 | 1 | -2/+1 | |
| | | | ||||||
| | * | Add Gitter badge | The Gitter Badger | 2017-04-13 | 1 | -0/+2 | |
| |/ | ||||||
| * | use strict removed from umd wrapper by virtue of being ugly and assuring ↵ | dotnetCarpenter | 2017-04-12 | 1 | -1/+0 | |
| | | | | | | | | fuzzyma's sleep at night | |||||
| * | fix svg.js.d.ts (#644 #648) | Ulrich-Matthias Schäfer | 2017-04-12 | 1 | -5/+13 | |
| | | ||||||
| * | fixed link style to tags and update about component.json | dotnetCarpenter | 2017-04-11 | 1 | -3/+8 | |
| | | ||||||
| * | remove component.json as the project it facilitate is abandon - close #652 | dotnetCarpenter | 2017-04-11 | 1 | -11/+0 | |
| | | ||||||
| * | update component to 2.5.2 too | dotnetCarpenter | 2017-04-11 | 1 | -2/+2 | |
| | | ||||||
| * | skip coverage for UMD | dotnetCarpenter | 2017-04-11 | 3 | -2/+6 | |
| | | ||||||
| * | change benchmark svg.js identifier to 2.5.2 | dotnetCarpenter | 2017-04-11 | 4 | -10/+10 | |
| | | ||||||
| * | patch release for strict mode2.5.2 | dotnetCarpenter | 2017-04-11 | 4 | -7/+18 | |
| | | ||||||
| * | clean up and added changes to CHANGELOG | dotnetCarpenter | 2017-04-11 | 5 | -23/+30 | |
| | | ||||||
| * | namespace not declared in the Event module | dotnetCarpenter | 2017-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | fixed bbox not declared in SVG.Box.transform | dotnetCarpenter | 2017-04-11 | 2 | -4/+5 | |
| | | ||||||
| * | fixed len being undeclared | dotnetCarpenter | 2017-04-11 | 1 | -1/+1 | |
| | | ||||||
| * | changing to strict mode - some failures occur | dotnetCarpenter | 2017-04-11 | 4 | -7/+11 | |
| | | ||||||
| * | re-added all specs from the spec/spec/ folder | dotnetCarpenter | 2017-04-11 | 1 | -35/+36 | |
| | | ||||||
| * | fix pass | Ulrich-Matthias Schäfer | 2017-04-09 | 1 | -1/+1 | |
| | | ||||||
| * | make last test passing in svg docs | Ulrich-Matthias Schäfer | 2017-04-09 | 4 | -16/+18 | |
| | | ||||||
| * | Updated CHANGELOG | wout | 2017-04-07 | 7 | -11/+40 | |
| | | ||||||
| * | change my email from gmail to svgjs.com | dotnetCarpenter | 2017-03-31 | 1 | -1/+1 | |
| | | ||||||
| * | clear does not remove parser anymore | Ulrich-Matthias Schäfer | 2017-03-29 | 13 | -127/+201 | |
| | | | | | | | | make test work in svg documents | |||||
| * | make path parsing even faster | Ulrich-Matthias Schäfer | 2017-03-27 | 3 | -161/+180 | |
| | | ||||||
| * | bump 2.5.12.5.1 | Ulrich-Matthias Schäfer | 2017-03-27 | 4 | -7/+7 | |
| | | ||||||
| * | relax test | Ulrich-Matthias Schäfer | 2017-03-27 | 5 | -30/+3 | |
| | | ||||||
| * | Speed improvements for plot() on path, polygon and poly line elements. | wout | 2017-03-24 | 7 | -28/+123 | |
| | | ||||||
| * | fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays | Ulrich-Matthias Schäfer | 2017-03-24 | 6 | -10/+27 | |
| | | ||||||
| * | onclick events are now bound with SVG.on, prefixed globals, relax tests to ↵ | Ulrich-Matthias Schäfer | 2017-03-21 | 25 | -217/+309 | |
| | | | | | | | | work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available | |||||
| * | typescript definitions updated, minor fix in Transformations | Ulrich-Matthias Schäfer | 2017-03-19 | 4 | -149/+196 | |
| | | ||||||
| * | missed another one | Ulrich-Matthias Schäfer | 2017-03-19 | 3 | -4/+4 | |
| | | ||||||
| * | missed one | Ulrich-Matthias Schäfer | 2017-03-18 | 3 | -4/+4 | |
| | |