Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #961 from Perlkonig/bugfix/missing-clone-overload | Ulrich-Matthias Schäfer | 2019-02-16 | 1 | -0/+1 |
|\ | | | | | Added missing 'clone(parent)' overload to .d.ts file | ||||
| * | Added missing 'clone(parent)' overload to .d.ts file | Aaron Dalton | 2019-02-16 | 1 | -0/+1 |
|/ | |||||
* | CustomEvent-polyfill was not used (needed in IE) (#938)2.7.1 | Ulrich-Matthias Schäfer | 2018-11-30 | 5 | -7/+13 |
| | |||||
* | Round up everything for the last 2.x release2.7.0 | Ulrich-Matthias Schäfer | 2018-11-13 | 10 | -533/+311 |
| | | | | | | | | | | | | ### Fixed - fixed calling `parent()` on `documentFragment`s children (#927) - parser is not focusable anymore (#908) - `SVG.Element.click(null)` correctly unbinds the event (#878) - fix memory leak (#905) ### Added - `SVG.Set` now accepts another Set as input (#893) - `on()/off()` accepts multiple event names as input (backport from 3.0) | ||||
* | Merge pull request #928 from NorbertB29/fix/node_document_fragment_type | Ulrich-Matthias Schäfer | 2018-11-13 | 4 | -6/+19 |
|\ | | | | | Add unit tests for document-fragment fix | ||||
| * | Add unit tests | Norbert Bartos | 2018-11-13 | 4 | -6/+19 |
| | | |||||
* | | Merge pull request #927 from NorbertB29/fix/node_document_fragment_type | Ulrich-Matthias Schäfer | 2018-11-13 | 2 | -2/+2 |
|\| | | | | | Add node document-fragment type check | ||||
| * | Add node document-fragment type check | Norbert Bartos | 2018-11-13 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #920 from SKalt/919-correct-readme | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -2/+2 |
|\ | | | | | Correct README.md | ||||
| * | Correct README.md | Steven Kalt | 2018-10-25 | 1 | -2/+2 |
|/ | | | | (1) Swapped svgdotjs.github.io for svgjs.com, which the former link redirects to. (2) renamed the `Installation#Node` section to `Installation#Npm` since the section describes installing svg.js via npm, and yarn installs svg.js for node as well. | ||||
* | forgot dist2.6.6 | Ulrich-Matthias Schäfer | 2018-08-30 | 2 | -6/+10 |
| | |||||
* | bump 2.6.6 | Ulrich-Matthias Schäfer | 2018-08-30 | 2 | -1/+8 |
| | |||||
* | Merge pull request #879 from JackLeEmmerdeur/597-new-typescript-declarations | Ulrich-Matthias Schäfer | 2018-08-29 | 1 | -0/+9 |
|\ | | | | | Added declarations to Transformation and Animation interfaces | ||||
| * | Added declarations to Transformation and Animation interfaces | JackLeEmmerdeur | 2018-07-08 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #883 from perry-mitchell/patch-1 | Ulrich-Matthias Schäfer | 2018-07-22 | 1 | -1/+5 |
|\ \ | |/ |/| | Add global reference to support 'window' in bundlers - fixes #767 | ||||
| * | Remove extra space | Perry Mitchell | 2018-07-22 | 1 | -1/+1 |
| | | |||||
| * | Add global reference to support 'window' in bundlers - fixes #767 | Perry Mitchell | 2018-07-22 | 1 | -1/+5 |
|/ | |||||
* | Adds yarn installation instructions (#874) | Wagner Souza | 2018-06-25 | 1 | -3/+11 |
| | | | | | | * Adds yarn installation instructions * Sorts package manager list position | ||||
* | Its obvious that these Issue templates were notes... | Saivan | 2018-05-28 | 3 | -3/+3 |
| | |||||
* | Updated the issue templates to have multiple possibilities | Saivan | 2018-05-28 | 4 | -56/+34 |
| | |||||
* | Update issue templates | saivan | 2018-05-28 | 1 | -0/+46 |
| | |||||
* | Merge branch 'master' of github.com:svgdotjs/svg.js | Saivan | 2018-05-28 | 22 | -5566/+5754 |
|\ | |||||
| * | bump 2.6.52.6.5 | Ulrich-Matthias Schäfer | 2018-05-26 | 4 | -5/+6 |
| | | |||||
| * | fixed `SVG.Text.y()` which didnt work correctly with `SVG.Number` (#778) | Ulrich-Matthias Schäfer | 2018-05-26 | 5 | -5/+11 |
| | | |||||
| * | fixed issues in SVG.Doc and SVG.Mask when cloning(#782) | Ulrich-Matthias Schäfer | 2018-05-26 | 8 | -108/+165 |
| | | |||||
| * | fixed `element.parent()` which sometimes failed when used on detached ↵ | Ulrich-Matthias Schäfer | 2018-05-26 | 5 | -7/+18 |
| | | | | | | | | documents (#759) | ||||
| * | fixes and addition in SVG.PointArray (#805) | Ulrich-Matthias Schäfer | 2018-05-26 | 7 | -8/+54 |
| | | | | | | | | | | - fixed SVG.PointArray having a reference to outside array in some cases - added possibility to pass an array of point objects to SVG.PointArray | ||||
| * | fixed `reference()` which failed when trying to use a reference which does ↵ | Ulrich-Matthias Schäfer | 2018-05-26 | 5 | -4/+11 |
| | | | | | | | | not exist in the attribuets (#840) | ||||
| * | Changelog for b0ca749 | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+1 |
| | | |||||
| * | changelog for last commit | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -0/+7 |
| | | |||||
| * | fixed problems with CustomEvent polyfill in IE11 (#852) | Ulrich-Matthias Schäfer | 2018-05-26 | 4 | -5545/+5549 |
| | | |||||
| * | Merge pull request #854 from pycraft114/master | Ulrich-Matthias Schäfer | 2018-05-11 | 1 | -8/+9 |
| |\ | | | | | | | fix typings | ||||
| | * | Optional paramter for rbox method | pycraft114 | 2018-05-11 | 1 | -1/+1 |
| | | | |||||
| | * | Type fix | pycraft114 | 2018-05-10 | 1 | -1/+1 |
| | | | |||||
| | * | Optional parameter for 'rbox' method | pycraft114 | 2018-05-09 | 1 | -1/+1 |
| | | | |||||
| | * | Optional parameter for 'rbox' method | pycraft114 | 2018-05-09 | 1 | -1/+1 |
| | | | |||||
| | * | Optional second parameter for 'select' method | pycraft114 | 2018-05-09 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typings for apply optional parameter of off method in event.js | flynn.park | 2018-02-24 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typings for missing event.js method | flynn.park | 2018-02-24 | 1 | -0/+1 |
| | | | | | | | | | | | | event | ||||
| | * | Fix typings for replace comma to semicolon | flynn.park | 2018-02-23 | 1 | -2/+2 |
| | | | |||||
| | * | Fix typings for missing semicolon | flynn.park | 2018-02-23 | 1 | -4/+4 |
| | | | |||||
| * | | Fix issue #847 | Rémi Tétreault | 2018-04-21 | 4 | -8/+51 |
| | | | | | | | | | | | | Animating a path by calling .attr() now work | ||||
| * | | Merge pull request #831 from mpro7/type-definition-fix | Ulrich-Matthias Schäfer | 2018-04-01 | 1 | -2/+3 |
| |\ \ | | | | | | | | | WIP: type definitions fixed for selector.js + added click method for … | ||||
| | * | | post-review fixes | mpro7 | 2018-03-31 | 1 | -2/+2 |
| | | | | |||||
| | * | | WIP: type definitions fixed for selector.js + added click method for set.js | mpro7 | 2018-03-21 | 1 | -3/+4 |
| |/ / | |||||
| * | | Merge pull request #830 from FrankSandqvist/patch-1 | Ulrich-Matthias Schäfer | 2018-03-19 | 1 | -0/+3 |
| |\ \ | | | | | | | | | Typescript: X & Y Properties on Point | ||||
| | * | | X & Y Properties on Point | FrankSandqvist | 2018-03-18 | 1 | -0/+3 |
| |/ / | | | | | | | Or should I not access these directly? | ||||
* / / | Added a contributing and issue template guide | Saivan | 2018-05-28 | 2 | -0/+74 |
|/ / | |||||
* | | Fixed an issue where a matrix string contained invalid floats | Saivan | 2018-02-25 | 4 | -5532/+5553 |
| | | | | | | | | | | | | | | | | | | | | This commit fixes an issue which would cause errors in chrome when a matrix like matrix(1, 0, 0, 1, 1e-90, 0) was output. This was caused because all values in a matrix have to be valid float32's, and therefore a 1e-90 could not be represented as a float32. To fix this, we coax values smaller that 1e-27 to be represented as zero. This avoids any potential issue due to this. | ||||
* | | Merge pull request #820 from niceilm/master | Ulrich-Matthias Schäfer | 2018-02-23 | 1 | -17/+20 |
|\| | | | | | Fix typings for missing element.js method |