Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 1 | -9/+10 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -56/+61 |
| | |||||
* | fixed issues when animating css, updated deps | Ulrich-Matthias Schäfer | 2021-10-27 | 1 | -14/+42 |
| | | | | | | ### Fixed - fixed `css()` returning camelCased properties even though they were specified in kebap-case - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit) | ||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -13/+17 |
| | |||||
* | fix path parsing (#1145) | Ulrich-Matthias Schäfer | 2020-09-05 | 1 | -2/+2 |
| | |||||
* | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 1 | -41/+44 |
| | |||||
* | 99% line coverage - BAAAAM | Ulrich-Matthias Schäfer | 2020-05-03 | 1 | -30/+58 |
| | |||||
* | added specs for animation files except runner, fixed a few things | Ulrich-Matthias Schäfer | 2020-05-01 | 1 | -3/+5 |
| | |||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 1 | -2/+2 |
| | |||||
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -1/+6 |
| | |||||
* | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 1 | -4/+11 |
| | |||||
* | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -1/+8 |
| | | | | | | | | | | | - 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 | -0/+246 |
- 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) |