Skip to content

chore(deps): bump @mantine/hooks from 8.3.18 to 9.3.0#5100

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/hooks-9.2.2
Open

chore(deps): bump @mantine/hooks from 8.3.18 to 9.3.0#5100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/hooks-9.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @mantine/hooks from 8.3.18 to 9.3.0.

Release notes

Sourced from @​mantine/hooks's releases.

9.3.0 🥵

View changelog with demos on mantine.dev website

Support Mantine development

You can now sponsor Mantine development with OpenCollective. All funds are used to improve Mantine and create new features and components.

Pagination responsive layout

Pagination component now supports layout="responsive" prop that uses CSS container queries to switch between page number buttons and a compact "Page X of Y" label based on the available width.

import { Box, Pagination } from '@mantine/core';
function Demo() {
return (
<Box style={{ resize: 'horizontal', overflow: 'auto', minWidth: 200, maxWidth: '100%' }}>
<Pagination total={20} layout="responsive" />
</Box>
);
}

Text textWrap prop

Text and Blockquote components now support textWrap prop that controls the text-wrap CSS property. You can use it to balance line lengths or prevent orphaned words in paragraphs.

import { Text } from '@mantine/core';
function Demo() {
return (
<Text textWrap="wrap">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quasi voluptatibus inventore iusto
cum dolore molestiae perspiciatis! Totam repudiandae impedit maxime!
</Text>
);
}

use-splitter hook

New use-splitter hook provides resizable split-pane functionality with pointer drag, keyboard navigation (WAI-ARIA Window Splitter pattern), collapsible panels and min/max constraints:

... (truncated)

Commits
  • bf03b9a [release] Version: 9.3.0
  • 342e5ce [refactor] Finalize 9.3 release
  • 9973490 [@​mantine/hooks] use-splitter: Add missing cleanup callbacks
  • f2fb8fa Merge branch master into 9.3
  • 4685c41 [release] Version: 9.2.2
  • 06177f5 [@​mantine/hooks] use-mask: Fix undo keyboard shortcut not working (#8927)
  • eb36e5b [@​mantine/hooks] use-mask: Fix cursor jumping on paste/cut (#8926)
  • 657a511 [refactor] Fix typo (#8897)
  • a5d5d61 Merge branch 'master' into 9.3
  • cd3bff3 [release] Version: 9.2.1
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jun 1, 2026
@dependabot dependabot Bot changed the title chore(deps): bump @mantine/hooks from 8.3.18 to 9.2.2 chore(deps): bump @mantine/hooks from 8.3.18 to 9.3.0 Jun 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/hooks-9.2.2 branch 2 times, most recently from 7087404 to e938edc Compare June 6, 2026 15:57
Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 8.3.18 to 9.3.0.
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/9.3.0/packages/@mantine/hooks)

---
updated-dependencies:
- dependency-name: "@mantine/hooks"
  dependency-version: 9.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/hooks-9.2.2 branch from e938edc to eed692c Compare June 8, 2026 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants