Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extends ElementAlias from List items | José C. Paiva | 2020-06-14 | 1 | -3/+2 |
| | |||||
* | Fix types for List and ForeignObject | José C. Paiva | 2020-06-14 | 1 | -8/+9 |
| | |||||
* | Update svg.js.d.ts | Ulrich-Matthias Schäfer | 2020-06-13 | 1 | -1/+1 |
| | | | Implementing ElementAlias doesnt work because method definitions clash | ||||
* | Merge pull request #1126 from pjbatista/1124-window-exports | Ulrich-Matthias Schäfer | 2020-06-03 | 3 | -249/+474 |
|\ | | | | | Added exports from window.js | ||||
| * | Added exports from window.js | Pedro José Batista | 2020-06-02 | 3 | -249/+474 |
|/ | |||||
* | Merge pull request #1123 from pragdave/some-more-typings | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -15/+29 |
|\ | | | | | add foreignObject to types, and get List working | ||||
| * | Merge branch 'master' into some-more-typings | Ulrich-Matthias Schäfer | 2020-06-01 | 34 | -1402/+1529 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1116 from Glandos/patch-1 | Ulrich-Matthias Schäfer | 2020-05-28 | 1 | -5/+8 |
|\ \ | | | | | | | Better typing for css getter/setter | ||||
| * | | Better typing for css getter/setter | Glandos | 2020-05-27 | 1 | -5/+8 |
|/ / | | | | | | | CSSStyleDeclaration contains readonly rule, so I excluded them, otherwise it doesn't make sense I didn't touch the Runner `css()` because I don't know the exact behavior of it. | ||||
* | | Merge pull request #1111 from acedrew/ts-runner-ease | Ulrich-Matthias Schäfer | 2020-05-20 | 1 | -1/+1 |
|\ \ | | | | | | | Add optional string type to Runner.ease | ||||
| * | | Add optional string type to Runner.ease | Andrew Rodgers | 2020-05-19 | 1 | -1/+1 |
|/ / | | | | | | | The ease method on the runner takes the same constructor strings as the Ease class, so you can do things like element.animate(1000).ease('-').rotate(360).loop() Currently typescript throws an error saying that ease only accepts a Function as an argument. | ||||
* | | added geometry and positioning methods to `A` (#1110) | Ulrich-Matthias Schäfer | 2020-05-20 | 6 | -338/+352 |
| | | |||||
* | | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 23 | -1075/+1164 |
| | | |||||
* | | add twitter and other cdns | Ulrich-Matthias Schäfer | 2020-05-10 | 1 | -3/+9 |
| | | |||||
* | | added funding | Ulrich-Matthias Schäfer | 2020-05-10 | 1 | -0/+4 |
| | | |||||
* | | Create FUNDING.yml | Ulrich-Matthias Schäfer | 2020-05-10 | 1 | -0/+3 |
| | | |||||
* | | added sponsor badge | Ulrich-Matthias Schäfer | 2020-05-09 | 1 | -1/+1 |
| | | |||||
* | | make targets for textPath work when no href is set | Ulrich-Matthias Schäfer | 2020-05-09 | 2 | -2/+2 |
| | | |||||
* | | close tags in tests so that svgdom is satisfied | Ulrich-Matthias Schäfer | 2020-05-09 | 4 | -7/+7 |
| | | |||||
* | | Merge pull request #1106 from pragdave/some-type-based-tidying | Ulrich-Matthias Schäfer | 2020-05-08 | 1 | -1/+9 |
|\ \ | | | | | | | Fix schedule typings in timeline.js | ||||
| * | | remove union return value | pragdave | 2020-05-07 | 2 | -10/+3 |
| | | | |||||
| * | | It was difficult to use the zero-parameter form of Timeline.schedule() with ↵ | pragdave | 2020-05-07 | 2 | -2/+17 |
|/ / | | | | | | | | | | | | | | | | | | | TypeScript. The .d.ts file didn't include the retuen type for a list of runner infos, and adding it still m,ade it harder than it should be to iterate over it type safely. In this commit I 1. Added the type information for `ScheduledRunnerInfo`, and updated the Timeline types to include it as a retuen type for `schedule` 2. Added a new function to Timeline, `getSchedule`, that simply returns the runner list. This seems to be cleaner than having the original `schedule` that can return two wildly different things. I didn't remove the old functionality. | ||||
| * | Fix add method for ForeignObject | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -1/+1 |
| | | |||||
| * | Fix constructor typings for ForeignElement | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -1/+2 |
| | | |||||
| * | add string parameters to Runner.ease() | pragdave | 2020-05-31 | 1 | -9/+15 |
| | | |||||
| * | slowly iterating towards List nirvana. FO still pending... | pragdave | 2020-05-31 | 1 | -4/+4 |
| | | |||||
| * | Fix up List (maybe). ForeignObject still open for discussion | pragdave | 2020-05-30 | 1 | -7/+4 |
| | | |||||
| * | aff foreignObject to types, get get List working | pragdave | 2020-05-30 | 1 | -3/+13 |
|/ | |||||
* | Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own ↵ | Ulrich-Matthias Schäfer | 2020-05-04 | 67 | -15646/+3762 |
| | | | | transforms, updated dependencies, finished tests, removed old es5 tests | ||||
* | 99% line coverage - BAAAAM | Ulrich-Matthias Schäfer | 2020-05-03 | 7 | -714/+1919 |
| | |||||
* | added specs for animation files except runner, fixed a few things | Ulrich-Matthias Schäfer | 2020-05-01 | 13 | -101/+1098 |
| | |||||
* | finish tests for SVGNumber | Ulrich-Matthias Schäfer | 2020-04-29 | 1 | -2/+43 |
| | |||||
* | finished tests for Point, PointArray, PathArray and SVGArray | Ulrich-Matthias Schäfer | 2020-04-29 | 8 | -108/+362 |
| | |||||
* | finish tests for Matrix.js | Ulrich-Matthias Schäfer | 2020-04-29 | 3 | -51/+193 |
| | |||||
* | added tests for List.js | Ulrich-Matthias Schäfer | 2020-04-29 | 3 | -2/+88 |
| | |||||
* | finish color tests | Ulrich-Matthias Schäfer | 2020-04-29 | 4 | -17/+199 |
| | |||||
* | finished specs for Box.js and made zoom handle level 0 correctly + make it ↵ | Ulrich-Matthias Schäfer | 2020-04-29 | 3 | -124/+272 |
| | | | | more clear when zoom cannot zoom because it cant get width and height of the element | ||||
* | added tests for transform.js, migrated tests for v3 of types to esm tests | Ulrich-Matthias Schäfer | 2020-04-28 | 20 | -1006/+1580 |
| | |||||
* | added tests for sugar.js | Ulrich-Matthias Schäfer | 2020-04-26 | 3 | -14/+437 |
| | |||||
* | added tests for data.js and memory.js, enhanced data function to work like ↵ | Ulrich-Matthias Schäfer | 2020-04-26 | 5 | -13/+183 |
| | | | | css and attr | ||||
* | added tests for css.js | Ulrich-Matthias Schäfer | 2020-04-26 | 2 | -1/+108 |
| | |||||
* | added tests for class.js | Ulrich-Matthias Schäfer | 2020-04-26 | 1 | -0/+82 |
| | |||||
* | add tests for selector and arrange, simplifed front() and back() | Ulrich-Matthias Schäfer | 2020-04-26 | 3 | -9/+300 |
| | |||||
* | sort out unused regex, add parser and regex tests, fix textable tests | Ulrich-Matthias Schäfer | 2020-04-25 | 8 | -28/+291 |
| | |||||
* | renamed svg namespace to svg | Ulrich-Matthias Schäfer | 2020-04-23 | 6 | -55/+63 |
| | |||||
* | make tests svgdom ready | Ulrich-Matthias Schäfer | 2020-04-16 | 8 | -45/+51 |
| | |||||
* | added tests for pointed.js and poly.js | Ulrich-Matthias Schäfer | 2020-04-11 | 5 | -8/+206 |
| | |||||
* | added tests for circled.js and gradiented.js | Ulrich-Matthias Schäfer | 2020-04-11 | 3 | -6/+139 |
| | |||||
* | added tests for attr() | Ulrich-Matthias Schäfer | 2020-04-11 | 2 | -1/+128 |
| | |||||
* | added tests to cover all branches | Ulrich-Matthias Schäfer | 2020-04-10 | 9 | -1/+132 |
| |