| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a few hanging issues with the linter | Saivan | 2018-02-27 | 1 | -7/+40 |
* | Actually added the linter to gulp and fixed most errors | Saivan | 2018-02-27 | 1 | -0/+1 |
* | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -104/+103 |
* | The dom is checked for an svgjs:data attribute which is imported when creatin... | Ulrich-Matthias Schäfer | 2017-07-28 | 1 | -2/+7 |
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -2/+9 |
* | use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()` | Ulrich-Matthias Schäfer | 2017-07-10 | 1 | -5/+3 |
* | ids are not generated upon creation anymore | Ulrich-Matthias Schäfer | 2017-04-23 | 1 | -2/+8 |
* | changed `style()` to `css()` | Ulrich-Matthias Schäfer | 2017-04-22 | 1 | -3/+3 |
* | prefix globals with window so window can be injected properly | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -1/+1 |
* | removing SVG.Set completely | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -3/+2 |
* | rework import/export method to be more straight forward and without regex magic | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -16/+11 |
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -1/+1 |
|\ |
|
| * | move most regexe to SVG.regex, fix matrix constructor for string argument | Ulrich-Matthias Schäfer | 2017-03-14 | 1 | -1/+1 |
* | | Making initial changes for svg.js v3.0 | Ulrich-Matthias Schäfer | 2017-03-10 | 1 | -5/+1 |
|/ |
|
* | fixed a bug with clone which didnt copy over dom data (#621) | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -1/+4 |
* | make events cancelable by default (#550) - version 5 | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -0/+1 |
* | Speed improvements on parent element | wout | 2016-08-04 | 1 | -1/+1 |
* | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -3/+4 |
* | Implementation new fx module | Ulrich-Matthias Schäfer | 2016-03-23 | 1 | -0/+3 |
* | Update element.js | Milovan Zogovic | 2016-01-22 | 1 | -1/+1 |
* | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 1 | -1/+1 |
* | dom data was not cleaned up properly (fixes #398) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -1/+4 |
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -0/+28 |
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 1 | -8/+28 |
* | added support for css selectors with the `parent()` method | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -3/+3 |
* | Fixes #360 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -4/+4 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 1 | -8/+0 |
* | Fixed bug with doc() which should always return the root SVG | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -1/+1 |
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -8/+16 |
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 1 | -4/+4 |
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -0/+28 |
* | Further debugging matrix new implementation | wout | 2014-07-12 | 1 | -2/+2 |
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -134/+12 |
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 1 | -77/+9 |
* | Complete new clone() method | wout | 2014-06-26 | 1 | -30/+1 |
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -14/+15 |
* | Removed all structural references | wout | 2014-06-21 | 1 | -45/+40 |
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 1 | -4/+11 |
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -2/+2 |
* | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 1 | -0/+1 |
* | trim class attribute whitespace | Patrick Klingemann | 2014-06-09 | 1 | -1/+1 |
* | avoid unintentional global variables | Patrick Klingemann | 2014-06-09 | 1 | -1/+3 |
* | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 1 | -1/+41 |
* | Fixed a bug where Element.style() would not save empty values in IE11 | Xavier Roger-Machart | 2014-05-02 | 1 | -1/+1 |
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -79/+22 |
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to... | wout | 2014-02-14 | 1 | -41/+20 |
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 1 | -0/+11 |
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -382/+382 |
* | added `morph()` and `at()` methods to `SVG.Number` for unit morphing | wout | 2014-02-01 | 1 | -2/+2 |