Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch '3.0.0' into feature/tests2 | dotnetCarpenter | 2018-11-13 | 38 | -274/+7395 | |
| |\ \ | ||||||
| * | | | committing so @fuzzyma can continue the work | dotnetCarpenter | 2018-11-13 | 7 | -7365/+236 | |
| | | | | ||||||
| * | | | do not send codecoverage + start some more browsers at saucelabs | dotnetCarpenter | 2018-11-12 | 2 | -11/+11 | |
| | | | | ||||||
| * | | | saucelabs testing with chrome 70 works - locally | dotnetCarpenter | 2018-11-12 | 6 | -95/+115 | |
| | | | | ||||||
| * | | | fixed with eslint | dotnetCarpenter | 2018-11-12 | 4 | -4/+0 | |
| | | | | ||||||
| * | | | added missing saucelabs npm packages | dotnetCarpenter | 2018-11-12 | 2 | -12/+476 | |
| | | | | ||||||
| * | | | tell travis to run saucelabs tests | dotnetCarpenter | 2018-11-12 | 2 | -6/+6 | |
| | | | | ||||||
| * | | | testing saucelabs | dotnetCarpenter | 2018-11-12 | 6 | -240/+247 | |
| | | | | ||||||
| * | | | cleanup and use chromium on linux | dotnetCarpenter | 2018-11-11 | 4 | -211/+80 | |
| | | | | ||||||
* | | | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 4 | -15/+14 | |
| | | | | ||||||
* | | | | Make package json ready for npm org | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray ↵ | Ulrich-Matthias Schäfer | 2018-11-24 | 13 | -383/+107 | |
| | | | | | | | | | | | | | | | | and SVGNumber on export to Array and Number | |||||
* | | | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 16 | -179/+134 | |
| | | | | | | | | | | | | | | | | | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces) | |||||
* | | | | fixed lots of bugs in the timeline. Its now working as expected in all cases. | Ulrich-Matthias Schäfer | 2018-11-23 | 5 | -66/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - refactor code into functions - handle timeSource correctly - allow for immediate updates - Runners dont know about their delay anymore. Thats far more simple. - Timeline is paused on creation | |||||
* | | | | fix Timeline so that play, pause, stop, reverse... work correctly. Update ↵ | Ulrich-Matthias Schäfer | 2018-11-22 | 5 | -50/+168 | |
| | | | | | | | | | | | | | | | | runners accordingly | |||||
* | | | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 2 | -23/+18 | |
| | | | | ||||||
* | | | | add default parameter for timeSource | Ulrich-Matthias Schäfer | 2018-11-21 | 3 | -22/+22 | |
| | | | | ||||||
* | | | | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 4 | -66/+106 | |
| |_|/ |/| | | ||||||
* | | | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 9 | -38/+39 | |
| | | | ||||||
* | | | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 11 | -154/+152 | |
| | | | ||||||
* | | | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 6 | -119/+102 | |
| | | | ||||||
* | | | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 5 | -22/+17 | |
| |/ |/| | ||||||
* | | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 11 | -1049/+950 | |
| | | ||||||
* | | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -21/+28 | |
| | | ||||||
* | | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -92/+89 | |
| | | ||||||
* | | Merge pull request #925 from svgdotjs/645-svg-set-is-back | Ulrich-Matthias Schäfer | 2018-11-12 | 11 | -1603/+1769 | |
|\ \ | | | | | | | svg set is back (#645) | |||||
| * | | make List return new lists on method calls, add map to array polyfill so ↵ | Ulrich-Matthias Schäfer | 2018-11-12 | 8 | -1568/+1643 | |
| | | | | | | | | | | | | that this works, fix runner | |||||
| * | | change method name, make strings more pleasing to read | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -10/+10 | |
| | | | ||||||
| * | | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -77/+168 | |
|/ / | ||||||
* | | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 18 | -200/+94 | |
| | | ||||||
* | | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 27 | -33/+140 | |
|/ | | | | make sure that init functions are chaninable | |||||
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 5 | -3/+19 | |
| | ||||||
* | Merge pull request #924 from svgdotjs/796-add-attribute-syntax | Ulrich-Matthias Schäfer | 2018-11-09 | 26 | -158/+213 | |
|\ | | | | | added possibility to pass in additional attribues to element creators (#796) | |||||
| * | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 26 | -158/+213 | |
|/ | | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})` | |||||
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 32 | -97/+171 | |
| | | | | SVG.Rect({width:100})` | |||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 5 | -9/+7 | |
| | | | | getter (#789) | |||||
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -1/+25 | |
| | ||||||
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -3/+11 | |
| | ||||||
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 4 | -1/+59 | |
| | ||||||
* | add test for array getter of attr | Ulrich-Matthias Schäfer | 2018-11-08 | 2 | -0/+14 | |
| | ||||||
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 5 | -29/+41 | |
| | ||||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 6 | -1/+127 | |
| | ||||||
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 11 | -201/+165 | |
| | ||||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 11 | -425/+483 | |
| | | | | SVG.Text.textPath returns first textPath child now | |||||
* | clone() does not insert the clone into the dom anymore, added beziere() and ↵ | Ulrich-Matthias Schäfer | 2018-11-07 | 8 | -36/+130 | |
| | | | | steps() to generate easing functions | |||||
* | update changelow | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -5/+4 | |
| | ||||||
* | fix mistake in test | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -6/+6 | |
| | ||||||
* | fix travis yml | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+1 | |
| | ||||||
* | add chrome to travis | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+2 | |
| | ||||||
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 2 | -45/+133 | |
| |