Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 6 | -25/+53 |
| | |||||
* | Release 3.0.23.0.2 | Ulrich-Matthias Schäfer | 2018-12-03 | 11 | -20/+74 |
| | |||||
* | Release 3.0.13.0.1 | Ulrich-Matthias Schäfer | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | fixed methods not returning this and missing methods on List | Ulrich-Matthias Schäfer | 2018-12-03 | 9 | -181/+233 |
| | |||||
* | Release 3.0.03.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -2/+60 |
| | |||||
* | Make sure, that install notes are correct | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -5/+4 |
| | |||||
* | cleaup readme, the info is in the docs | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -32/+0 |
| | |||||
* | applied fixes from 2.x branch | Ulrich-Matthias Schäfer | 2018-12-01 | 4 | -48/+61 |
| | |||||
* | Its obvious that these Issue templates were notes... | Saivan | 2018-12-01 | 3 | -3/+3 |
| | |||||
* | Updated the issue templates to have multiple possibilities | Saivan | 2018-12-01 | 4 | -56/+34 |
| | |||||
* | Update issue templates | saivan | 2018-12-01 | 1 | -0/+46 |
| | |||||
* | Added a contributing and issue template guide | Saivan | 2018-12-01 | 2 | -0/+74 |
| | |||||
* | correct script | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -3/+3 |
| | |||||
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 13 | -981/+31 |
| | |||||
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 44 | -358/+3946 |
|\ | |||||
| * | Merge pull request #939 from svgdotjs/791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 12 | -102/+3178 |
| |\ | | | | | | | Implemented random colors and added back the playgrounds | ||||
| | * | Merge branch '790-color-spaces' into 791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 76 | -8920/+17597 |
| | |\ | | |/ | |/| | |||||
| * | | clamp values in toHex, tests, replace for of with for in | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -40/+51 |
| | | | |||||
| * | | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 75 | -8046/+15809 |
| |\ \ | |||||
| * | | | Fix bug when converting black to cymk space | Ulrich-Matthias Schäfer | 2018-11-26 | 2 | -1/+13 |
| | | | | |||||
| * | | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 5 | -19/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make sure _d is always defined - Clean up object before init - Check space in array - Use passed space instead of space in object if available | ||||
| * | | | fix Morphable so that it works with color spaces. It prefers the `to` space ↵ | Ulrich-Matthias Schäfer | 2018-11-25 | 4 | -10/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | over the `from` space - _d is initialized to 0 so toArray does not give you undefined - fix tests | ||||
| | | * | Implemented random colors and added back the playgrounds | Saivan | 2018-12-02 | 13 | -1834/+4057 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Finished off the color spaces, we are all green! | Saivan | 2018-11-26 | 2 | -219/+250 |
| | | | | | | | | | | | | | | | | | | | | | | | | We now have tested and working color spaces, isn't that nice! Changes ======= - All color spaces are working | ||||
| * | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 70 | -4221/+2148 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again | ||||
| * | | Updated all of the color modules and old tests are passing again | Saivan | 2018-11-25 | 3 | -140/+489 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the color modules, so that the old tests pass, we just need to modify the tests to test some of the new functionality (Since there was a lot of copy and paste work done haha) Changes ======= - Updated the color module to support a number of color spaces - Made sure all of the old tests are working again | ||||
| * | | Changed the esLint rules to avoid silly ternary operators, and to let code ↵ | Saivan | 2018-11-25 | 72 | -2107/+4684 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | add back move and dmove for groups | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -0/+26 |
| | | | |||||
* | | | add scripts to automatically upload to bower repo when publishing | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -4/+4 |
| | | | |||||
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move ↵ | Ulrich-Matthias Schäfer | 2018-12-01 | 9 | -75/+43 |
| | | | | | | | | | | | | | | | | | | bower to its own repo rename makeNode back to create | ||||
* | | | delete dist files from repo. | Ulrich-Matthias Schäfer | 2018-12-01 | 8 | -13309/+0 |
| |/ |/| | |||||
* | | fix testing with svgdom | Ulrich-Matthias Schäfer | 2018-11-28 | 5 | -43/+57 |
| | | |||||
* | | Merge branch 'es6-tests' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-28 | 26 | -129/+1000 |
|\ \ | |||||
| * | | merge karma configurations | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -117/+50 |
| | | | |||||
| * | | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 7 | -6171/+5912 |
| | | | |||||
| * | | include adopter tests in test bundle | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -2/+2 |
| | | | |||||
| * | | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 4 | -8/+177 |
| | | | |||||
| * | | make es5 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 5 | -2/+207 |
| | | | |||||
| * | | add config for karma to run es6 tests | Ulrich-Matthias Schäfer | 2018-11-28 | 2 | -2/+118 |
| | | | |||||
| * | | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 12 | -5992/+6402 |
| | | | |||||
| * | | make tests work in node and browser | Ulrich-Matthias Schäfer | 2018-11-28 | 3 | -11/+77 |
| | | | |||||
| * | | started to add es6 tests using svgdom as fallback in case no dom is found | Ulrich-Matthias Schäfer | 2018-11-28 | 7 | -61/+292 |
|/ / | |||||
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 34 | -6383/+12734 |
| | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | | Merge branch 'feature/tests2' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-27 | 14 | -713/+1010 |
|\ \ | |||||
| * | | add polyfill for CustomEvent | Ulrich-Matthias Schäfer | 2018-11-24 | 4 | -2/+10 |
| | | | |||||
| * | | updated karma-jasmine to 2.0 - fixing ↵ | dotnetCarpenter | 2018-11-15 | 2 | -26/+11 |
| | | | | | | | | | | | | https://github.com/karma-runner/karma-chrome-launcher/issues/190 | ||||
| * | | cleanup | dotnetCarpenter | 2018-11-14 | 6 | -4/+5 |
| | | | |||||
| * | | add rollup config to build polyfills | Ulrich-Matthias Schäfer | 2018-11-13 | 4 | -26/+53 |
| | | | |||||
| * | | Merge branch '3.0.0' into feature/tests2 | dotnetCarpenter | 2018-11-13 | 38 | -274/+7395 |
| |\ \ | |||||
| * | | | committing so @fuzzyma can continue the work | dotnetCarpenter | 2018-11-13 | 7 | -7365/+236 |
| | | | |