Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -2478/+4919 |
| | |||||
* | update lockfile version, formatting3.2.0 | Ulrich-Matthias Schäfer | 2023-06-12 | 1 | -3120/+5774 |
| | |||||
* | remove double quote from all 'url()' refs, update tests | Harry Faulkner | 2022-08-21 | 1 | -11697/+20 |
| | |||||
* | release 3.1.23.1.2 | Ulrich-Matthias Schäfer | 2022-01-26 | 1 | -683/+12427 |
| | |||||
* | fixed issues when animating css, updated deps | Ulrich-Matthias Schäfer | 2021-10-27 | 1 | -3212/+1230 |
| | | | | | | ### Fixed - fixed `css()` returning camelCased properties even though they were specified in kebap-case - fixed `ObjectBag` loosing information when calling `valueOf()` (Numbers lost its unit) | ||||
* | package-lock3.1.1 | Ulrich-Matthias Schäfer | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | Release 3.1.03.1.0 | Ulrich-Matthias Schäfer | 2021-06-14 | 1 | -32/+18 |
| | |||||
* | cleaned up config, reduced bundle size by a lot!!! | Ulrich-Matthias Schäfer | 2021-06-14 | 1 | -44/+1 |
| | |||||
* | fix group move bug when group contains elements without dimensions, update deps | Ulrich-Matthias Schäfer | 2021-06-13 | 1 | -2266/+2141 |
| | |||||
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -2345/+5400 |
| | |||||
* | Added exports from window.js | Pedro José Batista | 2020-06-02 | 1 | -248/+463 |
| | |||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 1 | -6287/+3270 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 1 | -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 stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 1 | -4332/+3377 |
| | |||||
* | 1023 - update package-lock.json | Simon Lenz | 2019-07-27 | 1 | -35/+58 |
| | |||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -165/+205 |
| | |||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -90/+2878 |
|\ | |||||
| * | Merge branch '790-color-spaces' into 791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -1122/+2570 |
| |\ | |/ |/| | |||||
| * | Implemented random colors and added back the playgrounds | Saivan | 2018-12-02 | 1 | -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 ↵ | Saivan | 2018-11-25 | 1 | -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 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -0/+171 |
| | | |||||
* | | started to add es6 tests using svgdom as fallback in case no dom is found | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -58/+12 |
| | | |||||
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -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 CustomEvent | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -1/+6 |
| | | |||||
* | | updated karma-jasmine to 2.0 - fixing ↵ | dotnetCarpenter | 2018-11-15 | 1 | -24/+10 |
| | | | | | | | | https://github.com/karma-runner/karma-chrome-launcher/issues/190 | ||||
* | | add rollup config to build polyfills | Ulrich-Matthias Schäfer | 2018-11-13 | 1 | -7/+21 |
| | | |||||
* | | Merge branch '3.0.0' into feature/tests2 | dotnetCarpenter | 2018-11-13 | 1 | -0/+6 |
|\| | |||||
| * | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -0/+6 |
| | | | | | | | | make sure that init functions are chaninable | ||||
* | | committing so @fuzzyma can continue the work | dotnetCarpenter | 2018-11-13 | 1 | -138/+92 |
| | | |||||
* | | saucelabs testing with chrome 70 works - locally | dotnetCarpenter | 2018-11-12 | 1 | -22/+10 |
| | | |||||
* | | added missing saucelabs npm packages | dotnetCarpenter | 2018-11-12 | 1 | -12/+474 |
| | | |||||
* | | cleanup and use chromium on linux | dotnetCarpenter | 2018-11-11 | 1 | -125/+77 |
|/ | |||||
* | remove other builds because of bloat for now until fixed | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -54/+146 |
| | |||||
* | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -3637/+1036 |
| | |||||
* | setup rollup to build minimized file and report stats | Ulrich-Matthias Schäfer | 2018-10-28 | 1 | -42/+1239 |
| | |||||
* | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 1 | -0/+22 |
| | |||||
* | package-lock | Ulrich-Matthias Schäfer | 2018-10-17 | 1 | -0/+1270 |
| | |||||
* | fix origin bug | Ulrich-Matthias Schäfer | 2018-06-28 | 1 | -3035/+2317 |
| | |||||
* | Forgot to add standard to the package-json doh | Saivan | 2018-02-27 | 1 | -0/+9169 |