Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -4/+4 |
| | |||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 1 | -2/+2 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | fix travis config | Ulrich-Matthias Schäfer | 2020-03-28 | 1 | -17/+11 |
| | |||||
* | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -3/+4 |
| | | | | | | | | | | | - 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. | ||||
* | do not send codecoverage + start some more browsers at saucelabs | dotnetCarpenter | 2018-11-12 | 1 | -6/+6 |
| | |||||
* | tell travis to run saucelabs tests | dotnetCarpenter | 2018-11-12 | 1 | -5/+5 |
| | |||||
* | fix travis yml | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | add chrome to travis | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+2 |
| | |||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -1/+1 |
| | |||||
* | speedup build for tests | dotnetCarpenter | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | added `npm run test:quick` which aim at being fast rather than correct - ↵ | dotnetCarpenter | 2016-11-13 | 1 | -1/+0 |
| | | | | great for git hooks | ||||
* | added code coverage | dotnetCarpenter | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | speed up travis tests by caching the node_modules folder - should shave off ↵ | dotnetCarpenter | 2016-10-20 | 1 | -0/+4 |
| | | | | 23 seconds of test run time | ||||
* | use default linux image, change name of nvm node version to stable instead ↵ | dotnetCarpenter | 2016-10-16 | 1 | -4/+6 |
| | | | | of node - it is the same version but stable is a better name, build the source before testing in case someone only push changes to the source and don't build | ||||
* | use the 'latest' version of firefox | dotnetCarpenter | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | use a newer ubuntu image and the latest firefox (49.0) | dotnetCarpenter | 2016-10-12 | 1 | -9/+4 |
| | |||||
* | update badge and log firefox version on travis | dotnetCarpenter | 2016-10-08 | 1 | -2/+0 |
| | |||||
* | be sure that firefox is not running before test starts | dotnetCarpenter | 2016-10-08 | 1 | -0/+4 |
| | |||||
* | install newest firefox on travis currently we use 38.0 but the current ↵ | dotnetCarpenter | 2016-10-08 | 1 | -2/+7 |
| | | | | version is 49.0 | ||||
* | switch back to firefox for testing | dotnetCarpenter | 2016-10-08 | 1 | -4/+3 |
| | |||||
* | chromium-browser is already the newest version. Uncomment to enable update ↵ | dotnetCarpenter | 2016-10-05 | 1 | -3/+3 |
| | | | | of the chromium browser on travis. | ||||
* | fix syntax error | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | test with newer version of chrome | dotnetCarpenter | 2016-10-05 | 1 | -3/+3 |
| | |||||
* | --amend | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | configure chromium to be chrome on travis | dotnetCarpenter | 2016-10-05 | 1 | -2/+3 |
| | |||||
* | probing for chrome on travis | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 |
| | |||||
* | Many of the failing tests are rounding errors. Different browsers delivered ↵ | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 |
| | | | | different results. Thats why we took chrome as base. | ||||
* | remove redundant npm install - travis do this for us because we're a node ↵ | dotnetCarpenter | 2016-10-04 | 1 | -2/+0 |
| | | | | project | ||||
* | Firefox 31 is really old - we want to test against a newer browser | dotnetCarpenter | 2016-10-04 | 1 | -0/+3 |
| | |||||
* | try to run travis | dotnetCarpenter | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | try to run test with individual files instead of the concated version so it ↵ | dotnetCarpenter | 2016-10-04 | 1 | -0/+9 |
is easier to track down the source file |