summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adapt changelog3.2.3Ulrich-Matthias Schäfer2024-06-181-0/+7
|
* fix export map for father toolUlrich-Matthias Schäfer2024-06-181-5/+5
|
* release 3.2.23.2.2Ulrich-Matthias Schäfer2024-06-182-1/+8
|
* fix import mapUlrich-Matthias Schäfer2024-06-181-2/+10
|
* update babel transform runtime versionUlrich-Matthias Schäfer2024-06-181-1/+1
|
* fix typo in changelogUlrich-Matthias Schäfer2024-06-181-1/+1
|
* release 3.2.13.2.1Ulrich-Matthias Schäfer2024-06-181-1/+1
|
* update changelogUlrich-Matthias Schäfer2024-06-181-0/+22
|
* update dependenciesUlrich-Matthias Schäfer2024-06-1819-1099/+1353
|
* use proper export mapUlrich-Matthias Schäfer2023-09-082-2/+6
|
* Merge pull request #1238 from gormster/1237-list-expose-builtin-array-methodsUlrich-Matthias Schäfer2023-09-032-0/+34
|\ | | | | Allow access to original Array.prototype methods on List prefixed with $
| * Add a test to check that the new and original methods both workMorgan Harris2021-11-241-0/+15
| |
| * Allow access to original Array.prototype methods on List prefixed with $Morgan Harris2021-11-242-0/+19
| |
* | add more events to sugar (fixes #1217)Ulrich-Matthias Schäfer2023-09-035-58/+93
| |
* | fix css, dont throw when screenCtm fails (fixes #968)Ulrich-Matthias Schäfer2023-09-036-59/+38
| |
* | add sugar methods to runner (fixes #1117)Ulrich-Matthias Schäfer2023-09-031-0/+32
| |
* | added amove methods to runner (fixes #1131)Ulrich-Matthias Schäfer2023-09-032-0/+15
| |
* | make duration optional in typesUlrich-Matthias Schäfer2023-09-031-2/+2
| |
* | allow + as delemiter in paths (fixes #1165)Ulrich-Matthias Schäfer2023-09-032-2/+9
| |
* | doscontinue use of svgjs:data in favor of data-svgUlrich-Matthias Schäfer2023-09-037-41/+36
| |
* | fix import of leading, dont write data to dom if not neccessaryUlrich-Matthias Schäfer2023-09-036-17/+56
| |
* | support css vars (fixes #1230)Ulrich-Matthias Schäfer2023-09-035-577/+109
| |
* | only apply color conversion to attributes that can take a color (fixes #1241)Ulrich-Matthias Schäfer2023-09-032-2/+18
| |
* | allow nodes that are not imported yet (fixes #1252)Ulrich-Matthias Schäfer2023-09-032-2/+16
| |
* | add isHTML flag to types (fixes #1266)Ulrich-Matthias Schäfer2023-09-031-1/+5
| |
* | allow 0 as animation duration and delay (fixes #1225)Ulrich-Matthias Schäfer2023-09-030-0/+0
| |
* | allow 0 as animation duration and delay (fixes #1125)Ulrich-Matthias Schäfer2023-09-032-8/+9
| |
* | add terminate method to timeline so memory can be freedUlrich-Matthias Schäfer2023-09-021-20/+27
| |
* | allow string as input to rectUlrich-Matthias Schäfer2023-09-021-4/+3
| |
* | skip descriptive elements on rebuild and toParentUlrich-Matthias Schäfer2023-09-026-6/+25
| |
* | Merge pull request #1309 from we125182/1307-add-Frament-declarationUlrich-Matthias Schäfer2023-08-181-3/+23
|\ \ | | | | | | fix: add Fragment declaration in svg.js.d.ts
| * | perf: add Container constructor declaration.Jiande2023-08-181-0/+1
| | | | | | | | | | | | if not, while user hover in Container will show DynamicExtends constructor params.
| * | perf: use dynamic extends to avoid duplicated declaration between Container ↵Jiande2023-08-171-45/+18
| | | | | | | | | | | | and Fragment
| * | fix: add Fragment declaration in svg.js.d.tsJiande2023-08-141-0/+46
|/ /
* | dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-13187-7082/+10932
| |
* | update lockfile version, formatting3.2.0Ulrich-Matthias Schäfer2023-06-122-3122/+5776
| |
* | update changelog, revert umd wrapper configUlrich-Matthias Schäfer2023-06-123-143/+231
| |
* | Merge pull request #1300 from AstroCorp/fix/typesUlrich-Matthias Schäfer2023-05-101-5/+6
|\ \ | | | | | | fix toParent type
| * | fix toParent typeAlejandro Leal2023-05-101-5/+6
|/ /
* | Merge pull request #1297 from albert-github/feature/bug_spellUlrich-Matthias Schäfer2023-04-1516-41/+41
|\ \ | | | | | | Spelling corrections
| * | Spelling correctionsalbert-github2023-04-1516-41/+41
|/ /
* | Merge pull request #1294 from timgates42/bugfix_typosUlrich-Matthias Schäfer2023-04-053-17/+17
|\ \ | | | | | | docs: Fix a few typos
| * | docs: Fix a few typosTim Gates2023-04-053-17/+17
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are small typos in: - spec/spec/animation/Runner.js - src/animation/Runner.js - src/animation/Timeline.js Fixes: - Should read `successful` rather than `successfull`. - Should read `transforms` rather than `tranforms`. - Should read `resetting` rather than `reseting`. - Should read `overwrite` rather than `overwfrite`. - Should read `morpher` rather than `morepher`. - Should read `declarative` rather than `declaritive`. Signed-off-by: Tim Gates <tim.gates@iress.com>
* | Merge pull request #1278 from HarryFaulkner/1277-use-single-quotes-for-maskWithUlrich-Matthias Schäfer2023-01-2810-11712/+35
|\ \ | | | | | | 1277: remove double quotes from maskWith url()
| * \ Merge branch 'svgdotjs:master' into 1277-use-single-quotes-for-maskWithHarryFaulkner2022-08-211-1/+1
| |\ \
| * | | remove double quote from all 'url()' refs, update testsHarry Faulkner2022-08-2110-11711/+34
| | | |
| * | | 1277: remove double quotes from maskWith url() implHarry Faulkner2022-08-091-1/+1
| | | |
* | | | Clone without assigning new IDsUlrich-Matthias Schäfer2022-12-134-7/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix issue with JestPhilippe Bernard2020-10-271-1/+2
| | | |
| * | | Test case for Dom.clone() with assignNewIds = falsePhilippe Bernard2020-10-141-1/+9
| | | |