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: mantinedev/mantine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.0.2
Choose a base ref
...
head repository: mantinedev/mantine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.17.8
Choose a head ref
  • 5 commits
  • 5 files changed
  • 5 contributors

Commits on Jun 2, 2025

  1. [help.mantine.dev] Fix typo (#7919)

    (cherry picked from commit 9ee20f5)
    Han5991 authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    53edda8 View commit details
    Browse the repository at this point in the history
  2. [@mantine/hooks] use-idle: Fix timeout not being cancelled when the p…

    …arent component unmounts (#7914)
    
    Idle timer needs cancelling when hook is being unmounted
    deedw authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    fe4603b View commit details
    Browse the repository at this point in the history
  3. [@mantine/core] Collapse: Fix inert attribute being incompatible wi…

    …th React 18 (#7911)
    
    - React 18: Use empty string for inert=true, undefined for inert=false
    - React 19+: Use boolean values (true/false)
    - Fixes incorrect logic where inert was always set regardless of React version
    - Resolves warnings about non-boolean attribute values in React 18
    
    Closes #[issue-number]
    jonavila authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    c514d24 View commit details
    Browse the repository at this point in the history
  4. [@mantine/core] Overlay: Fix blur not working in older browsers (#7907)

    An issue with lightningCSS will not output a non-prefixed backdrop-filter rule if it is succeeded by a prefixed version: parcel-bundler/lightningcss#785
    VirtuoUK authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    f7910a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b98552 View commit details
    Browse the repository at this point in the history
Loading