aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵Ulrich-Matthias Schäfer2020-05-041-6287/+3270
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* This is a big one...Ulrich-Matthias Schäfer2020-03-281-1/+7
| | | | | | | | | | | | | | | | | | | | ### 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
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-4332/+3377
|
* 1023 - update package-lock.jsonSimon Lenz2019-07-271-35/+58
|
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-165/+205
|
* Merge branch '790-color-spaces' into 3.0.0Ulrich-Matthias Schäfer2018-12-011-90/+2878
|\
| * Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-011-1122/+2570
| |\ | |/ |/|
| * Implemented random colors and added back the playgroundsSaivan2018-12-021-1813/+3685
| | | | | | | | | | | | | | | | | | | | This commit adds back the playgrounds and the npm demo. We also implemented a few methods to generate pretty random colors. Changes ======= - Added back the playgrounds and the npm demos - Implemented a few random color generators
| * Changed the esLint rules to avoid silly ternary operators, and to let code ↵Saivan2018-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | make es5 testsUlrich-Matthias Schäfer2018-11-281-0/+171
| |
* | started to add es6 tests using svgdom as fallback in case no dom is foundUlrich-Matthias Schäfer2018-11-281-58/+12
| |
* | Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-1/+47
| | | | | | | | | | | | | | | | | | | | | | - 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-1/+6
| |
* | updated karma-jasmine to 2.0 - fixing ↵dotnetCarpenter2018-11-151-24/+10
| | | | | | | | https://github.com/karma-runner/karma-chrome-launcher/issues/190
* | add rollup config to build polyfillsUlrich-Matthias Schäfer2018-11-131-7/+21
| |
* | Merge branch '3.0.0' into feature/tests2dotnetCarpenter2018-11-131-0/+6
|\|
| * make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-0/+6
| | | | | | | | make sure that init functions are chaninable
* | committing so @fuzzyma can continue the workdotnetCarpenter2018-11-131-138/+92
| |
* | saucelabs testing with chrome 70 works - locallydotnetCarpenter2018-11-121-22/+10
| |
* | added missing saucelabs npm packagesdotnetCarpenter2018-11-121-12/+474
| |
* | cleanup and use chromium on linuxdotnetCarpenter2018-11-111-125/+77
|/
* remove other builds because of bloat for now until fixedUlrich-Matthias Schäfer2018-11-071-54/+146
|
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-3637/+1036
|
* setup rollup to build minimized file and report statsUlrich-Matthias Schäfer2018-10-281-42/+1239
|
* resolve last circular dependencies, make rollup workUlrich-Matthias Schäfer2018-10-271-0/+22
|
* package-lockUlrich-Matthias Schäfer2018-10-171-0/+1270
|
* fix origin bugUlrich-Matthias Schäfer2018-06-281-3035/+2317
|
* Forgot to add standard to the package-json dohSaivan2018-02-271-0/+9169