Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 1 | -2/+2 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -11/+10 |
| | |||||
* | Performance: don't create extra objects in point() (#1251) | Glandos | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -3/+5 |
| | |||||
* | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 1 | -6/+7 |
| | |||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 1 | -4/+3 |
| | |||||
* | Fix move and size of groups, removed setting of a default font so we dont ↵ | Ulrich-Matthias Schäfer | 2019-01-12 | 1 | -5/+16 |
| | | | | act against user intention, fixed bug in `font()` | ||||
* | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 1 | -23/+9 |
| | | | | | | | | | 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 | 1 | -11/+25 |
| | | | | | | | | | | | | | | 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 | ||||
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -22/+3 |
| | |||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -0/+2 |
| | | | | make sure that init functions are chaninable | ||||
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -2/+10 |
| | | | | SVG.Rect({width:100})` | ||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+54 |