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-bootstrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.10
Choose a base ref
...
head repository: react-bootstrap/react-bootstrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 180 files changed
  • 6 contributors

Commits on Apr 14, 2025

  1. feat!: add exports map (#6901)

    BREAKING CHANGE: Add package.json exports map and remove proxy directories. Removes SSR utilities.
    kyletsang authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    20c8687 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. feat!: update to react 19 (#6912)

    BREAKING CHANGE: Support only React 18+.  Updates internal code for React 19 and remove deprecated methods.
    kyletsang authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    c707a3c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all non-major dependencies (#6845)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    f889890 View commit details
    Browse the repository at this point in the history
  3. chore: update deps (#6914)

    kyletsang authored Apr 20, 2025
    Configuration menu
    Copy the full SHA
    96a06d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. feat!: extract hooks from component files (#6915)

    BREAKING CHANGE: Extract the useCol and useAccordionButton from Col.tsx and AccordionButton.tsx so the CJS default export is consistent with other components
    kyletsang authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    8747836 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Configuration menu
    Copy the full SHA
    71d59e4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. feat!: remove prop types (#6920)

    BREAKING CHANGE: Remove prop-types
    kyletsang authored May 16, 2025
    Configuration menu
    Copy the full SHA
    393dac8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. feat(Offcanvas)!: change rendering behavior (#6927)

    BREAKING CHANGE: Offcanvas will always be rendered inline in the DOM and not at the body using a portal
    kyletsang authored May 20, 2025
    Configuration menu
    Copy the full SHA
    36e824c View commit details
    Browse the repository at this point in the history

Commits on May 24, 2025

  1. feat!: migrate to clsx (#6929)

    BREAKING CHANGE: Switch from classnames to clsx
    kyletsang authored May 24, 2025
    Configuration menu
    Copy the full SHA
    bd80db2 View commit details
    Browse the repository at this point in the history
  2. Publish v3.0.0-beta.1

    kyletsang committed May 24, 2025
    Configuration menu
    Copy the full SHA
    c062516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce56013 View commit details
    Browse the repository at this point in the history
  4. Publish v3.0.0-beta.2

    kyletsang committed May 24, 2025
    Configuration menu
    Copy the full SHA
    7b96836 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. docs: remove redundant word in comment (#6932)

    Signed-off-by: clonemycode <clonecode@aliyun.com>
    clonemycode authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    5fc810f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    4d239e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Configuration menu
    Copy the full SHA
    376c9ae View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. chore: fix some minor issues in comments (#6943)

    Signed-off-by: yumeiyin <yin.yumei@qq.com>
    yumeiyin authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    007167e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d963283 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Configuration menu
    Copy the full SHA
    e9e9457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1bb40f View commit details
    Browse the repository at this point in the history
  3. Publish v3.0.0-beta.3

    kyletsang committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    bb70b45 View commit details
    Browse the repository at this point in the history
Loading