]>
source.dussan.org Git - svg.js.git/log
Perry Mitchell [Sun, 22 Jul 2018 18:38:22 +0000 (21:38 +0300)]
Remove extra space
Perry Mitchell [Sun, 22 Jul 2018 18:36:02 +0000 (21:36 +0300)]
Add global reference to support 'window' in bundlers - fixes #767
Wagner Souza [Mon, 25 Jun 2018 13:55:18 +0000 (10:55 -0300)]
Adds yarn installation instructions (#874)
* Adds yarn installation instructions
* Sorts package manager list position
Saivan [Mon, 28 May 2018 10:36:19 +0000 (20:36 +1000)]
Its obvious that these Issue templates were notes...
Saivan [Mon, 28 May 2018 10:31:38 +0000 (20:31 +1000)]
Updated the issue templates to have multiple possibilities
saivan [Mon, 28 May 2018 10:19:59 +0000 (20:19 +1000)]
Update issue templates
Saivan [Mon, 28 May 2018 10:15:11 +0000 (20:15 +1000)]
Merge branch 'master' of github.com:svgdotjs/svg.js
Saivan [Mon, 28 May 2018 10:14:52 +0000 (20:14 +1000)]
Added a contributing and issue template guide
Ulrich-Matthias Schäfer [Sat, 26 May 2018 20:51:16 +0000 (22:51 +0200)]
bump 2.6.5
Ulrich-Matthias Schäfer [Sat, 26 May 2018 19:17:52 +0000 (21:17 +0200)]
fixed `SVG.Text.y()` which didnt work correctly with `SVG.Number` (#778)
Ulrich-Matthias Schäfer [Sat, 26 May 2018 18:59:57 +0000 (20:59 +0200)]
fixed issues in SVG.Doc and SVG.Mask when cloning(#782)
Ulrich-Matthias Schäfer [Sat, 26 May 2018 10:56:14 +0000 (12:56 +0200)]
fixed `element.parent()` which sometimes failed when used on detached documents (#759)
Ulrich-Matthias Schäfer [Sat, 26 May 2018 10:33:14 +0000 (12:33 +0200)]
fixes and addition in SVG.PointArray (#805)
- fixed SVG.PointArray having a reference to outside array in some cases
- added possibility to pass an array of point objects to SVG.PointArray
Ulrich-Matthias Schäfer [Sat, 26 May 2018 09:47:16 +0000 (11:47 +0200)]
fixed `reference()` which failed when trying to use a reference which does not exist in the attribuets (#840)
Ulrich-Matthias Schäfer [Sat, 26 May 2018 09:37:16 +0000 (11:37 +0200)]
Ulrich-Matthias Schäfer [Sat, 26 May 2018 09:32:27 +0000 (11:32 +0200)]
changelog for last commit
Ulrich-Matthias Schäfer [Sat, 26 May 2018 09:30:16 +0000 (11:30 +0200)]
fixed problems with CustomEvent polyfill in IE11 (#852)
Ulrich-Matthias Schäfer [Fri, 11 May 2018 10:14:37 +0000 (12:14 +0200)]
Merge pull request #854 from pycraft114/master
fix typings
pycraft114 [Fri, 11 May 2018 10:08:14 +0000 (19:08 +0900)]
Optional paramter for rbox method
pycraft114 [Thu, 10 May 2018 01:53:28 +0000 (10:53 +0900)]
Type fix
pycraft114 [Wed, 9 May 2018 11:19:24 +0000 (20:19 +0900)]
Optional parameter for 'rbox' method
pycraft114 [Wed, 9 May 2018 11:11:29 +0000 (20:11 +0900)]
Optional parameter for 'rbox' method
pycraft114 [Wed, 9 May 2018 08:15:59 +0000 (17:15 +0900)]
Optional second parameter for 'select' method
Rémi Tétreault [Sat, 21 Apr 2018 20:38:29 +0000 (16:38 -0400)]
Fix issue #847
Animating a path by calling .attr() now work
Ulrich-Matthias Schäfer [Sun, 1 Apr 2018 12:35:39 +0000 (14:35 +0200)]
Merge pull request #831 from mpro7/type-definition-fix
WIP: type definitions fixed for selector.js + added click method for …
mpro7 [Sat, 31 Mar 2018 13:15:30 +0000 (15:15 +0200)]
post-review fixes
mpro7 [Tue, 20 Mar 2018 23:19:08 +0000 (00:19 +0100)]
WIP: type definitions fixed for selector.js + added click method for set.js
Ulrich-Matthias Schäfer [Mon, 19 Mar 2018 10:37:09 +0000 (11:37 +0100)]
Merge pull request #830 from FrankSandqvist/patch-1
Typescript: X & Y Properties on Point
FrankSandqvist [Sun, 18 Mar 2018 18:28:06 +0000 (20:28 +0200)]
X & Y Properties on Point
Or should I not access these directly?
Saivan [Sun, 25 Feb 2018 07:35:04 +0000 (18:35 +1100)]
Fixed an issue where a matrix string contained invalid floats
This commit fixes an issue which would cause errors in chrome when
a matrix like matrix(1, 0, 0, 1, 1e-90, 0) was output. This was
caused because all values in a matrix have to be valid float32's,
and therefore a 1e-90 could not be represented as a float32.
To fix this, we coax values smaller that 1e-27 to be represented
as zero. This avoids any potential issue due to this.
flynn.park [Fri, 23 Feb 2018 16:50:07 +0000 (01:50 +0900)]
Fix typings for apply optional parameter of off method in event.js
flynn.park [Fri, 23 Feb 2018 16:10:19 +0000 (01:10 +0900)]
Fix typings for missing event.js method
event
Ulrich-Matthias Schäfer [Fri, 23 Feb 2018 11:49:44 +0000 (12:49 +0100)]
Merge pull request #820 from niceilm/master
Fix typings for missing element.js method
flynn.park [Fri, 23 Feb 2018 02:12:39 +0000 (11:12 +0900)]
Fix typings for replace comma to semicolon
flynn.park [Fri, 23 Feb 2018 02:00:11 +0000 (11:00 +0900)]
Fix typings for missing semicolon
flynn.park [Thu, 22 Feb 2018 09:45:23 +0000 (18:45 +0900)]
Fix typings for missing element.js method
parent, doc
flynn.park [Thu, 22 Feb 2018 08:49:57 +0000 (17:49 +0900)]
Fix typings for missing element.js method
parent, doc
Ulrich-Matthias Schäfer [Wed, 21 Feb 2018 23:34:58 +0000 (00:34 +0100)]
Merge pull request #817 from niceilm/master
Fix typings for memory.js remember method order
flynn.park [Wed, 21 Feb 2018 18:04:52 +0000 (03:04 +0900)]
Fix typings for memory.js remember method order
https://www.typescriptlang.org/docs/handbook/declaration-merging.html
Ulrich-Matthias Schäfer [Sat, 17 Feb 2018 11:44:49 +0000 (12:44 +0100)]
Merge pull request #762 from Nexmean/fix-typings
Fix typings for arrays that takes plot method.
W [Tue, 13 Feb 2018 08:52:16 +0000 (09:52 +0100)]
Year bump
Ulrich-Matthias Schäfer [Sat, 10 Feb 2018 00:34:04 +0000 (01:34 +0100)]
Merge pull request #755 from YMIndustries/master
Correctly handle namespaced self-closing tags
Ulrich-Matthias Schäfer [Wed, 7 Feb 2018 22:00:09 +0000 (23:00 +0100)]
bump 2.6.4
Nenad Kuzmanovic [Wed, 7 Feb 2018 20:02:46 +0000 (21:02 +0100)]
#805 Image memory leak fix (#806)
Simple sulution with SVG.off() in callback
Ulrich-Matthias Schäfer [Tue, 19 Dec 2017 14:00:51 +0000 (15:00 +0100)]
Merge pull request #765 from mark-sivill-splunk/comment-update
Comment updated to pain
mark-sivill-splunk [Tue, 19 Dec 2017 12:09:36 +0000 (12:09 +0000)]
Comment updated to pain
Makarov Alexandr [Mon, 20 Nov 2017 08:38:46 +0000 (18:38 +1000)]
Fix typings for array of ArrayPoint like [[0, 0], [325, 235]].
Makarov Alexandr [Sun, 19 Nov 2017 09:56:50 +0000 (19:56 +1000)]
Fix typings for arrays of points implemented as array. (Ex.: [[0, 0], [100, 100]])
Joshua Walsh [Mon, 23 Oct 2017 00:15:25 +0000 (11:15 +1100)]
Correctly handle hyphenated self-closing tags
Relates to #754
Joshua Walsh [Mon, 23 Oct 2017 00:12:27 +0000 (11:12 +1100)]
Correctly handle namespaced self-closing tags
Fixes #754
Ulrich-Matthias Schäfer [Sun, 8 Oct 2017 18:49:34 +0000 (20:49 +0200)]
Merge pull request #748 from bschantz/svg-export-ts
Add getter form of svg method to TypeScript definition
Brian Schantz [Sun, 8 Oct 2017 17:35:06 +0000 (10:35 -0700)]
Add getter form of svg method to TypeScript definition
Ulrich-Matthias Schäfer [Mon, 7 Aug 2017 08:40:41 +0000 (09:40 +0100)]
Merge pull request #729 from Predve4niy/patch-1
Update svgjs.d.ts
Dmitry [Sat, 5 Aug 2017 10:51:43 +0000 (13:51 +0300)]
Update svgjs.d.ts
Fix: Another way is to point an external SVG file, just specified the element id and path to file.
http://svgjs.com/elements/#use-constructor
Ulrich-Matthias Schäfer [Fri, 21 Jul 2017 12:51:43 +0000 (14:51 +0200)]
bump 2.6.3
Ulrich-Matthias Schäfer [Fri, 21 Jul 2017 12:08:27 +0000 (14:08 +0200)]
fixing node error in parent method when hitting document node (#720)
Rémi Tétreault [Sun, 9 Jul 2017 17:24:21 +0000 (13:24 -0400)]
Add tests for fix array values which were not animated (#698)
Ulrich-Matthias Schäfer [Thu, 6 Jul 2017 08:16:31 +0000 (10:16 +0200)]
fix array values which were not animated (#698)
Ulrich-Matthias Schäfer [Tue, 6 Jun 2017 10:59:39 +0000 (11:59 +0100)]
Merge pull request #686 from maltefl/typescript_fixes
TypeScript fixes and remove unused parameter
Malte Fastrup Lyngsø [Tue, 6 Jun 2017 10:30:44 +0000 (12:30 +0200)]
Syntax fixes in TypeScript declaration file
Malte Fastrup Lyngsø [Tue, 6 Jun 2017 10:01:34 +0000 (12:01 +0200)]
Removed unused parameter spof of function spof()
Ulrich-Matthias Schäfer [Mon, 5 Jun 2017 09:35:23 +0000 (11:35 +0200)]
bump 2.6.2
Ulrich-Matthias Schäfer [Sun, 4 Jun 2017 19:45:35 +0000 (21:45 +0200)]
changelog, gitignore
Rémi Tétreault [Sat, 27 May 2017 05:14:42 +0000 (01:14 -0400)]
Update CHANGELOG and rebuild the lib
Jon Ege Ronnenberg [Fri, 26 May 2017 23:04:31 +0000 (01:04 +0200)]
Fixed links to releases
Rémi Tétreault [Fri, 26 May 2017 22:51:36 +0000 (18:51 -0400)]
Merge pull request #676 from jcorentin/fix-height-width-animation
Make width() and height() setters animatable
Youngrok Kim [Sat, 20 May 2017 07:42:32 +0000 (16:42 +0900)]
Add missing type definitions to svg.js.d.ts (#680)
Rémi Tétreault [Sun, 14 May 2017 17:21:50 +0000 (13:21 -0400)]
fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callback call animate (#677)
Corentin J [Thu, 11 May 2017 12:49:52 +0000 (14:49 +0200)]
Add unit tests for width & height animation
Corentin J [Thu, 11 May 2017 12:35:25 +0000 (14:35 +0200)]
Add animatable width & height
Rémi Tétreault [Wed, 3 May 2017 01:52:46 +0000 (21:52 -0400)]
revert the previous commit
remove the typeof check in the initialisation of SVG.Matrix
Rémi Tétreault [Tue, 2 May 2017 00:39:24 +0000 (20:39 -0400)]
allow SVG.Matrix to be passed SVG.Number
Ulrich-Matthias Schäfer [Sun, 30 Apr 2017 20:29:10 +0000 (22:29 +0200)]
Adds the intended functionality to call animate functions with multiple parameter (#671)
e.g. `el.animate().zoom(level, point)`
Rémi Tétreault [Sun, 30 Apr 2017 19:14:11 +0000 (15:14 -0400)]
fixed `SVG.FX.once` so that it add its callback on the last situation instead of the current one
dotnetCarpenter [Wed, 26 Apr 2017 23:39:57 +0000 (01:39 +0200)]
format fixture svg and remove redundant css (use fixture.css instead)
dotnetCarpenter [Wed, 26 Apr 2017 23:00:51 +0000 (01:00 +0200)]
move fixtures to the fixtures folder
dotnetCarpenter [Wed, 26 Apr 2017 16:33:10 +0000 (18:33 +0200)]
updated jasmine to 2.6.0 and added @RmiTtro as maintainer
Ulrich-Matthias Schäfer [Tue, 25 Apr 2017 10:07:29 +0000 (12:07 +0200)]
load correct benchmarks again
Ulrich-Matthias Schäfer [Tue, 25 Apr 2017 10:05:49 +0000 (12:05 +0200)]
fixed a bug in path parser which made it stop parsing when hitting z command (#665)
Ulrich-Matthias Schäfer [Fri, 21 Apr 2017 10:49:25 +0000 (12:49 +0200)]
added `options` to `on()`, back to sloppy mode
- added `options` object to `SVG.on()` and `el.on()` (#661)
- back to sloppy mode because of problems with plugins (#660)
Ulrich-Matthias Schäfer [Fri, 21 Apr 2017 10:00:19 +0000 (12:00 +0200)]
Merge pull request #661 from svgdotjs/feature-options-for-events
add options arguments to `on()`
Ulrich-Matthias Schäfer [Thu, 20 Apr 2017 13:29:30 +0000 (15:29 +0200)]
add options arguments to `on()`
Ulrich-Matthias Schäfer [Mon, 17 Apr 2017 15:21:49 +0000 (17:21 +0200)]
update changelog
Ulrich-Matthias Schäfer [Mon, 17 Apr 2017 15:13:50 +0000 (17:13 +0200)]
bump 2.5.3
Ulrich-Matthias Schäfer [Mon, 17 Apr 2017 14:37:49 +0000 (16:37 +0200)]
update readme
Rémi Tétreault [Sun, 16 Apr 2017 02:38:22 +0000 (22:38 -0400)]
Fix the flip transform on both axis
This fix the bug that made calling flip without any argument (`element.flip()`)
not work.
dotnetCarpenter [Fri, 14 Apr 2017 10:53:59 +0000 (12:53 +0200)]
update changelog
Ulrich-Matthias Schäfer [Thu, 13 Apr 2017 11:46:29 +0000 (13:46 +0200)]
Merge pull request #655 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
Ulrich-Matthias Schäfer [Thu, 13 Apr 2017 11:43:11 +0000 (13:43 +0200)]
correct position of gitter badge
The Gitter Badger [Thu, 13 Apr 2017 10:46:28 +0000 (10:46 +0000)]
Add Gitter badge
dotnetCarpenter [Wed, 12 Apr 2017 12:27:48 +0000 (14:27 +0200)]
use strict removed from umd wrapper by virtue of being ugly and assuring fuzzyma's sleep at night
Ulrich-Matthias Schäfer [Wed, 12 Apr 2017 11:44:00 +0000 (13:44 +0200)]
fix svg.js.d.ts (#644 #648)
dotnetCarpenter [Tue, 11 Apr 2017 21:01:51 +0000 (23:01 +0200)]
fixed link style to tags and update about component.json
dotnetCarpenter [Tue, 11 Apr 2017 20:56:46 +0000 (22:56 +0200)]
remove component.json as the project it facilitate is abandon - close #652
dotnetCarpenter [Tue, 11 Apr 2017 18:59:43 +0000 (20:59 +0200)]
update component to 2.5.2 too
dotnetCarpenter [Tue, 11 Apr 2017 18:02:35 +0000 (20:02 +0200)]
skip coverage for UMD
dotnetCarpenter [Tue, 11 Apr 2017 16:57:32 +0000 (18:57 +0200)]
change benchmark svg.js identifier to 2.5.2
dotnetCarpenter [Tue, 11 Apr 2017 15:02:29 +0000 (17:02 +0200)]
patch release for strict mode
dotnetCarpenter [Tue, 11 Apr 2017 14:46:49 +0000 (16:46 +0200)]
clean up and added changes to CHANGELOG
dotnetCarpenter [Tue, 11 Apr 2017 14:44:24 +0000 (16:44 +0200)]
namespace not declared in the Event module