aboutsummaryrefslogtreecommitdiffstats
path: root/.config
Commit message (Collapse)AuthorAgeFilesLines
* Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-131-1/+2
|\
| * Fix issue with JestPhilippe Bernard2020-10-271-1/+2
| |
* | Release 3.1.03.1.0Ulrich-Matthias Schäfer2021-06-141-1/+0
| |
* | cleaned up config, reduced bundle size by a lot!!!Ulrich-Matthias Schäfer2021-06-141-12/+11
| |
* | fix group move bug when group contains elements without dimensions, update depsUlrich-Matthias Schäfer2021-06-131-2/+2
|/
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-046-140/+127
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* make tests svgdom readyUlrich-Matthias Schäfer2020-04-161-1/+2
|
* This is a big one...Ulrich-Matthias Schäfer2020-03-283-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.16Ulrich-Matthias Schäfer2019-11-121-8/+8
|
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-1/+2
|
* bump version3.0.14Ulrich-Matthias Schäfer2019-10-311-6/+7
|
* Release 3.0.53.0.5Ulrich-Matthias Schäfer2018-12-122-2/+5
|
* dont generate esm bundle anymore and link to src/main.js directly. Move ↵Ulrich-Matthias Schäfer2018-12-012-30/+51
| | | | | | bower to its own repo rename makeNode back to create
* merge karma configurationsUlrich-Matthias Schäfer2018-11-281-114/+47
|
* add config for karma to run es6 testsUlrich-Matthias Schäfer2018-11-281-0/+115
|
* Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-288-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 CustomEventUlrich-Matthias Schäfer2018-11-241-0/+2
|
* cleanupdotnetCarpenter2018-11-144-4/+3
|
* add rollup config to build polyfillsUlrich-Matthias Schäfer2018-11-132-18/+29
|
* Merge branch '3.0.0' into feature/tests2dotnetCarpenter2018-11-131-1/+1
|\
| * evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-122-2/+2
| |
* | committing so @fuzzyma can continue the workdotnetCarpenter2018-11-133-13/+135
| |
* | do not send codecoverage + start some more browsers at saucelabsdotnetCarpenter2018-11-121-5/+5
| |
* | saucelabs testing with chrome 70 works - locallydotnetCarpenter2018-11-123-68/+103
| |
* | testing saucelabsdotnetCarpenter2018-11-123-93/+241
| |
* | cleanup and use chromium on linuxdotnetCarpenter2018-11-112-84/+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-272-4/+4
|
* added test cases to increase coverageUlrich-Matthias Schäfer2017-02-271-0/+9
|
* added `npm run test:quick` which aim at being fast rather than correct - ↵dotnetCarpenter2016-11-131-0/+82
| | | | great for git hooks
* added code coveragedotnetCarpenter2016-11-131-2/+16
|
* switch back to firefox for testingdotnetCarpenter2016-10-082-56/+1
|
* halt dev of chrome base solutiondotnetCarpenter2016-10-083-0/+153