]> source.dussan.org Git - svg.js.git/shortlog
svg.js.git
2020-04-09 Ulrich-Matthias... added tests for Image
2020-04-09 Ulrich-Matthias... added test for Gradient
2020-04-09 Ulrich-Matthias... added tests for ellipse
2020-04-09 Ulrich-Matthias... added tests for Defs
2020-04-09 Ulrich-Matthias... fixes and tests
2020-04-08 Ulrich-Matthias... added tests for ClipPath
2020-04-08 Ulrich-Matthias... added tests for Circle
2020-04-08 Ulrich-Matthias... fix defs and reference, tests for Element
2020-04-07 Ulrich-Matthias... tests for EventTarget
2020-04-07 Ulrich-Matthias... added Fragment, completed Dom Tests, fixed `matches...
2020-04-05 Ulrich-Matthias... added second parameter to `addTo` and `putIn`. Added...
2020-04-04 Ulrich-Matthias... renamed removeNamespace()
2020-04-03 Ulrich-Matthias... - fixed `put()` which correctly creates an svgjs objec...
2020-03-29 Ulrich-Matthias... fixed put and adopter, added tests to cover it
2020-03-28 Ulrich-Matthias... fix travis config
2020-03-28 Ulrich-Matthias... This is a big one...
2020-03-23 Ulrich-Matthias... Merge pull request #1096 from LumaKernel/types-for...
2020-03-23 LumaAdd mouseenter()/mouseleave() function definition to... 1096/head
2019-12-19 Ulrich-Matthias... Merge pull request #1065 from mradcliffe/1064-fix-eleme...
2019-12-16 Matthew RadcliffeChanges animate duration argument to TimeLike 1065/head
2019-12-12 Matthew RadcliffeFixes Element.animate typing
2019-11-12 Ulrich-Matthias... fixed build of polyfills which was broken because of... 3.0.16
2019-11-08 Ulrich-Matthias... bump version 3.0.15
2019-11-01 Ulrich-Matthias... Updated dependencies to newest version, new linter...
2019-10-31 Ulrich-Matthias... bump version 3.0.14
2019-07-27 Ulrich-Matthias... Merge pull request #1026 from lenzls/1023-hide-from...
2019-07-26 Simon Lenz1023 - update package-lock.json 1026/head
2019-07-26 Simon Lenz1023 - hide parser from screen readers
2019-06-12 Ulrich-Matthias... bump version 3.0.13
2019-05-24 Ulrich-Matthias... Merge pull request #1004 from maxailloud/typescript...
2019-05-24 Maxime AILLOUDPathArray parse method's parameter should be optional... 1004/head
2019-05-24 Maxime AILLOUDTypescript definition file: add null as possible parame...
2019-05-09 Ulrich-Matthias... Merge pull request #992 from valentinradu/master
2019-05-09 ValentinAdded tests for 0 value width/height wrong path scaling 992/head
2019-05-06 ValentinFixed path transformation when box width or height...
2019-04-26 Ulrich-Matthias... fix transform getter when something is 0. Make sure...
2019-04-11 Ulrich-Matthias... Merge pull request #985 from JanMisker/patch-1
2019-04-11 JanMiskerUpdate CHANGELOG.md 985/head
2019-04-01 Ulrich-Matthias... Merge pull request #966 from michAtEl/issue-964
2019-03-01 Ulrich-Matthias... Merge pull request #974 from cmidt-veasna/update-typesc...
2019-03-01 Veasna SrengUpdate typescript definition file. 974/head
2019-02-27 Ulrich-Matthias... Register classes explicitly instead of relying on ...
2019-02-23 Michael Beckerbugfix for issue 964 966/head
2019-02-19 Ulrich-Matthias... bump version number 3.0.12
2019-02-19 kabentleycleanup of .d.ts (#960)
2019-02-18 Ulrich-Matthias... added foreignObject to the core
2019-02-12 Ulrich-Matthias... Merge pull request #957 from kabentley/use-umd
2019-02-12 Keith Bentleyfix SVGNumber and SVGArray 957/head
2019-02-12 Keith BentleyMerge branch 'master' into use-umd
2019-02-12 Keith BentleyCleanup of d.ts
2019-02-11 kabentleyMerge pull request #1 from svgdotjs/master
2019-02-11 Ulrich-Matthias... Merge pull request #956 from kabentley/use-umd
2019-02-11 Keith Bentleytwo constructors for PathArray 956/head
2019-02-11 Keith Bentleymissed constructors on Matrix and PathArray
2019-02-11 Keith Bentleyrevert to iife for bundle. Set "browser" to src/main...
2019-02-10 Keith BentleyBare -> Dom
2019-02-10 Keith Bentleymore cleanup of svg.js.d.ts
2019-02-08 Keith Bentleyuse umd format in rollup.
2019-01-22 Ulrich-Matthias... fix travis test
2019-01-22 Ulrich-Matthias... bump version number 3.0.11
2019-01-22 Ulrich-Matthias... fixed move and center commands for text
2019-01-18 Ulrich-Matthias... speed up zoom function for non-FF Browser
2019-01-14 Ulrich-Matthias... correct wrong year in changelog
2019-01-14 Ulrich-Matthias... fixed `root()`, `textPath()`, `text.path()` and `path... 3.0.10
2019-01-14 Ulrich-Matthias... fixed `textPath()` and `path().text()`
2019-01-14 Ulrich-Matthias... renamed unit() to `convert()` to avoid name collision 3.0.9
2019-01-13 Ulrich-Matthias... added back `to()` as `unit()` of `SVG.Number` which... 3.0.8
2019-01-13 Ulrich-Matthias... minor bugfix in bbox and performance changes 3.0.7
2019-01-12 Ulrich-Matthias... Release 3.0.6 3.0.6
2019-01-12 Ulrich-Matthias... Fix move and size of groups, removed setting of a defau...
2018-12-30 Ulrich-Matthias... Merge pull request #947 from idready/master
2018-12-30 idreadyCorrect words 947/head
2018-12-14 Ulrich-Matthias... Merge pull request #945 from edemaine/pointarray-transform
2018-12-14 Erik DemaineAvoid for..of loop 945/head
2018-12-14 Erik DemaineAdd tests
2018-12-14 Erik DemaineBug fix
2018-12-14 Erik DemaineFix missing comma, lint
2018-12-13 Erik DemaineAdd PointArray.transform by analogy to Point.transform
2018-12-12 Ulrich-Matthias... Release 3.0.5 3.0.5
2018-12-07 Ulrich-Matthias... Release 3.0.4 3.0.4
2018-12-05 Ulrich-Matthias... Release 3.0.3 3.0.3
2018-12-03 Ulrich-Matthias... Release 3.0.2 3.0.2
2018-12-03 Ulrich-Matthias... Release 3.0.1 3.0.1
2018-12-03 Ulrich-Matthias... fixed methods not returning this and missing methods...
2018-12-01 Ulrich-Matthias... Release 3.0.0 3.0.0
2018-12-01 Ulrich-Matthias... Make sure, that install notes are correct
2018-12-01 Ulrich-Matthias... cleaup readme, the info is in the docs
2018-12-01 Ulrich-Matthias... applied fixes from 2.x branch
2018-12-01 SaivanIts obvious that these Issue templates were notes...
2018-12-01 SaivanUpdated the issue templates to have multiple possibilities
2018-12-01 saivanUpdate issue templates
2018-12-01 SaivanAdded a contributing and issue template guide
2018-12-01 Ulrich-Matthias... correct script
2018-12-01 Ulrich-Matthias... fix playgrounds, delete unneeded files
2018-12-01 Ulrich-Matthias... Merge branch '790-color-spaces' into 3.0.0
2018-12-01 Ulrich-Matthias... Merge pull request #939 from svgdotjs/791-random-colors
2018-12-01 Ulrich-Matthias... Merge branch '790-color-spaces' into 791-random-colors 939/head
2018-12-01 Ulrich-Matthias... add back move and dmove for groups
2018-12-01 Ulrich-Matthias... clamp values in toHex, tests, replace for of with for in
2018-12-01 SaivanImplemented random colors and added back the playgrounds
next