summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | New paremeter assignNewIds for Dom.clone()Philippe Bernard2020-10-142-5/+10
| | | |
* | | | Merge pull request #1280 from dhckdaks/1279-fix-addto-type-definitionUlrich-Matthias Schäfer2022-08-121-1/+1
|\ \ \ \ | |_|/ / |/| | | fix: Add second parameter definition
| * | | fix: Add second parameter definitioncmoh2022-08-111-1/+1
|/ / /
* | | d.ts Timeline.active() (#1253)Timo Hausmann2022-02-081-0/+1
| | |
* | | Performance: don't create extra objects in point() (#1251)Glandos2022-01-281-1/+1
| | |
* | | release 3.1.23.1.2Ulrich-Matthias Schäfer2022-01-263-705/+12453
| | |
* | | Merge pull request #1249 from Mscht/1248-event-target-off-param-optionsUlrich-Matthias Schäfer2022-01-183-5/+16
|\ \ \ | |_|/ |/| | Add parameter "options" to EventTarget.off()
| * | Add parameter "options" to EventTarget.off()Mario Schlicht2022-01-183-5/+16
|/ / | | | | | | - additional: Typescript-Interfaces for off() functions updated
* | Merge pull request #1236 from gormster/fix-1235Ulrich-Matthias Schäfer2021-11-232-2/+40
|\ \ | | | | | | Fix #1235
| * | Add regression test for #1235Morgan Harris2021-11-231-0/+1
| | | | | | | | | | | | | | | This is literally all you have to do to break this function... just have one single other group in your document.
| * | Return null if `until` not in parent chainMorgan Harris2021-11-232-7/+22
| | |
| * | Add test for closest matching parentMorgan Harris2021-11-231-0/+13
| | |
| * | Fix broken parents() functionMorgan Harris2021-11-231-1/+10
|/ /
* | Merge pull request #1233 from adamyakes/1232-dmove-declarion-missingUlrich-Matthias Schäfer2021-11-101-0/+1
|\ \ | | | | | | Adds dmove to type definition for class Runner
| * | Includes dmove method on Runner classAdam Yakes2021-11-101-0/+1
|/ /
* | Merge pull request #1231 from Glandos/patch-2Ulrich-Matthias Schäfer2021-11-051-2/+2
|\ \ | | | | | | findOne can return null
| * | findOne can return nullGlandos2021-11-051-2/+2
|/ / | | | | This can be a breaking change. But it will also fix the contract of the method.
* | fixed issues when animating css, updated depsUlrich-Matthias Schäfer2021-10-278-3304/+1367
| | | | | | | | | | | | ### 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)
* | Merge pull request #1223 from larshp/masterUlrich-Matthias Schäfer2021-10-121-3/+1
|\ \ | | | | | | types: remove at() methods
| * | types: remove at() methodsLars Hvam2021-10-121-3/+1
|/ /
* | Merge pull request #1219 from visionm45/masterUlrich-Matthias Schäfer2021-09-231-1/+1
|\ \ | | | | | | node or new
| * | this time for real revert package lockDaniel2021-09-221-5/+1
| | |
| * | Revert "remove old code"Daniel2021-09-221-1/+2
| | | | | | | | | | | | This reverts commit aeea23be44bb6dc1653837c61c82a404d4701c8b.
| * | Revert "remove old code"Daniel2021-09-221-0/+3
| | | | | | | | | | | | This reverts commit aeea23be44bb6dc1653837c61c82a404d4701c8b.
| * | reverted package lock and edit nodeOrNewDaniel2021-09-221-1/+1
| | |
| * | Revert "nodeornew"Daniel2021-09-221-14112/+20
| | | | | | | | | | | | | | | | | | This reverts commit dc7e039ef2cbd3005c53652334f42d12f1f25691. reverting package-lock.json
| * | remove old codeDaniel2021-09-221-4/+0
| | |
| * | check 'ownerDocument' in node in nodeOrNewDaniel Kern2021-09-201-1/+2
| | |
| * | newDaniel Kern2021-09-201-4/+4
| | |
| * | nodeornewDaniel Kern2021-09-202-20/+14115
|/ /
* | Merge pull request #1215 from meriturva/patch-1Ulrich-Matthias Schäfer2021-09-071-0/+1
|\ \ | | | | | | Update svg.js.d.ts -> zoom
| * | Update svg.js.d.tsDiego Bonura2021-09-071-0/+1
|/ / | | | | Add zoom():number to d.ts to get current zoom level
* | package-lock3.1.1Ulrich-Matthias Schäfer2021-06-252-2/+2
| |
* | Release 3.1.1Ulrich-Matthias Schäfer2021-06-252-1/+8
| |
* | Update svg.js.d.tsUlrich-Matthias Schäfer2021-06-181-1/+1
| | | | | | zoom should return `this`
* | Merge pull request #1204 from maximedupre/patch-1Ulrich-Matthias Schäfer2021-06-181-2/+2
|\ \ | | | | | | Fixes typings starting tsc 4.2.4
| * | Fixes types starting tsc 4.2.4Maxime Dupré2021-06-171-2/+2
|/ /
* | Release 3.1.03.1.0Ulrich-Matthias Schäfer2021-06-143-34/+19
| |
* | cleaned up config, reduced bundle size by a lot!!!Ulrich-Matthias Schäfer2021-06-143-69/+15
| |
* | fix group move bug when group contains elements without dimensions, update depsUlrich-Matthias Schäfer2021-06-135-2299/+2202
| |
* | Update website to svgjs.devWout2021-06-111-2/+2
| |
* | fix: change domain name to svgjs.devWout2021-06-094-4/+4
| |
* | Update README.mdWout2021-06-091-1/+1
| |
* | Update README.mdUlrich-Matthias Schäfer2021-05-201-1/+1
| | | | | | update docs link
* | Merge pull request #1201 from josepaiva94/typesUlrich-Matthias Schäfer2021-05-041-0/+10
|\ \ | | | | | | Types for Style
| * | add types for stylesJosé C. Paiva2021-05-031-1/+3
| | |
| * | add types for stylesJosé C. Paiva2021-05-031-0/+8
|/ /
* | update dependencies, apply new linter fixesUlrich-Matthias Schäfer2021-01-1340-2759/+5886
| |
* | typos (#1179)ordago2020-12-1729-49/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * typos in 1000-accesses.js * typos in transforms.js * typos in Controller.js * typos in Runner.js * typos in Timeline.js * typos in Dom.js * typos in Marker.js * typos in Mask.js * typos in Tspan.js * typos in containerGeometry.js * typos in event.js * typos in css.js * typos in data.js * typos in sugar.js * typos in EventTarget.js * typos in List.js * typos in Matrix.js * typos in SVGArray.js * typos in utils.js * typos in RAFPlugin.js * typos in Runner.js * typos in Timeline.js * typos in Dom.js * typos in Pattern.js * typos in arrange.js * typos in Box.js * typos in SVGNumber.js * typos in utils.js * typos in CONTRIBUTING.md
* | Merge pull request #1175 from FortAwesome/fix-elliptical-arc-flags-parsingUlrich-Matthias Schäfer2020-12-132-1/+38
|\ \ | | | | | | fix arc flags parsing