Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 1 | -0/+8 | |
| | ||||||
* | Release 3.0.03.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+1 | |
| | ||||||
* | applied fixes from 2.x branch | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1/+2 | |
| | ||||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 7 | -20/+28 | |
|\ | ||||||
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 4 | -41/+17 | |
| |\ | ||||||
| * | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | - Make sure _d is always defined - Clean up object before init - Check space in array - Use passed space instead of space in object if available | |||||
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 30 | -1171/+599 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 30 | -610/+1190 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | add back move and dmove for groups | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -0/+26 | |
| | | | ||||||
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -2/+2 | |
| |/ |/| | | | | | | | | | bower to its own repo rename makeNode back to create | |||||
* | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -1/+1 | |
| | | ||||||
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 4 | -41/+17 | |
|/ | | | | | - 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) | |||||
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 4 | -10/+10 | |
| | ||||||
* | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 3 | -6/+6 | |
| | ||||||
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 2 | -7/+2 | |
| | ||||||
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -1/+2 | |
| | ||||||
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -6/+14 | |
| | ||||||
* | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -7/+11 | |
| | ||||||
* | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -3/+4 | |
| | ||||||
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 5 | -22/+12 | |
| | ||||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 8 | -4/+15 | |
| | | | | make sure that init functions are chaninable | |||||
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 5 | -3/+19 | |
| | ||||||
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 23 | -86/+137 | |
| | | | | | | 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 | 28 | -35/+35 | |
| | | | | SVG.Rect({width:100})` | |||||
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+5 | |
| | ||||||
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+19 | |
| | ||||||
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 2 | -3/+17 | |
| | ||||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+51 | |
| | ||||||
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 2 | -13/+4 | |
| | ||||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 2 | -11/+27 | |
| | | | | 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 | 1 | -9/+2 | |
| | | | | steps() to generate easing functions | |||||
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -22/+70 | |
| | ||||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 29 | -0/+1704 | |