Skip to content

Commit f82633d

Browse files
committed
Publish v1.3.0
1 parent b2bf177 commit f82633d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.3.0](https://github.com/react-bootstrap/react-bootstrap/compare/v1.2.2...v1.3.0) (2020-07-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **Alert:** Fix transition prop to allow bools ([f4e7630](https://github.com/react-bootstrap/react-bootstrap/commit/f4e76305901bb5641f0ad0d6fcaa46afb93f134e))
7+
8+
9+
### Features
10+
11+
* allow renderProp pattern in OverlayTrigger ([#5316](https://github.com/react-bootstrap/react-bootstrap/issues/5316)) ([b2bf177](https://github.com/react-bootstrap/react-bootstrap/commit/b2bf1771fc5784c9eae74b7f708030ce35dcf9a5))
12+
* **Dropdown:** Add Dropdown.ItemText component ([#5315](https://github.com/react-bootstrap/react-bootstrap/issues/5315)) ([3960106](https://github.com/react-bootstrap/react-bootstrap/commit/39601066991b24598cd63ae77e920522ce2a9f87))
13+
14+
15+
16+
17+
118
## [1.2.2](https://github.com/react-bootstrap/react-bootstrap/compare/v1.2.1...v1.2.2) (2020-07-12)
219

320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Bootstrap 4 components built with React",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)