Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: CSSStyleName typescript | 夜 | 2024-07-17 | 1 | -15/+16 |
| | |||||
* | fix: shape.css({}) | 夜 | 2024-07-17 | 1 | -1/+13 |
| | |||||
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 1 | -38/+38 |
| | |||||
* | add more events to sugar (fixes #1217) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -52/+79 |
| | |||||
* | fix css, dont throw when screenCtm fails (fixes #968) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -17/+11 |
| | |||||
* | add sugar methods to runner (fixes #1117) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+32 |
| | |||||
* | added amove methods to runner (fixes #1131) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -0/+3 |
| | |||||
* | make duration optional in types | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -2/+2 |
| | |||||
* | support css vars (fixes #1230) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -5/+15 |
| | |||||
* | add isHTML flag to types (fixes #1266) | Ulrich-Matthias Schäfer | 2023-09-03 | 1 | -1/+5 |
| | |||||
* | allow string as input to rect | Ulrich-Matthias Schäfer | 2023-09-02 | 1 | -4/+3 |
| | |||||
* | perf: add Container constructor declaration. | Jiande | 2023-08-18 | 1 | -0/+1 |
| | | | | if not, while user hover in Container will show DynamicExtends constructor params. | ||||
* | perf: use dynamic extends to avoid duplicated declaration between Container ↵ | Jiande | 2023-08-17 | 1 | -45/+18 |
| | | | | and Fragment | ||||
* | fix: add Fragment declaration in svg.js.d.ts | Jiande | 2023-08-14 | 1 | -0/+46 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -1694/+1893 |
| | |||||
* | fix toParent type | Alejandro Leal | 2023-05-10 | 1 | -5/+6 |
| | |||||
* | Clone without assigning new IDs | Ulrich-Matthias Schäfer | 2022-12-13 | 1 | -2/+2 |
|\ | |||||
| * | New paremeter assignNewIds for Dom.clone() | Philippe Bernard | 2020-10-14 | 1 | -2/+2 |
| | | |||||
* | | fix: Add second parameter definition | cmoh | 2022-08-11 | 1 | -1/+1 |
| | | |||||
* | | d.ts Timeline.active() (#1253) | Timo Hausmann | 2022-02-08 | 1 | -0/+1 |
| | | |||||
* | | Add parameter "options" to EventTarget.off() | Mario Schlicht | 2022-01-18 | 1 | -3/+3 |
| | | | | | | | | - additional: Typescript-Interfaces for off() functions updated | ||||
* | | Includes dmove method on Runner class | Adam Yakes | 2021-11-10 | 1 | -0/+1 |
| | | |||||
* | | findOne can return null | Glandos | 2021-11-05 | 1 | -2/+2 |
| | | | | | | This can be a breaking change. But it will also fix the contract of the method. | ||||
* | | types: remove at() methods | Lars Hvam | 2021-10-12 | 1 | -3/+1 |
| | | |||||
* | | Update svg.js.d.ts | Diego Bonura | 2021-09-07 | 1 | -0/+1 |
| | | | | | | Add zoom():number to d.ts to get current zoom level | ||||
* | | Update svg.js.d.ts | Ulrich-Matthias Schäfer | 2021-06-18 | 1 | -1/+1 |
| | | | | | | zoom should return `this` | ||||
* | | Fixes types starting tsc 4.2.4 | Maxime Dupré | 2021-06-17 | 1 | -2/+2 |
| | | |||||
* | | add types for styles | José C. Paiva | 2021-05-03 | 1 | -1/+3 |
| | | |||||
* | | add types for styles | José C. Paiva | 2021-05-03 | 1 | -0/+8 |
| | | |||||
* | | Allow strings to be passed as transform origin on TS | Dani | 2020-11-16 | 1 | -1/+1 |
| | | | | | | | | | | We need this to be able to pass strings like "top-right" or "center" as transform origin on TypeScript, as they're already supported on JavaScript. @neomorfeo | ||||
* | | Add style() to Container on TS bindings | Dani | 2020-11-12 | 1 | -0/+1 |
|/ | | | | | We need this to be able to define styles on the SVG from TypeScript. @neomorfeo | ||||
* | Add attribute `rotate` to `MatrixTransformParam` (#1149) | jhajjaarap | 2020-09-05 | 1 | -0/+1 |
| | | | Add attribute `rotate` to `MatrixTransformParam` | ||||
* | 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 | ||||
* | Added exports from window.js | Pedro José Batista | 2020-06-02 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into some-more-typings | Ulrich-Matthias Schäfer | 2020-06-01 | 1 | -7/+17 |
|\ | |||||
| * | 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. | ||||
| * | 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. | ||||
| * | sorted method names | Ulrich-Matthias Schäfer | 2020-05-19 | 1 | -1/+0 |
| | | |||||
| * | remove union return value | pragdave | 2020-05-07 | 1 | -2/+2 |
| | | |||||
| * | It was difficult to use the zero-parameter form of Timeline.schedule() with ↵ | pragdave | 2020-05-07 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | 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 |
|/ | |||||
* | sort out unused regex, add parser and regex tests, fix textable tests | Ulrich-Matthias Schäfer | 2020-04-25 | 1 | -2/+0 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -1/+1 |
| |