Skip to content

Commit ac3f66d

Browse files
committed
chore(release): adding 3.0.0
1 parent 5c56749 commit ac3f66d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/reactstrap/reactstrap/compare/2.6.1...v3.0.0) (2016-09-06)
3+
4+
5+
### Code Refactoring
6+
7+
* **Button,DropdownToggle:** default to secondary style, remove cloning ([#120](https://github.com/reactstrap/reactstrap/issues/120)) ([5c56749](https://github.com/reactstrap/reactstrap/commit/5c56749)), closes [#98](https://github.com/reactstrap/reactstrap/issues/98)
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Button,DropdownToggle: DropdownToggle no longer clones each element in props.children when it’s an array, instead it renders props.children inside a single component (Butt
13+
* Button,DropdownToggle: Button color now defaults to “secondary”. This behavior aligns with DropdownToggle color default.
14+
15+
16+
117
<a name="2.6.1"></a>
218
## [2.6.1](https://github.com/reactstrap/reactstrap/compare/2.6.0...v2.6.1) (2016-09-01)
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactstrap",
3-
"version": "2.6.1",
3+
"version": "3.0.0",
44
"description": "React Bootstrap 4 components compatible with React 0.14.x and 15.x",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)