Commit Graph

25 Commits

Author SHA1 Message Date
denis
48c18d5858 Update version in definition header 2019-01-31 21:50:23 +01:00
denis
80ac20f080 Update to 1.3.3
Add d3.stackOrderAppearance.
2019-01-31 15:27:32 +01:00
denis
7e2eb46961 Activate strict function types
Use ExpectError
CurveFactory and CurveFactoryLineOnly are know types (TS 2.2)
2019-01-10 14:16:44 +01:00
denis
88174a6272 Use JsDoc @deprecated 2018-12-08 15:31:14 +01:00
denisname
f520e240e3 d3-selection: better type inference for append, insert, create and creator (#30381)
* Better type inference for append, insert, create and creator

* Remove now useless generics
2018-11-15 14:38:56 -08:00
Andy
823a2e507d
d3-shape: Predeclare CanvasRenderingContext2D (#30284) 2018-11-05 10:49:36 -08:00
denis
b8c0353211 CanvasPathMethods has been renamed CanvasPath 2018-08-02 11:30:02 +02:00
denis
09c94e3e87 Spelling correction 2018-05-14 19:09:20 +02:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Kai Ruhnau
d6cddb2fb3 [d3-shape] padAngle for arcs is optional (#23294) 2018-02-01 09:13:38 -08:00
Andy
219dd6df82
Fix 'prefer-readonly' lint failures (#22819) 2018-01-10 14:59:37 -08:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
d74806eb3d Add lint disables for no-unnecessary-generics (#19508) 2017-09-01 08:34:37 -07:00
Andy
1b54a38a43 Fix remaining lint errors (#19219) 2017-08-21 14:14:31 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Tom Wanzek
5fb85c244c [d3] Update to Minor Version 4.10 (#18103)
* [d3-zoom] Update to 1.5
* [Feature] Add `translateTo(...)`
* [Doc] Update some JSDoc comments
* [Chore] Bump minor version number

* [d3-zoom] Bump Minor Version number.

* [d3-shape]
* [Fix] Change `pointRadius` to `pointRadial`

* [d3-shape] Fix test for pointRadial

* [d3-axis]
* [Doc] Update some comments.

* [d3-time] [Doc] Some JSDoc updates.

* [d3] [Chore] Bump minor version to 4.10
2017-07-21 09:48:03 -07:00
Tom Wanzek
8743365b2e [d3-shape] Update to 1.2 (#16618)
* [FEATURE] Add `pointRadial(...)`
* [DEPRECATION/FEATURE]: Deprecate `radialLine/RadialLine` in favour of `lineRadial/LineRadial`
* [DEPRECATION/FEATURE]: Deprecate `radialArea/RadialArea` in favour of `areaRadial/AreaRadial`
* [DEPRECATION/FEATURE] Deprecate `LinkRadial` in favour of `RadialLink`
* [CHORE] Bump Minor version
2017-05-19 07:13:29 -07:00
Tom Wanzek
94d91dd4cf [d3-shape] Linting
* [Fix] Added `"callable-types": false` to `tslint.json` as the two line-level disablers in `index.d.ts` seemed to be ignored.
* [Chore] Fixed some linting errors in text file
2017-05-13 17:35:18 -04:00
Tom Wanzek
0bafa64757 [d3-shape] Add Link/RadialLink tests 2017-05-13 17:25:11 -04:00
Tom Wanzek
dd03dfb3c4 [d3-shape]:
* [Feature] Add definition support for horizontal, vertical and radial link shape generator.
2017-05-13 15:16:45 -04:00
Tom Wanzek
d92a1e9b39 [d3-shape]
* [Feature] Add stackOffsetDiverging(...)
* [Chore] Update version numbers
* [Chore] Fix typos in JSDoc comments.
2017-05-13 13:33:11 -04:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy
6a285d2dcf Lint d3-* packages (#15523) 2017-03-30 14:12:02 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00