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.0
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.1
Choose a head ref
  • 17 commits
  • 41 files changed
  • 7 contributors

Commits on Jun 10, 2025

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

Commits on Jun 16, 2025

  1. Configuration menu
    Copy the full SHA
    81a65ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f4feed View commit details
    Browse the repository at this point in the history
  3. [@mantine/dates] DatePicker: Fix className and style props not wo…

    …rking when `presets` prop is set (#7960)
    rtivital committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    1fe143d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    338931e View commit details
    Browse the repository at this point in the history
  5. [mantine.dev] Fix typo (#7975)

    Just fixed some typos in the code example (Col instead of Grid.Col)
    cstrat authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    8c0887e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4cc5465 View commit details
    Browse the repository at this point in the history
  7. [@mantine/hooks] use-debounced-callback: Add cancel method support (#…

    …7965)
    
    - Add cancel method alongside existing flush method
    
    - Cancel clears pending timeouts and resets leading state without executing callback
    
    - Maintains backward compatibility with existing API
    
    - Add comprehensive test coverage (8 new tests) covering:
    
      - Basic cancellation preventing execution
    
      - Multiple cancel calls safety
    
      - Cancel and re-call behavior
    
      - Interaction with already executed callbacks
    
      - Leading mode reset behavior
    
      - Cancel/flush interaction patterns
    
    Resolves the need to cancel pending debounced executions in scenarios like component unmounting or input direction changes.
    scamden authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    959453d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bed838 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c45813c View commit details
    Browse the repository at this point in the history
  10. [@mantine/hooks] use-hotkeys: Fix Escape key not being handled correc…

    …tly in some browsers (#7928)
    
    * [@matine/hooks] parse-hotkey.ts escapeHotkey fix add test code
    
    * [@mantine/hooks] fix: update Escape key mapping in parse-hotkey.ts and add tests
    
    - Change 'Escape' and 'Esc' mapping from 'esc' to 'escape' for consistency
    - Add 'esc' key to keyNameMap for backward compatibility
    - Add comprehensive tests for Escape key handling
    Han5991 authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d44e808 View commit details
    Browse the repository at this point in the history
  11. [@mantine/dates] TimePicker: Fix incorrect handling of min/max va…

    …lues in some cases (#7904)
    
    * [@mantine/dates] TimePicker min max fix
    
    * [chore] Cleanup
    Han5991 authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    2539021 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1462fac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    55b6bef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d092e04 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    060bca5 View commit details
    Browse the repository at this point in the history
  16. [release] Version: 8.1.1

    rtivital committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    610942e View commit details
    Browse the repository at this point in the history
Loading