Skip to content

Commit

Permalink
Publish v2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Sep 21, 2021
1 parent cdaa039 commit 86e5503
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# [2.0.0-rc.0](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-beta.6...v2.0.0-rc.0) (2021-09-21)


### Bug Fixes

* **ListGroupItem:** fix .active not being set with activeKey in ListGroup ([#6002](https://github.com/react-bootstrap/react-bootstrap/issues/6002)) ([cdaa039](https://github.com/react-bootstrap/react-bootstrap/commit/cdaa0399b0f31740a39efebc0ad08d2f53788c3e))
* **Toast:** fix fade animation ([#6004](https://github.com/react-bootstrap/react-bootstrap/issues/6004)) ([0237a14](https://github.com/react-bootstrap/react-bootstrap/commit/0237a14d1af749b8eda407d331f6ab3815812850))


* refactor(Col)!: remove default span value in breakpoint object (#6014) ([ec285fb](https://github.com/react-bootstrap/react-bootstrap/commit/ec285fb96bb2c0c312c1241b0a040a78e92aa86b)), closes [#6014](https://github.com/react-bootstrap/react-bootstrap/issues/6014)
* refactor(CardColumns)!: remove component (#6030) ([d36718f](https://github.com/react-bootstrap/react-bootstrap/commit/d36718f2a755e585bdab9f09cb467095cf83f8b0)), closes [#6030](https://github.com/react-bootstrap/react-bootstrap/issues/6030)
* fix(FormCheck)!: use feedbackType to control feedback type (#6015) ([ab9e080](https://github.com/react-bootstrap/react-bootstrap/commit/ab9e08094ef5cd4b7245323da09932b1c9df2d7f)), closes [#6015](https://github.com/react-bootstrap/react-bootstrap/issues/6015)


### Features

* add SSRProvider ([#6031](https://github.com/react-bootstrap/react-bootstrap/issues/6031)) ([ca97dc8](https://github.com/react-bootstrap/react-bootstrap/commit/ca97dc811b3c9845ed17ae42886e6c401613f034))
* add Stack component ([#5987](https://github.com/react-bootstrap/react-bootstrap/issues/5987)) ([57be243](https://github.com/react-bootstrap/react-bootstrap/commit/57be24396cc59882525486530ee4424ce94e3067))
* **Collapse:** add horizontal animation ([#5993](https://github.com/react-bootstrap/react-bootstrap/issues/5993)) ([c8f0d1d](https://github.com/react-bootstrap/react-bootstrap/commit/c8f0d1d358f9eca60c12a259e502b50da42c624a))


### BREAKING CHANGES

* When using objects in `Col` breakpoint props, `span` is no longer `true` by default
* Removed CardColumns because it was dropped in Bootstrap 5
* FormCheck feedback type is now controlled by `feedbackType` instead of `isValid` and `isInvalid`.





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


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.6",
"version": "2.0.0-rc.0",
"description": "Bootstrap 4 components built with React",
"keywords": [
"react",
Expand Down

0 comments on commit 86e5503

Please sign in to comment.