Skip to content

Commit 95f16d2

Browse files
committed
Publish v2.0.0-beta.6
1 parent f40439e commit 95f16d2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0-beta.6](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2021-08-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **Dropdown:** fix menu positioning when renderOnMount=true ([#5989](https://github.com/react-bootstrap/react-bootstrap/issues/5989)) ([a2a4125](https://github.com/react-bootstrap/react-bootstrap/commit/a2a4125a21f25e4bdf52815cebb6c46f9a670ba2))
7+
* **Offcanvas:** change .modal-backdrop to .offcanvas-backdrop ([#5984](https://github.com/react-bootstrap/react-bootstrap/issues/5984)) ([e3f6046](https://github.com/react-bootstrap/react-bootstrap/commit/e3f6046b1a540bbc9d81dae42f61cf399cf437ea))
8+
9+
10+
### Features
11+
12+
* **AccordionCollapse:** add as prop support ([#5991](https://github.com/react-bootstrap/react-bootstrap/issues/5991)) ([f40439e](https://github.com/react-bootstrap/react-bootstrap/commit/f40439e1b29957e331c55ced2637e034e8381fc8))
13+
* add Placeholder component ([#5974](https://github.com/react-bootstrap/react-bootstrap/issues/5974)) ([182b123](https://github.com/react-bootstrap/react-bootstrap/commit/182b123249d0540fede8118dcd2d2fa3cf69dcc5))
14+
15+
16+
17+
18+
119
# [2.0.0-beta.5](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2021-08-17)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "Bootstrap 4 components built with React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)