Skip to content

Commit

Permalink
Publish v2.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Aug 17, 2021
1 parent 5bd9964 commit 7834304
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# [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)


### Bug Fixes

* fix exports and types ([#5969](https://github.com/react-bootstrap/react-bootstrap/issues/5969)) ([3531dc8](https://github.com/react-bootstrap/react-bootstrap/commit/3531dc860d43aa81a6548b61d276b4452340bc8c))


### Features

* **Dropdown:** add RTL support ([22d8d84](https://github.com/react-bootstrap/react-bootstrap/commit/22d8d84184933c0714fb1832ab5a3f1f101d912f))
* **Modal:** add RTL support ([0cd40eb](https://github.com/react-bootstrap/react-bootstrap/commit/0cd40eb3c1b6de1991f15eacea598ad3f1c430f3))
* **Modal:** migrate to restart/ui ([1ff7af7](https://github.com/react-bootstrap/react-bootstrap/commit/1ff7af78517af2f3b70ac857b1ec9f54bd909c56))
* **Popover:** add RTL support ([9032b16](https://github.com/react-bootstrap/react-bootstrap/commit/9032b1604b94024b7437119dbf3b92bac36c1d1f))
* **Tabs:** migrate to restart/ui ([8e3f3c2](https://github.com/react-bootstrap/react-bootstrap/commit/8e3f3c2b5f232e17829df3474b7b6e398f22ff3d))
* **Tooltip:** add RTL support ([c82e133](https://github.com/react-bootstrap/react-bootstrap/commit/c82e1332a85e0e94aec58af0b8012048ffed9d65))
* 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))
* migrate components to restart/ui ([73a559e](https://github.com/react-bootstrap/react-bootstrap/commit/73a559ee345bc4033c66fc97858163a6a200126d))


* feat(SafeAnchor)!: migrate to restart/ui ([6c56aba](https://github.com/react-bootstrap/react-bootstrap/commit/6c56abae4132a1ae68adcc6b4a3bd559396aa2fa))
* feat(NavLink)!: migrate to restart/ui ([87bf01a](https://github.com/react-bootstrap/react-bootstrap/commit/87bf01ac55d272ed5151e2f01c2fa85e986f0b59))
* feat(Nav)!: migrate to restart/ui ([2a7a0e2](https://github.com/react-bootstrap/react-bootstrap/commit/2a7a0e223402f3634008052f4b32e10c52c4997d))
* feat(Dropdown)!: migrate to restart/ui ([7030465](https://github.com/react-bootstrap/react-bootstrap/commit/70304650baf39a77149fa4bc811849423f449ec6))


### BREAKING CHANGES

* renamed to Anchor
* remove `onSelect` in NavItem
* removed keyboard navigation
* remove `onSelect` from DropdownItem





# [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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
"version": "2.0.0-beta.4",
"version": "2.0.0-beta.5",
"description": "Bootstrap 4 components built with React",
"keywords": [
"react",
Expand Down

0 comments on commit 7834304

Please sign in to comment.