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

Commits on Jun 17, 2025

  1. [@mantine/core] Popover: fix autoUpdate triggering extra rerenders wi…

    …th `keepMounted` (#7983)
    
    - Conditionally apply whileElementsMounted based on keepMounted prop
    - Use manual autoUpdate control when keepMounted=true to avoid unnecessary updates on CSS-hidden elements
    - Follow Floating UI recommendation for CSS-hidden elements
    - Add keepMounted prop to usePopover options interface
    - Add comprehensive tests for keepMounted behavior
    - Improve performance for Select components (which use keepMounted=true by default)
    
    Fixes performance issue where autoUpdate ran continuously on hidden popover dropdowns
    jonavila authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    fcdac70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bedd34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6c947e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25236f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56655cf View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. [@mantine/core] Fix env prop not being available on HeadlessMantine…

    …Provider (#7992)
    
    Co-authored-by: Nisarg Shah <nisarg.shah@veeva.com>
    chumba-wamba and Nisarg Shah authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    973e21f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d47711 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ef96f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    754528f View commit details
    Browse the repository at this point in the history
  5. [core] Add stories sorting

    rtivital committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    a81ecfa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c5e0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    64fc35c View commit details
    Browse the repository at this point in the history
  8. [release] Version: 8.1.2

    rtivital committed Jun 25, 2025
    Configuration menu
    Copy the full SHA
    9d7bb0d View commit details
    Browse the repository at this point in the history
Loading