What's Changed
- feat(clip): add clippath by @jtenner in #58
- [Docs] add __getClippingRegion function to docs by @jtenner in #59
- fix(gradients): support for 'transparent' as a color stop by @evanoc3 in #65
- Add code style enforcement, code of conduct by @jtenner in #66
- feat(DOMMatrix): add toFloat32Array and toFloat64Array by @FeliciousX in #70
- Fix(clip): delete clipping region with restore by @lekha in #73
- fix setLineDash parameter name: value -> segments by @milahu in #74
- test: add test for vis @antv/g2plot by @hustcc in #79
- optimize(Path2D): replace reassign-concat with for-push by @milahu in #76
- Add translate, translateSelf, scale and scaleSelf to DOMMatrix by @YonatanKra in #83
- ci: target to Node.js 12 by @LitoMore in #90
- fix(window): avoid
global.window
redefinition by @LitoMore in #91
New Contributors
- @evanoc3 made their first contribution in #65
- @FeliciousX made their first contribution in #70
- @lekha made their first contribution in #73
- @milahu made their first contribution in #74
- @YonatanKra made their first contribution in #83
- @LitoMore made their first contribution in #90
Full Changelog: v2.2.0...v2.4.0