]>
source.dussan.org Git - svg.js.git/log
夜 [Wed, 17 Jul 2024 06:15:50 +0000 (14:15 +0800)]
fix: CSSStyleName typescript
夜 [Wed, 17 Jul 2024 03:02:05 +0000 (11:02 +0800)]
fix: shape.css({})
Ulrich-Matthias Schäfer [Thu, 27 Jun 2024 10:01:22 +0000 (12:01 +0200)]
prettier
Ulrich-Matthias Schäfer [Thu, 27 Jun 2024 10:00:05 +0000 (12:00 +0200)]
release 3.2.4
Ulrich-Matthias Schäfer [Thu, 27 Jun 2024 09:57:42 +0000 (11:57 +0200)]
fixing dmove for nested svgs (https://github.com/svgdotjs/svg.draggable.js/issues/127)
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 14:19:39 +0000 (16:19 +0200)]
add link to release
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 14:05:44 +0000 (16:05 +0200)]
adapt changelog
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 13:51:35 +0000 (15:51 +0200)]
fix export map for father tool
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 10:32:58 +0000 (12:32 +0200)]
release 3.2.2
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 10:32:13 +0000 (12:32 +0200)]
fix import map
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 09:59:34 +0000 (11:59 +0200)]
update babel transform runtime version
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 09:19:22 +0000 (11:19 +0200)]
fix typo in changelog
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 09:10:50 +0000 (11:10 +0200)]
release 3.2.1
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 09:10:33 +0000 (11:10 +0200)]
update changelog
Ulrich-Matthias Schäfer [Tue, 18 Jun 2024 09:01:45 +0000 (11:01 +0200)]
update dependencies
Ulrich-Matthias Schäfer [Fri, 8 Sep 2023 19:22:16 +0000 (21:22 +0200)]
use proper export map
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 12:35:18 +0000 (14:35 +0200)]
Merge pull request #1238 from gormster/1237-list-expose-builtin-array-methods
Allow access to original Array.prototype methods on List prefixed with $
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 12:09:36 +0000 (14:09 +0200)]
add more events to sugar (fixes #1217)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 10:20:46 +0000 (12:20 +0200)]
fix css, dont throw when screenCtm fails (fixes #968)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 09:42:56 +0000 (11:42 +0200)]
add sugar methods to runner (fixes #1117)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 09:33:51 +0000 (11:33 +0200)]
added amove methods to runner (fixes #1131)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 09:29:45 +0000 (11:29 +0200)]
make duration optional in types
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 08:49:11 +0000 (10:49 +0200)]
allow + as delemiter in paths (fixes #1165)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 07:49:01 +0000 (09:49 +0200)]
doscontinue use of svgjs:data in favor of data-svg
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 07:36:57 +0000 (09:36 +0200)]
fix import of leading, dont write data to dom if not neccessary
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 06:53:28 +0000 (08:53 +0200)]
support css vars (fixes #1230)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 06:07:53 +0000 (08:07 +0200)]
only apply color conversion to attributes that can take a color (fixes #1241)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 05:54:34 +0000 (07:54 +0200)]
allow nodes that are not imported yet (fixes #1252)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 05:34:53 +0000 (07:34 +0200)]
add isHTML flag to types (fixes #1266)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 05:23:54 +0000 (07:23 +0200)]
allow 0 as animation duration and delay (fixes #1225)
Ulrich-Matthias Schäfer [Sun, 3 Sep 2023 05:21:41 +0000 (07:21 +0200)]
allow 0 as animation duration and delay (fixes #1125)
Ulrich-Matthias Schäfer [Sat, 2 Sep 2023 19:44:19 +0000 (21:44 +0200)]
add terminate method to timeline so memory can be freed
Ulrich-Matthias Schäfer [Sat, 2 Sep 2023 19:30:04 +0000 (21:30 +0200)]
allow string as input to rect
Ulrich-Matthias Schäfer [Sat, 2 Sep 2023 19:23:53 +0000 (21:23 +0200)]
skip descriptive elements on rebuild and toParent
Ulrich-Matthias Schäfer [Fri, 18 Aug 2023 18:41:13 +0000 (20:41 +0200)]
Merge pull request #1309 from we125182/1307-add-Frament-declaration
fix: add Fragment declaration in svg.js.d.ts
Jiande [Fri, 18 Aug 2023 06:04:23 +0000 (14:04 +0800)]
perf: add Container constructor declaration.
if not, while user hover in Container will show DynamicExtends constructor params.
Jiande [Thu, 17 Aug 2023 06:30:45 +0000 (14:30 +0800)]
perf: use dynamic extends to avoid duplicated declaration between Container and Fragment
Jiande [Mon, 14 Aug 2023 10:49:56 +0000 (18:49 +0800)]
fix: add Fragment declaration in svg.js.d.ts
Ulrich-Matthias Schäfer [Mon, 12 Jun 2023 23:43:37 +0000 (01:43 +0200)]
dependency updates, easier formatting
Ulrich-Matthias Schäfer [Mon, 12 Jun 2023 08:34:08 +0000 (10:34 +0200)]
update lockfile version, formatting
Ulrich-Matthias Schäfer [Mon, 12 Jun 2023 08:32:08 +0000 (10:32 +0200)]
update changelog, revert umd wrapper config
Ulrich-Matthias Schäfer [Wed, 10 May 2023 07:59:25 +0000 (09:59 +0200)]
Merge pull request #1300 from AstroCorp/fix/types
fix toParent type
Alejandro Leal [Wed, 10 May 2023 07:53:52 +0000 (09:53 +0200)]
fix toParent type
Ulrich-Matthias Schäfer [Sat, 15 Apr 2023 10:51:19 +0000 (12:51 +0200)]
Merge pull request #1297 from albert-github/feature/bug_spell
Spelling corrections
albert-github [Sat, 15 Apr 2023 09:45:54 +0000 (11:45 +0200)]
Spelling corrections
Ulrich-Matthias Schäfer [Wed, 5 Apr 2023 11:42:41 +0000 (13:42 +0200)]
Merge pull request #1294 from timgates42/bugfix_typos
docs: Fix a few typos
Tim Gates [Wed, 5 Apr 2023 11:12:10 +0000 (21:12 +1000)]
docs: Fix a few typos
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>
Ulrich-Matthias Schäfer [Sat, 28 Jan 2023 19:07:59 +0000 (20:07 +0100)]
Merge pull request #1278 from HarryFaulkner/1277-use-single-quotes-for-maskWith
1277: remove double quotes from maskWith url()
Ulrich-Matthias Schäfer [Tue, 13 Dec 2022 08:55:16 +0000 (09:55 +0100)]
Clone without assigning new IDs
HarryFaulkner [Sun, 21 Aug 2022 10:14:34 +0000 (11:14 +0100)]
Merge branch 'svgdotjs:master' into 1277-use-single-quotes-for-maskWith
Harry Faulkner [Sun, 21 Aug 2022 10:13:53 +0000 (11:13 +0100)]
remove double quote from all 'url()' refs, update tests
Ulrich-Matthias Schäfer [Fri, 12 Aug 2022 05:45:06 +0000 (07:45 +0200)]
Merge pull request #1280 from dhckdaks/1279-fix-addto-type-definition
fix: Add second parameter definition
cmoh [Thu, 11 Aug 2022 07:29:02 +0000 (16:29 +0900)]
fix: Add second parameter definition
Harry Faulkner [Tue, 9 Aug 2022 15:19:08 +0000 (16:19 +0100)]
1277: remove double quotes from maskWith url() impl
Timo Hausmann [Mon, 7 Feb 2022 22:02:43 +0000 (23:02 +0100)]
d.ts Timeline.active() (#1253)
Glandos [Thu, 27 Jan 2022 21:18:14 +0000 (22:18 +0100)]
Performance: don't create extra objects in point() (#1251)
Ulrich-Matthias Schäfer [Wed, 26 Jan 2022 22:14:58 +0000 (23:14 +0100)]
release 3.1.2
Ulrich-Matthias Schäfer [Tue, 18 Jan 2022 09:09:14 +0000 (10:09 +0100)]
Merge pull request #1249 from Mscht/1248-event-target-off-param-options
Add parameter "options" to EventTarget.off()
Mario Schlicht [Tue, 18 Jan 2022 07:01:58 +0000 (08:01 +0100)]
Add parameter "options" to EventTarget.off()
- additional: Typescript-Interfaces for off() functions updated
Morgan Harris [Wed, 24 Nov 2021 00:47:42 +0000 (11:47 +1100)]
Add a test to check that the new and original methods both work
Morgan Harris [Wed, 24 Nov 2021 00:35:39 +0000 (11:35 +1100)]
Allow access to original Array.prototype methods on List prefixed with $
Ulrich-Matthias Schäfer [Tue, 23 Nov 2021 08:58:37 +0000 (09:58 +0100)]
Merge pull request #1236 from gormster/fix-1235
Fix #1235
Morgan Harris [Tue, 23 Nov 2021 02:15:21 +0000 (13:15 +1100)]
Add regression test for #1235
This is literally all you have to do to break this function... just have
one single other group in your document.
Morgan Harris [Tue, 23 Nov 2021 02:12:44 +0000 (13:12 +1100)]
Return null if `until` not in parent chain
Morgan Harris [Tue, 23 Nov 2021 02:11:12 +0000 (13:11 +1100)]
Add test for closest matching parent
Morgan Harris [Tue, 23 Nov 2021 01:43:02 +0000 (12:43 +1100)]
Fix broken parents() function
Ulrich-Matthias Schäfer [Wed, 10 Nov 2021 21:11:46 +0000 (22:11 +0100)]
Merge pull request #1233 from adamyakes/1232-dmove-declarion-missing
Adds dmove to type definition for class Runner
Adam Yakes [Wed, 10 Nov 2021 20:12:05 +0000 (14:12 -0600)]
Includes dmove method on Runner class
Ulrich-Matthias Schäfer [Fri, 5 Nov 2021 09:51:19 +0000 (10:51 +0100)]
Merge pull request #1231 from Glandos/patch-2
findOne can return null
Glandos [Fri, 5 Nov 2021 09:12:50 +0000 (10:12 +0100)]
findOne can return null
This can be a breaking change. But it will also fix the contract of the method.
Ulrich-Matthias Schäfer [Wed, 27 Oct 2021 11:25:00 +0000 (13:25 +0200)]
fixed issues when animating css, updated deps
### 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)
Ulrich-Matthias Schäfer [Tue, 12 Oct 2021 09:26:36 +0000 (11:26 +0200)]
Merge pull request #1223 from larshp/master
types: remove at() methods
Lars Hvam [Tue, 12 Oct 2021 09:01:12 +0000 (11:01 +0200)]
types: remove at() methods
Ulrich-Matthias Schäfer [Thu, 23 Sep 2021 11:58:25 +0000 (13:58 +0200)]
Merge pull request #1219 from visionm45/master
node or new
Daniel [Wed, 22 Sep 2021 22:46:41 +0000 (17:46 -0500)]
this time for real revert package lock
Daniel [Wed, 22 Sep 2021 22:45:12 +0000 (17:45 -0500)]
Revert "remove old code"
This reverts commit
aeea23be44bb6dc1653837c61c82a404d4701c8b .
Daniel [Wed, 22 Sep 2021 22:44:50 +0000 (17:44 -0500)]
Revert "remove old code"
This reverts commit
aeea23be44bb6dc1653837c61c82a404d4701c8b .
Daniel [Wed, 22 Sep 2021 22:41:46 +0000 (17:41 -0500)]
reverted package lock and edit nodeOrNew
Daniel [Wed, 22 Sep 2021 22:39:41 +0000 (17:39 -0500)]
Revert "nodeornew"
This reverts commit
dc7e039ef2cbd3005c53652334f42d12f1f25691 .
reverting package-lock.json
Daniel [Wed, 22 Sep 2021 14:29:09 +0000 (09:29 -0500)]
remove old code
Daniel Kern [Mon, 20 Sep 2021 18:56:49 +0000 (13:56 -0500)]
check 'ownerDocument' in node in nodeOrNew
Daniel Kern [Mon, 20 Sep 2021 18:26:55 +0000 (13:26 -0500)]
new
Daniel Kern [Mon, 20 Sep 2021 18:21:24 +0000 (13:21 -0500)]
nodeornew
Ulrich-Matthias Schäfer [Tue, 7 Sep 2021 17:36:05 +0000 (19:36 +0200)]
Merge pull request #1215 from meriturva/patch-1
Update svg.js.d.ts -> zoom
Diego Bonura [Tue, 7 Sep 2021 13:29:13 +0000 (15:29 +0200)]
Update svg.js.d.ts
Add zoom():number to d.ts to get current zoom level
Ulrich-Matthias Schäfer [Fri, 25 Jun 2021 13:37:33 +0000 (15:37 +0200)]
package-lock
Ulrich-Matthias Schäfer [Fri, 25 Jun 2021 13:11:00 +0000 (15:11 +0200)]
Release 3.1.1
Ulrich-Matthias Schäfer [Fri, 18 Jun 2021 06:59:04 +0000 (16:59 +1000)]
Update svg.js.d.ts
zoom should return `this`
Ulrich-Matthias Schäfer [Fri, 18 Jun 2021 06:56:36 +0000 (16:56 +1000)]
Merge pull request #1204 from maximedupre/patch-1
Fixes typings starting tsc 4.2.4
Maxime Dupré [Thu, 17 Jun 2021 21:01:42 +0000 (17:01 -0400)]
Fixes types starting tsc 4.2.4
Ulrich-Matthias Schäfer [Sun, 13 Jun 2021 22:53:51 +0000 (00:53 +0200)]
Release 3.1.0
Ulrich-Matthias Schäfer [Sun, 13 Jun 2021 22:46:42 +0000 (00:46 +0200)]
cleaned up config, reduced bundle size by a lot!!!
Ulrich-Matthias Schäfer [Sun, 13 Jun 2021 20:39:18 +0000 (22:39 +0200)]
fix group move bug when group contains elements without dimensions, update deps
Wout [Fri, 11 Jun 2021 08:24:38 +0000 (09:24 +0100)]
Update website to svgjs.dev
Wout [Wed, 9 Jun 2021 18:02:22 +0000 (19:02 +0100)]
fix: change domain name to svgjs.dev
Wout [Wed, 9 Jun 2021 17:03:04 +0000 (18:03 +0100)]
Update README.md
Ulrich-Matthias Schäfer [Wed, 19 May 2021 16:20:08 +0000 (02:20 +1000)]
Update README.md
update docs link
Ulrich-Matthias Schäfer [Mon, 3 May 2021 16:45:29 +0000 (02:45 +1000)]
Merge pull request #1201 from josepaiva94/types
Types for Style
José C. Paiva [Mon, 3 May 2021 06:49:47 +0000 (07:49 +0100)]
add types for styles
José C. Paiva [Mon, 3 May 2021 06:36:13 +0000 (07:36 +0100)]
add types for styles