- Notifications
You must be signed in to change notification settings - Fork3.6k
Comparing changes
Open a pull request
base repository:react-bootstrap/react-bootstrap
Uh oh!
There was an error while loading.Please reload this page.
base:v2.5.0
head repository:react-bootstrap/react-bootstrap
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.6.0
- 19commits
- 37files changed
- 13contributors
Commits on Aug 8, 2022
Commits on Aug 12, 2022
docs: add space for consistency in introduction.mdx. (#6428)
seiji327 authoredAug 12, 2022
Commits on Aug 26, 2022
docs: add example for react bootstrap component in as prop API (#6433)
* Docs: Added Example For React Bootstarp Component in As Prop API* Removed Button Example and Changed file name to more appropriate* Changes to Introduction for As Prop Example* import name change
Shannon26 authoredAug 26, 2022
Commits on Sep 19, 2022
fix(Modal): apply 'show' class when animation = false (#6447)
golota60 authoredSep 19, 2022
Commits on Oct 3, 2022
docs: fix typos in the pagination and pageitem docs (#6457)
lcheunglci authoredOct 3, 2022
Commits on Oct 4, 2022
fix(PageItem): remove disabled attribute on span (#6455)
kyletsang authoredOct 4, 2022 chore(deps): update sinon to v14 (#6456)
kyletsang authoredOct 4, 2022
Commits on Oct 6, 2022
docs(CloseButton): add docs for aria-label and onClick (#6458)
lcheunglci authoredOct 6, 2022 chore(deps): update all non-major dependencies (#6445)
* chore(deps): update all non-major dependencies* fix lint errorCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: kyletsang <6854874+kyletsang@users.noreply.github.com>
Commits on Oct 11, 2022
docs: Fix typos, remove unnecessary semicolons and blank lines (#6463)
* fix typos in mdx* remove unnecessary semicolons and blank lines in mdx* fix typos in comments of components* fix typos in test/ and tests/* Update www/src/pages/components/placeholder.mdxCo-authored-by: Szymon Wiszczuk <37072867+golota60@users.noreply.github.com>Co-authored-by: Szymon Wiszczuk <37072867+golota60@users.noreply.github.com>
docs(ListGroupItem): add onclick and href docs (#6461)
* Add onClick and href to the ListGroupItem api* Fix doc to href where there's an extra dependency
lcheunglci authoredOct 11, 2022
Commits on Oct 12, 2022
fix(types): fix type of 'safeFindDOMNode' function (#6465)
RyanCavanaugh authoredOct 12, 2022 fix(ListGroupItem): prevent a div with a href (#6462)
* Prevent a div with a href attribute* Revise fix to set the href in the props* revise check for href and action to show warning* add test to validate warning* remove redundant tests and renamed a test
lcheunglci authoredOct 12, 2022
Commits on Nov 3, 2022
feat(Spinner): make the animation default to border (#6468)
* make the spinner animation default to borderThere's no good reason to always type out the animation for the spinner. There are only two choices, and the "border" option is the obvious choice as a default.This should be a non-breaking change.* use default prop for spinner animation parameter
factoidforrest authoredNov 3, 2022
Commits on Nov 6, 2022
fix: update @restart/ui to 1.4.0 (#6479)
Fixes a TypeScript 4.8 error applications using react-bootstrap may haveencountered with usePopper's typing through the transitive dependency:react-restart/ui#65
zarvox authoredNov 6, 2022 fix: update @restart/ui to 1.4.1 (#6481)
kyletsang authoredNov 6, 2022 - kyletsang committed
Nov 6, 2022
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.5.0...v2.6.0
Uh oh!
There was an error while loading.Please reload this page.