aboutsummaryrefslogtreecommitdiffstats
path: root/.config/karma.conf.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-041-16/+42
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | ### 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
* Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-5/+5
| | | | | | | | | | | - 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.
* saucelabs testing with chrome 70 works - locallydotnetCarpenter2018-11-121-3/+12
|
* testing saucelabsdotnetCarpenter2018-11-121-93/+45
|
* cleanup and use chromium on linuxdotnetCarpenter2018-11-111-2/+2
|
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-3/+2
|
* add requestAnimationFrame Mock and tests for the animatorUlrich-Matthias Schäfer2018-05-161-1/+2
|
* move fixtures to the fixtures folderdotnetCarpenter2017-04-271-2/+2
|
* added test cases to increase coverageUlrich-Matthias Schäfer2017-02-271-0/+9
|
* added code coveragedotnetCarpenter2016-11-131-2/+16
|
* switch back to firefox for testingdotnetCarpenter2016-10-081-14/+1
|
* halt dev of chrome base solutiondotnetCarpenter2016-10-081-0/+91