aboutsummaryrefslogtreecommitdiffstats
path: root/.config/rollup.config.js
Commit message (Collapse)AuthorAgeFilesLines
* update babel transform runtime versionUlrich-Matthias Schäfer2024-06-181-1/+1
|
* update dependenciesUlrich-Matthias Schäfer2024-06-181-5/+5
|
* use proper export mapUlrich-Matthias Schäfer2023-09-081-1/+1
|
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-33/+48
|
* update changelog, revert umd wrapper configUlrich-Matthias Schäfer2023-06-121-2/+1
|
* Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-131-1/+2
|\
| * Fix issue with JestPhilippe Bernard2020-10-271-1/+2
| |
* | 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-041-24/+43
| | | | transforms, updated dependencies, finished tests, removed old es5 tests
* 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
|
* dont generate esm bundle anymore and link to src/main.js directly. Move ↵Ulrich-Matthias Schäfer2018-12-011-30/+22
| | | | | | bower to its own repo rename makeNode back to create
* Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-84/+90
| | | | | | | | | | | - 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.
* committing so @fuzzyma can continue the workdotnetCarpenter2018-11-131-0/+111