aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * add more elliptical arc flag parsing test coverageMike Wilkerson2020-12-121-1/+9
| |
| * fix for arc flags parsingMike Wilkerson2020-12-122-1/+30
|/
* Merge pull request #1168 from melon3r/patch-1Ulrich-Matthias Schäfer2020-11-161-1/+1
|\ | | | | Allow strings to be passed as transform origin on TS
| * Allow strings to be passed as transform origin on TSDani2020-11-161-1/+1
|/ | | | | We need this to be able to pass strings like "top-right" or "center" as transform origin on TypeScript, as they're already supported on JavaScript. @neomorfeo
* Merge pull request #1167 from melon3r/patch-1Ulrich-Matthias Schäfer2020-11-131-0/+1
|\ | | | | Add style() to Container on TS bindings
| * Add style() to Container on TS bindingsDani2020-11-121-0/+1
|/ | | | | We need this to be able to define styles on the SVG from TypeScript. @neomorfeo
* fix `clone()` to return the correct instance (#1154)Ulrich-Matthias Schäfer2020-09-274-3/+11
|
* fix path parsing (#1145)Ulrich-Matthias Schäfer2020-09-058-201/+351
|
* Add attribute `rotate` to `MatrixTransformParam` (#1149)jhajjaarap2020-09-051-0/+1
| | | Add attribute `rotate` to `MatrixTransformParam`
* Merge pull request #1129 from josepaiva94/typesUlrich-Matthias Schäfer2020-06-151-7/+7
|\ | | | | Fix types for List and ForeignObject (same line separators)
| * Remove extends ElementAlias from List itemsJosé C. Paiva2020-06-141-3/+2
| |
| * Fix types for List and ForeignObjectJosé C. Paiva2020-06-141-8/+9
|/