Skip to content

Commit 7834304

Browse files
committed
Publish v2.0.0-beta.5
1 parent 5bd9964 commit 7834304

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* fix exports and types ([#5969](https://github.com/react-bootstrap/react-bootstrap/issues/5969)) ([3531dc8](https://github.com/react-bootstrap/react-bootstrap/commit/3531dc860d43aa81a6548b61d276b4452340bc8c))
7+
8+
9+
### Features
10+
11+
* **Dropdown:** add RTL support ([22d8d84](https://github.com/react-bootstrap/react-bootstrap/commit/22d8d84184933c0714fb1832ab5a3f1f101d912f))
12+
* **Modal:** add RTL support ([0cd40eb](https://github.com/react-bootstrap/react-bootstrap/commit/0cd40eb3c1b6de1991f15eacea598ad3f1c430f3))
13+
* **Modal:** migrate to restart/ui ([1ff7af7](https://github.com/react-bootstrap/react-bootstrap/commit/1ff7af78517af2f3b70ac857b1ec9f54bd909c56))
14+
* **Popover:** add RTL support ([9032b16](https://github.com/react-bootstrap/react-bootstrap/commit/9032b1604b94024b7437119dbf3b92bac36c1d1f))
15+
* **Tabs:** migrate to restart/ui ([8e3f3c2](https://github.com/react-bootstrap/react-bootstrap/commit/8e3f3c2b5f232e17829df3474b7b6e398f22ff3d))
16+
* **Tooltip:** add RTL support ([c82e133](https://github.com/react-bootstrap/react-bootstrap/commit/c82e1332a85e0e94aec58af0b8012048ffed9d65))
17+
* add default variant to Alert/Badge ([#5456](https://github.com/react-bootstrap/react-bootstrap/issues/5456)) ([8f76539](https://github.com/react-bootstrap/react-bootstrap/commit/8f76539cc14a4bc5c1f415aaa46ab7a9f83a5a88))
18+
* migrate components to restart/ui ([73a559e](https://github.com/react-bootstrap/react-bootstrap/commit/73a559ee345bc4033c66fc97858163a6a200126d))
19+
20+
21+
* feat(SafeAnchor)!: migrate to restart/ui ([6c56aba](https://github.com/react-bootstrap/react-bootstrap/commit/6c56abae4132a1ae68adcc6b4a3bd559396aa2fa))
22+
* feat(NavLink)!: migrate to restart/ui ([87bf01a](https://github.com/react-bootstrap/react-bootstrap/commit/87bf01ac55d272ed5151e2f01c2fa85e986f0b59))
23+
* feat(Nav)!: migrate to restart/ui ([2a7a0e2](https://github.com/react-bootstrap/react-bootstrap/commit/2a7a0e223402f3634008052f4b32e10c52c4997d))
24+
* feat(Dropdown)!: migrate to restart/ui ([7030465](https://github.com/react-bootstrap/react-bootstrap/commit/70304650baf39a77149fa4bc811849423f449ec6))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* renamed to Anchor
30+
* remove `onSelect` in NavItem
31+
* removed keyboard navigation
32+
* remove `onSelect` from DropdownItem
33+
34+
35+
36+
37+
138
# [2.0.0-beta.4](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2021-07-20)
239

340

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.4",
3+
"version": "2.0.0-beta.5",
44
"description": "Bootstrap 4 components built with React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)