Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -0/+24 |
| | | | | act against user intention, fixed bug in `font()` | ||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 1 | -2/+2 |
| | |||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 2 | -2/+2 |
| | |||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+1 |
| | |||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 3 | -5/+7 |
|\ | |||||
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 3 | -34/+48 |
| |\ | |||||
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 4 | -209/+95 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again | ||||
| * | | Changed the esLint rules to avoid silly ternary operators, and to let code ↵ | Saivan | 2018-11-25 | 4 | -96/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default | ||||
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -3/+3 |
| |/ |/| | | | | | | | | | bower to its own repo rename makeNode back to create | ||||
* | | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -1/+1 |
| | | |||||
* | | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -6/+12 |
| | | |||||
* | | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -0/+23 |
| | | |||||
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | | | - svg.js: The esm bundle - svg.min.js: The bundle for all browsers for maximum support - svg.node.js: The bundle for node - polyfill.js: Using svg.min.js requires this polyfill in case the Browser does not understand all of ./config/polyfillList.js - polyfillIE.js: This is required when you use IE11 (polyfill.js still required) Please note, that not all test pass for IE11 due to its rounding issues and wrong calculation of bbox. Also note, that `defaultPrevented` is not working for CustomEvents in IE11. | ||||
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -7/+4 |
| | | | | | | | | | | - 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) | ||||
* | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -12/+9 |
|/ | |||||
* | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -0/+14 |
| | |||||
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -14/+11 |
| | |||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 2 | -0/+13 |
| | | | | make sure that init functions are chaninable | ||||
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 |
| | | | | | | 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 | 1 | -3/+23 |
| | | | | SVG.Rect({width:100})` | ||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+7 |
| | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 3 | -0/+243 |