amikhalev
1f1de1f591
Updated reactstrap DropdownMenu className type
2017-08-15 16:04:30 -06:00
Andy
af8b0d1294
FIx new lint errors ( #18382 )
2017-07-25 10:34:23 -07:00
Mikhail Morozov
1af3158a5d
Reactstrap css modules ( #18049 )
...
* reactstrap css modules
* fixed module import
* removed package-lock.json from git index
2017-07-17 11:19:27 -07:00
Stéphane Goetz
a24aee6125
Improve react typings for HTML attributes, fix tests in other libraries
2017-07-10 22:43:07 +02:00
Tanguy Krotoff
573083a518
Replace React.Component<(any|void|\{\}|null)> by React.Component
...
+ many manual adjustments
2017-06-21 09:48:37 +02:00
Tanguy Krotoff
ea9de8a518
Replace React.Component<(.*), (any|void|\{\}|null)> by React.Component<$1>
...
+ many manual adjustments
2017-06-19 13:35:50 +02:00
Tanguy Krotoff
eeb262e1d8
Update react to TypeScript 2.3
2017-06-19 13:34:54 +02:00
Yui
eef8a774f5
manually port fix from 16286 and address PR ( #17003 )
2017-06-08 15:50:41 -07:00
Mike Woodward
ad756d05b3
className type support for Uncontrolled Dropdown ( #17075 )
2017-06-08 15:30:24 -07:00
Cory Deppen
eb8b6abb9f
Add href property to DropdownItem ( #16711 )
...
The `DropdownItem` component was recently modified to accept an `href` prop (reactstrap/reactstrap#367 ).
/cc @alihammad, @mfal, @danilobjr
2017-05-31 21:59:39 -07:00
Arthur Ozga
3b3fb05596
Merge pull request #16244 from danilobjr/reactstrap
...
Reactstrap - extending some components with HTMLProps
2017-05-16 13:41:06 -07:00
Wayne Dela Cruz
56ce2fe50d
DropdownItem onclick should be callback ( #15926 )
...
* React CSSProperties position made specific
* Add test for css position
* DropdownItem onClick is callback
DropdownItem onClick was an event. It should be a callback function
* Test DropdownItem onClick definitions
2017-05-04 09:53:01 -07:00
Danilo Barros
990eb2f63d
chore(index-file): including author name
2017-05-01 16:26:34 -03:00
Danilo Barros
961c6fd498
feat(reactstrap): writing some tests
2017-05-01 15:57:34 -03:00
Danilo Barros
1fd7f20c32
feat(Label): fixing size prop and extending HTMLLabelElement
2017-05-01 15:57:18 -03:00
Danilo Barros
a642ce2ed8
refactor(lib): extending some components from HTMLProps
2017-05-01 15:23:33 -03:00
Danilo Barros
2a740f7bee
feat(Col): adding className prop
2017-05-01 15:06:05 -03:00
Danilo Barros
c1bcc024d7
fix(FormGroup): fix className prop type from boolean to string
2017-05-01 15:04:04 -03:00
Danilo Barros
becc456bdf
feat(NavLink): extending props from anchor element
2017-05-01 15:00:22 -03:00
Danilo Barros
4fa7ad0379
feat(Nav): add vertical prop
2017-05-01 14:55:50 -03: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
3d13ec5399
Lint react-* packages ( #15526 )
2017-03-30 14:11:46 -07:00
Andy Hanson
354cec620d
Move all packages to a types directory
2017-03-24 14:27:52 -07:00