Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added tests for ClipPath | Ulrich-Matthias Schäfer | 2020-04-08 | 2 | -4/+98 |
| | |||||
* | added tests for Circle | Ulrich-Matthias Schäfer | 2020-04-08 | 4 | -7/+72 |
| | |||||
* | fix defs and reference, tests for Element | Ulrich-Matthias Schäfer | 2020-04-08 | 5 | -14/+302 |
| | |||||
* | tests for EventTarget | Ulrich-Matthias Schäfer | 2020-04-08 | 4 | -11/+138 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 9 | -21/+443 |
| | |||||
* | added second parameter to `addTo` and `putIn`. Added deep clone parameter to ↵ | Ulrich-Matthias Schäfer | 2020-04-05 | 2 | -17/+261 |
| | | | | `clone`. Tests for Dom | ||||
* | renamed removeNamespace() | Ulrich-Matthias Schäfer | 2020-04-04 | 4 | -8/+8 |
| | |||||
* | - fixed `put()` which correctly creates an svgjs object from the passed ↵ | Ulrich-Matthias Schäfer | 2020-04-03 | 8 | -103/+273 |
| | | | | | | | | element now before returning - fixed `parent()` which correctly returns null if direct parent is the document or a document-fragment - fixed `add()` which correctly removes namespaces of non-root svg elements now when added to another svg element (#1086) - fixed `isRoot()` which correctly returns false, if the element is in a document-fragment | ||||
* | fixed put and adopter, added tests to cover it | Ulrich-Matthias Schäfer | 2020-03-29 | 7 | -106/+156 |
| | |||||
* | fix travis config | Ulrich-Matthias Schäfer | 2020-03-28 | 1 | -17/+11 |
| | |||||
* | This is a big one... | Ulrich-Matthias Schäfer | 2020-03-28 | 65 | -1338/+2551 |
| | | | | | | | | | | | | | | | | | | | | ### Fixed - fixed `zoom()` method of runner which was passed a wrong parameter - fixed positioning methods of `TSpan` to position them by its bounding box - fixed `flip()` method which flips correctly by center by default now and accepts correct arguments - fixed a case in `rbox()` where not always all values of the box were updated - fixed `getOrigin()` function used by `transform()` so that all origin (#1085) popssibilities specified in the docs are working - fixed positioning of text by its baseline when using `amove()` - fixed tons of typings in the svg.d.ts file ### Added - added second Parameter to `SVG(el, isHTML)` which allows to explicitely create elements in the HTML namespace (#1058) - added `unlink()` and `linker()` to hyperlinked elements to remove or access the underling `<a>` element - added `wrap()` method to `Dom` which lets you wrap an element by another one - added `orient()` method to `Marker` - added `options` parameter to `dispatch()` and `fire()` to allow for more special needs - added `newLine()` constructor to `Text` to create a tspan marked as new line (#1088) - added lots of tests in es6 format | ||||
* | Merge pull request #1096 from LumaKernel/types-for-mouse-events | Ulrich-Matthias Schäfer | 2020-03-23 | 1 | -0/+2 |
|\ | | | | | Add mouseenter()/mouseleave() function definition to types. | ||||
| * | Add mouseenter()/mouseleave() function definition to types. | Luma | 2020-03-23 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #1065 from mradcliffe/1064-fix-element-animate-typing | Ulrich-Matthias Schäfer | 2019-12-19 | 1 | -3/+2 |
|\ | | | | | Fixes Element.animate typing | ||||
| * | Changes animate duration argument to TimeLike | Matthew Radcliffe | 2019-12-16 | 1 | -2/+2 |
| | | |||||
| * | Fixes Element.animate typing | Matthew Radcliffe | 2019-12-12 | 1 | -2/+1 |
|/ | |||||
* | fixed build of polyfills which was broken because of core-js update3.0.16 | Ulrich-Matthias Schäfer | 2019-11-12 | 3 | -9/+15 |
| | |||||
* | bump version3.0.15 | Ulrich-Matthias Schäfer | 2019-11-08 | 4 | -7/+20 |
| | | | | | | | | ### Fixed - allow object input of `when` and `delay` to `animate()` ### Added - added missing dmove function to runner | ||||
* | Updated dependencies to newest version, new linter fixed stuff | Ulrich-Matthias Schäfer | 2019-11-01 | 31 | -4475/+3522 |
| | |||||
* | bump version3.0.14 | Ulrich-Matthias Schäfer | 2019-10-31 | 3 | -22/+33 |
| | |||||
* | Merge pull request #1026 from lenzls/1023-hide-from-screen-readers | Ulrich-Matthias Schäfer | 2019-07-27 | 2 | -35/+59 |
|\ | | | | | #1023 - hide parser from screen readers | ||||
| * | 1023 - update package-lock.json | Simon Lenz | 2019-07-27 | 1 | -35/+58 |
| | | |||||
| * | 1023 - hide parser from screen readers | Simon Lenz | 2019-07-27 | 1 | -0/+1 |
|/ | |||||
* | bump version3.0.13 | Ulrich-Matthias Schäfer | 2019-06-12 | 2 | -1/+9 |
| | |||||
* | Merge pull request #1004 from maxailloud/typescript-definition-file-cleaning | Ulrich-Matthias Schäfer | 2019-05-24 | 1 | -16/+16 |
|\ | | | | | Typescript definition file cleaning | ||||
| * | PathArray parse method's parameter should be optional to comply with the ↵ | Maxime AILLOUD | 2019-05-24 | 1 | -1/+1 |
| | | | | | | | | parent class | ||||
| * | Typescript definition file: add null as possible parameter for event binding ↵ | Maxime AILLOUD | 2019-05-24 | 1 | -15/+15 |
|/ | | | | methods in Element class | ||||
* | Merge pull request #992 from valentinradu/master | Ulrich-Matthias Schäfer | 2019-05-09 | 2 | -0/+14 |
|\ | | | | | Fixed path transformation when box width or height is 0 | ||||
| * | Added tests for 0 value width/height wrong path scaling | Valentin | 2019-05-09 | 2 | -1/+10 |
| | | |||||
| * | Fixed path transformation when box width or height is 0 | Valentin | 2019-05-06 | 1 | -0/+5 |
|/ | |||||
* | fix transform getter when something is 0. Make sure only needed files are ↵ | Ulrich-Matthias Schäfer | 2019-04-26 | 2 | -1/+6 |
| | | | | uploaded to npm | ||||
* | Merge pull request #985 from JanMisker/patch-1 | Ulrich-Matthias Schäfer | 2019-04-11 | 1 | -1/+1 |
|\ | | | | | Update CHANGELOG.md | ||||
| * | Update CHANGELOG.md | JanMisker | 2019-04-11 | 1 | -1/+1 |
|/ | | | Back to the future... (sorry couldn't help to correct a minor typo in the date of 3.0.5) | ||||
* | Merge pull request #966 from michAtEl/issue-964 | Ulrich-Matthias Schäfer | 2019-04-01 | 3 | -1/+128 |
|\ | | | | | bugfix for issue #964 | ||||
| * | bugfix for issue 964 | Michael Becker | 2019-02-23 | 3 | -1/+128 |
| | | |||||
* | | Merge pull request #974 from cmidt-veasna/update-typescript-definition | Ulrich-Matthias Schäfer | 2019-03-01 | 1 | -86/+133 |
|\ \ | | | | | | | Update typescript definition file. | ||||
| * | | Update typescript definition file. | Veasna Sreng | 2019-03-01 | 1 | -86/+133 |
|/ / | |||||
* / | Register classes explicitly instead of relying on `Function.name` because ↵ | Ulrich-Matthias Schäfer | 2019-02-27 | 32 | -32/+32 |
|/ | | | | classes could be renamed | ||||
* | bump version number3.0.12 | Ulrich-Matthias Schäfer | 2019-02-19 | 2 | -2/+3 |
| | |||||
* | cleanup of .d.ts (#960) | kabentley | 2019-02-19 | 1 | -322/+1145 |
| | | | | Big kudos to @kabentley for fixing the d.ts file | ||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 6 | -2/+78 |
| | |||||
* | Merge pull request #957 from kabentley/use-umd | Ulrich-Matthias Schäfer | 2019-02-12 | 1 | -227/+190 |
|\ | | | | | cleanup of d.ts | ||||
| * | fix SVGNumber and SVGArray | Keith Bentley | 2019-02-12 | 1 | -181/+127 |
| | | |||||
| * | Merge branch 'master' into use-umd | Keith Bentley | 2019-02-12 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge pull request #1 from svgdotjs/master | kabentley | 2019-02-11 | 2 | -524/+319 |
| | |\ | |_|/ |/| | | sync | ||||
* | | | Merge pull request #956 from kabentley/use-umd | Ulrich-Matthias Schäfer | 2019-02-11 | 2 | -524/+319 |
|\ \ \ | |_|/ |/| | | Update .d.ts file with changes for 3.0, fix browser key in package.json | ||||
| | * | Cleanup of d.ts | Keith Bentley | 2019-02-12 | 1 | -62/+79 |
| |/ | |||||
| * | two constructors for PathArray | Keith Bentley | 2019-02-11 | 1 | -2/+1 |
| | | |||||
| * | missed constructors on Matrix and PathArray | Keith Bentley | 2019-02-11 | 1 | -0/+2 |
| | | |||||
| * | revert to iife for bundle. Set "browser" to src/main.js in package.json | Keith Bentley | 2019-02-11 | 3 | -448/+291 |
| | |