Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-bootstrap/react-router-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.2
Choose a base ref
...
head repository: react-bootstrap/react-router-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 19, 2024

  1. fix: Remove defaultProps from LinkContainer (#318)

    reinard authored Jun 19, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    a74003a View commit details

Commits on Jun 27, 2024

  1. chore: fix release (#319)

    kyletsang authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e2a7928 View commit details
  2. Publish v0.26.3

    kyletsang committed Jun 27, 2024
    Copy the full SHA
    4e0ec85 View commit details
Showing with 991 additions and 1,286 deletions.
  1. +11 −0 CHANGELOG.md
  2. +976 −1,272 package-lock.json
  3. +2 −2 package.json
  4. +2 −12 src/LinkContainer.js
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.26.3](https://github.com/react-bootstrap/react-router-bootstrap/compare/v0.26.2...v0.26.3) (2024-06-27)


### Bug Fixes

* Remove defaultProps from LinkContainer ([#318](https://github.com/react-bootstrap/react-router-bootstrap/issues/318)) ([a74003a](https://github.com/react-bootstrap/react-router-bootstrap/commit/a74003ad8969babc425f2a805ca4f550f985d2aa))





## [0.26.2](https://github.com/react-bootstrap/react-router-bootstrap/compare/v0.26.1...v0.26.2) (2022-07-11)


Loading