Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clone without assigning new IDs | Ulrich-Matthias Schäfer | 2022-12-13 | 1 | -1/+2 |
|\ | |||||
| * | Fix issue with Jest | Philippe Bernard | 2020-10-27 | 1 | -1/+2 |
| | | |||||
* | | Release 3.1.03.1.0 | Ulrich-Matthias Schäfer | 2021-06-14 | 1 | -1/+0 |
| | | |||||
* | | cleaned up config, reduced bundle size by a lot!!! | Ulrich-Matthias Schäfer | 2021-06-14 | 1 | -12/+11 |
| | | |||||
* | | fix group move bug when group contains elements without dimensions, update deps | Ulrich-Matthias Schäfer | 2021-06-13 | 1 | -2/+2 |
|/ | |||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 6 | -140/+127 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | make tests svgdom ready | Ulrich-Matthias Schäfer | 2020-04-16 | 1 | -1/+2 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 3 | -4/+22 |
| | | | | | | | | | | | | | | | | | | | | ### Fixed - fixed `zoom()` method of runner which was passed a wrong parameter - fixed positioning methods of `TSpan` to position them by its bounding box - fixed `flip()` method which flips correctly by center by default now and accepts correct arguments - fixed a case in `rbox()` where not always all values of the box were updated - fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working - fixed positioning of text by its baseline when using `amove()` - fixed tons of typings in the svg.d.ts file ### Added - added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058) - added `unlink()` and `linker()` to hyperlinked elements to remove or access the underling `<a>` element - added `wrap()` method to `Dom` which lets you wrap an element by another one - added `orient()` method to `Marker` - added `options` parameter to `dispatch()` and `fire()` to allow for more special needs - added `newLine()` constructor to `Text` to create a tspan marked as new line (#1088) - added lots of tests in es6 format | ||||
* | fixed build of polyfills which was broken because of core-js update3.0.16 | Ulrich-Matthias Schäfer | 2019-11-12 | 1 | -8/+8 |
| | |||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 1 | -1/+2 |
| | |||||
* | bump version3.0.14 | Ulrich-Matthias Schäfer | 2019-10-31 | 1 | -6/+7 |
| | |||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 2 | -2/+5 |
| | |||||
* | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -30/+51 |
| | | | | | | bower to its own repo rename makeNode back to create | ||||
* | merge karma configurations | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -114/+47 |
| | |||||
* | add config for karma to run es6 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -0/+115 |
| | |||||
* | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 8 | -147/+180 |
| | | | | | | | | | | | - 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. | ||||
* | add polyfill for CustomEvent | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -0/+2 |
| | |||||
* | cleanup | dotnetCarpenter | 2018-11-14 | 4 | -4/+3 |
| | |||||
* | add rollup config to build polyfills | Ulrich-Matthias Schäfer | 2018-11-13 | 2 | -18/+29 |
| | |||||
* | Merge branch '3.0.0' into feature/tests2 | dotnetCarpenter | 2018-11-13 | 1 | -1/+1 |
|\ | |||||
| * | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -2/+2 |
| | | |||||
* | | committing so @fuzzyma can continue the work | dotnetCarpenter | 2018-11-13 | 3 | -13/+135 |
| | | |||||
* | | do not send codecoverage + start some more browsers at saucelabs | dotnetCarpenter | 2018-11-12 | 1 | -5/+5 |
| | | |||||
* | | saucelabs testing with chrome 70 works - locally | dotnetCarpenter | 2018-11-12 | 3 | -68/+103 |
| | | |||||
* | | testing saucelabs | dotnetCarpenter | 2018-11-12 | 3 | -93/+241 |
| | | |||||
* | | cleanup and use chromium on linux | dotnetCarpenter | 2018-11-11 | 2 | -84/+2 |
|/ | |||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -3/+2 |
| | |||||
* | add requestAnimationFrame Mock and tests for the animator | Ulrich-Matthias Schäfer | 2018-05-16 | 1 | -1/+2 |
| | |||||
* | move fixtures to the fixtures folder | dotnetCarpenter | 2017-04-27 | 2 | -4/+4 |
| | |||||
* | added test cases to increase coverage | Ulrich-Matthias Schäfer | 2017-02-27 | 1 | -0/+9 |
| | |||||
* | added `npm run test:quick` which aim at being fast rather than correct - ↵ | dotnetCarpenter | 2016-11-13 | 1 | -0/+82 |
| | | | | great for git hooks | ||||
* | added code coverage | dotnetCarpenter | 2016-11-13 | 1 | -2/+16 |
| | |||||
* | switch back to firefox for testing | dotnetCarpenter | 2016-10-08 | 2 | -56/+1 |
| | |||||
* | halt dev of chrome base solution | dotnetCarpenter | 2016-10-08 | 3 | -0/+153 |