fix(deps): update mantine monorepo to ^7.14.0 (minor) #1605
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.13.5
->^7.14.0
^7.13.5
->^7.14.0
^7.13.5
->^7.14.0
^7.13.5
->^7.14.0
^7.13.5
->^7.14.0
^7.13.5
->^7.14.0
Release Notes
mantinedev/mantine (@mantine/core)
v7.14.0
Compare Source
mantinedev/mantine (@mantine/form)
v7.14.0
Compare Source
mantinedev/mantine (@mantine/hooks)
v7.14.0
Compare Source
mantinedev/mantine (@mantine/modals)
v7.14.0
: 💋Compare Source
View changelog with demos on mantine.dev website
AngleSlider component
New AngleSlider component:
RadialBarChart component
New RadialBarChart component:
FunnelChart component
New FunnelChart component:
Modal.Stack and Drawer.Stack components
New Modal.Stack and Drawer.Stack components simplify usage of multiple modals/drawers at the same time.
Use
Modal.Stack
component to render multiple modals at the same time.Modal.Stack
keeps track of opened modals, manages z-index values, focus trappingand
closeOnEscape
behavior.Modal.Stack
is designed to be used withuseModalsStack
hook.Differences from using multiple
Modal
components:Modal.Stack
manages z-index values – modals that are opened later will always have higher z-index value disregarding their order in the DOMModal.Stack
disables focus trap andEscape
key handling for all modals except the one that is currently openedopacity: 0
andpointer-events: none
useModalsStack/useDrawersStack hooks
useModalsStack
hook provides an easy way to control multiple modals at the same time.It accepts an array of unique modals ids and returns an object with the following properties:
Example of using
useModalsStack
withModal
component:Restrict Slider selection to marks
Slider component now supports
restrictToMarks
prop that restricts slider value to marks only.Note that in this case
step
prop is ignored:BarChart SVG pattern fill
BarChart now can be used with SVG pattern fill:
Help center updates
Other changes
onNodeExpand
andonNodeCollapse
callbackscheckAllNodes
,uncheckAllNodes
andsetCheckedState
handlersgetTreeExpandedState
to generate expanded state based on the tree dataform.replaceListItem
handler to replace list item at given indexConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.