Commit Graph

38 Commits

Author SHA1 Message Date
Fábio Paiva
fff6a33a3d Creating CardBody definitions (#20283) 2017-10-10 09:30:59 -07:00
afholderman
6380e29990 Fix Issue #20261 (#20268)
Change tag type.
2017-10-10 09:26:56 -07:00
afholderman
fadae05531 FIx Issue #20204 (#20205)
Missing valid property in interface
2017-10-09 16:22:27 -07:00
Fábio Paiva
faf18110df Fix NavbarBrand using the correct interface (#20280)
* Fix NavbarBrand using any

* Tests for reactstrap NavbarBrand properties
2017-10-09 15:57:49 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Fábio Paiva
5e4682a0ba Add new properties from Bootstrap Beta to Navbar (#19940)
Reactstrap Navbar new properties tests

Add contributor to be notified on changes
2017-09-26 11:42:31 -07:00
Raffael Krebs
ff00c165b3 @types/reactstrap Add prop autoFocus for Modal component (#19791)
* @types/reactstrap Add prop autoFocus for Modal component

* bump version number to 4.6
2017-09-25 16:55:44 -07:00
Mine Starks
6a3a6e978e Merge pull request #18755 from amikhalev/update-reactstrap-input
[reactstrap] Updated types for reactstrap Input
2017-08-28 15:30:23 -07:00
amikhalev
900168727f Added tests for reactstrap input update 2017-08-24 15:12:21 -06:00
amikhalev
5538de5f35 Updated types for reactstrap Input 2017-08-24 15:12:17 -06:00
Domantas
00ebbe27b1 Update accepted props for Modal component
PR [#339](https://github.com/reactstrap/reactstrap/pull/339) adds a new prop for Modal component.
2017-08-24 14:05:02 +02:00
Bowden Kelly
b441edebe8 Merge pull request #19070 from Guymestef/patch-1
[Reactstrap][ListGroupItem] Allow onClick event
2017-08-22 13:27:35 -07:00
Bowden Kelly
96f883933d Merge pull request #18547 from FaithForHumans/patch-reactstrap
[reactstrap] Adding getRef to focus-able components for (old) release 3.8.1
2017-08-22 13:14:57 -07:00
Stéphane S
6e9ce42738 [Reactstrap][ListGroupItem] Allow onClick event 2017-08-17 17:53:08 +02:00
amikhalev
1f1de1f591 Updated reactstrap DropdownMenu className type 2017-08-15 16:04:30 -06:00
U-SWRI16\svogel
fb30b2cb8b Adding getRef to focusable components per 3.8.1 2017-08-01 14:02:54 -05: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