Skip to content

Commit 4ff3962

Browse files
committed
chore(release): adding 2.0.0
1 parent c65e952 commit 4ff3962

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/reactstrap/reactstrap/compare/1.6.1...v2.0.0) (2016-07-28)
3+
4+
5+
### Features
6+
7+
* **bootstrap:** update for v4 alpha 3 ([f617dc5](https://github.com/reactstrap/reactstrap/commit/f617dc5))
8+
* **Col:** Update Col component with alpha 3 changes ([b62ee01](https://github.com/reactstrap/reactstrap/commit/b62ee01))
9+
* **outline:** Make outline a separate prop for Card & Button ([#62](https://github.com/reactstrap/reactstrap/issues/62)) ([c65e952](https://github.com/reactstrap/reactstrap/commit/c65e952))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* bootstrap: Components were updated for v4 alpha 3
15+
16+
- Button outline class change from `.{variant}-outline` to `.outline-{variant}`.
17+
- label is now tag and all of the label variants are now tag variants.
18+
- Cards now have an outline variant.
19+
20+
21+
122
<a name="1.6.1"></a>
223
## [1.6.1](https://github.com/reactstrap/reactstrap/compare/1.6.0...v1.6.1) (2016-07-16)
324

docs/static/docs.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,9 @@ pre[class*="language-"] {
308308
.token.entity {
309309
cursor: help;
310310
}
311+
312+
code .tag {
313+
font-size: inherit;
314+
padding: 0;
315+
display: inherit;
316+
}

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": "1.6.1",
3+
"version": "2.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)