John Gozde
|
bbf3e9cb0b
|
[react]: Remove deprecated+removed APIs (#20409)
* create-react-class: add definitions
* react-dom-factories: add definitions
* create-react-class: add tests, fix errors
* react-dom-factories: add tests, fix lint
* react: remove previously deprecated APIs
* Remove deprecated usages in other definitions
* redux-form: disable strictFunctionTypes
Changes to react typings revealed errors in redux-form that are present
in 'master'. This needs to be handled separately.
* Update create-react-class, react-dom-factories author
* Avoid importing create-react-class where possible
* Move top-level createReactClass tests to create-react-class
|
2017-10-16 15:22:04 -07:00 |
|
Alejandro Sánchez
|
b5eaa88e9e
|
Updated leaflet typings to match v1.2.x and to use newer typescript features
|
2017-08-24 17:18:50 -06:00 |
|
Andy
|
5d6c651a1a
|
Apply stricter lint rules (#19063)
|
2017-08-17 14:53:41 -07:00 |
|
Kanchalai Tanglertsampan
|
9d6c0c12f4
|
Fixing breaking form 2.3 by using default type paramters instead
|
2017-05-01 11:56:54 -07:00 |
|
David Schneider
|
e8c5eb91fb
|
Linting: semicolon
|
2017-04-18 13:48:40 -07:00 |
|
David Schneider
|
48af84a937
|
Revise component props based on Leaflet API documentation.
|
2017-04-17 13:14:24 -07:00 |
|
David Schneider
|
61ee96d1f9
|
MapComponentProps does not extend React.HTMLProps.
There's no need for the react-leaflet components to support HTMLProps, and in some cases they conflict with Leaflet-defined props.
|
2017-04-17 13:12:51 -07:00 |
|
David Schneider
|
79224322d1
|
Update tests.
|
2017-04-13 16:28:43 -07:00 |
|
Andy
|
3d13ec5399
|
Lint react-* packages (#15526)
|
2017-03-30 14:11:46 -07:00 |
|
Dave Leaver
|
5640a06e0f
|
Add MapControl and additional GeoJSON bits to react-leaflet. (#15401)
* Add MapControl and additional GeoJSON bits to react-leaflet.
* Make MapControl actually usable.
* Fix tslint errors
|
2017-03-27 21:11:50 -07:00 |
|
Andy Hanson
|
f96c1c5d92
|
Apply new lint rules to more files
|
2017-03-27 10:41:22 -07:00 |
|
Andy Hanson
|
354cec620d
|
Move all packages to a types directory
|
2017-03-24 14:27:52 -07:00 |
|