File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <a name =" 1.4.0 " ></a >
2+ # [ 1.4.0] ( https://github.com/reactstrap/reactstrap/compare/1.3.4...v1.4.0 ) (2016-06-26)
3+
4+
5+ ### Features
6+
7+ * ** Card:** add Card related components ([ #44 ] ( https://github.com/reactstrap/reactstrap/issues/44 ) )([ b782807] ( https://github.com/reactstrap/reactstrap/commit/b782807 ) )
8+
9+
10+
111<a name =" 1.3.4 " ></a >
212## [ 1.3.4] ( https://github.com/reactstrap/reactstrap/compare/1.3.3...v1.3.4 ) (2016-06-12)
313
Original file line number Diff line number Diff line change @@ -57,8 +57,9 @@ There are a few core concepts to understand in order to make the most out of thi
5757 - ` isOpen` - current state for items like dropdown, popover, tooltip
5858 - ` toggle` - callback for toggling ` isOpen` in the controlling component
5959 - ` color` - applies color classes, ex: ` <Button color="danger"/>`
60- - ` size` for controlling size classes . ex : ` <Button size="sm"/>`
61- - boolean based props (attributes) when possible for alternative style classes or sr- only content
60+ - ` size` - for controlling size classes . ex : ` <Button size="sm"/>`
61+ - ` tag` - customize component output by passing in an element name or Component
62+ - boolean based props (attributes) when possible for alternative style classes or ` sr-only` content
6263
6364
6465## Documentation
@@ -72,7 +73,8 @@ This library contains the following components:
7273 - [ButtonGroup](https: // reactstrap.github.io/components/button-group/)
7374 - [ButtonToolbar](https: // reactstrap.github.io/components/button-group/)
7475 - [Dropdown](https: // reactstrap.github.io/components/dropdowns/)
75- - [Label](https: // reactstrap.github.io/components/labels/)
76+ - [Labels](https: // reactstrap.github.io/components/labels/)
77+ - [Card](https: // reactstrap.github.io/components/card/)
7678 - [Popover](https: // reactstrap.github.io/components/popovers/)
7779 - [Modal](https: // reactstrap.github.io/components/modals/)
7880 - [Tooltip](https: // reactstrap.github.io/components/tooltips/)
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ const PreferredExample = (props) => {
9090 < li > < code > toggle</ code > - callback for toggling isOpen in the controlling component</ li >
9191 < li > < code > color</ code > - applies color classes, ex: < code > { '<Button color="danger"/>' } </ code > </ li >
9292 < li > < code > size</ code > for controlling size classes. ex: < code > { '<Button size="sm"/>' } </ code > </ li >
93+ < li > < code > tag</ code > - customize component output by passing in an element name or Component</ li >
9394 < li > boolean based props (attributes) when possible for alternative style classes or sr-only content</ li >
9495 </ ul >
9596 </ Col >
Original file line number Diff line number Diff line change 11{
22 "name" : " reactstrap" ,
3- "version" : " 1.3.4 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " React Bootstrap 4 components compatible with React 0.14.x and 15.x" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments