This repository was archived by the owner on Feb 4, 2025. It is now read-only.
chore(deps): Update mantine monorepo to v7.16.2 - #407
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 2, 2025 09:12
bdc134d to
31c7496
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 2, 2025 13:45
31c7496 to
aaba38a
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 2, 2025 17:41
aaba38a to
1bc0653
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 2, 2025 21:44
1bc0653 to
4aa7e91
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 3, 2025 01:47
4aa7e91 to
d639382
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 3, 2025 05:51
d639382 to
470433f
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 3, 2025 09:44
470433f to
287efe3
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 3, 2025 12:24
287efe3 to
dbf5295
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 3, 2025 16:35
dbf5295 to
4aec3f5
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 3, 2025 21:44
4aec3f5 to
e5821a5
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 4, 2025 02:00
e5821a5 to
cf144bd
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 4, 2025 04:36
cf144bd to
dec8a86
Compare
renovate
Bot
force-pushed
the
renovate/mantine-monorepo
branch
from
February 4, 2025 08:48
dec8a86 to
24d6ba8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.27.14.3->7.16.2Release Notes
mantinedev/mantine (@mantine/charts)
v7.16.2Compare Source
What's Changed
[@mantine/core]Tooltip: Migrate from deprecateduseDelayGroupContexthook touseDelayGroup[@mantine/core]Tabs: FixtabIndex={0}set onTabs.Tabbeing ignored (#7407)[@mantine/core]Fix chevron icon not being clickable in Select and MultiSelect components (#7395)[@mantine/dates]MonthPicker: Fix infinite useEffect with use-form in some cases (#7389)[@mantine/hooks]use-hotkeys: Add better support for non-QUERTY keyboards (#7390)[@mantine/dates]DateTimePicker: Fix timezone conversion being applied twice (#7400)[@mantine/hooks]Fix potential dangerous access of ref value in useEffect cleanup (#7404)New Contributors
Full Changelog: mantinedev/mantine@7.16.1...7.16.2
v7.16.1Compare Source
What's Changed
[@mantine/core]Menu: AddwithInitialFocusPlaceholderprop support[@mantine/core]Slider: FixonChangeEndbeing called whendisabledprop is set[@mantine/core]Add option to customize chevron color withchevronColorprop in Select and MultiSelect components[@mantine/core]Fix incorrect styles of nested tables (#7354)[@mantine/core]: NumberInput: FixonChangebeing called inonBlurif the value has not been changed (#7383)[@mantine/core]Menu: Adddata-disabledprop handling to Menu.Item component (#7377)[@mantine/form]Fix incorrect values handling inform.resetDirty(#7373)[@mantine/chart]AreaChart: FixgridColorandtextColorprops being passed as attributes to the DOM node (#7378)[@mantine/hooks]use-in-viewport: Fix tracking being stopped when used with a dnd library (#7359)[@mantine/core]MantineProvider: Fix jest tests not running in case there is incorrectwindow.matchMediapolyfill implementation (#7360)[@mantine/core]Modal: Fix Escape key not working in old Safari versions (#7358)New Contributors
Full Changelog: mantinedev/mantine@7.16.0...7.16.1
v7.16.0: 🌶️Compare Source
View changelog with demos on mantine.dev website
use-scroll-spy hook
New use-scroll-spy hook tracks scroll position and returns index of the
element that is currently in the viewport. It is useful for creating
table of contents components (like in mantine.dev sidebar on the right side)
and similar features.
TableOfContents component
New TableOfContents component is built on top of
use-scroll-spyhookand can be used to create table of contents components like the one on the right side of mantine.dev
documentation sidebar:
Input.ClearButton component
New
Input.ClearButtoncomponent can be used to add clear button to custom inputsbased on
Inputcomponent.sizeof the clear button is automaticallyinherited from the input:
Popover with overlay
Popover and other components based on it now support
withOverlayprop:Container queries in Carousel
You can now use container queries
in Carousel component. With container queries, all responsive values
are adjusted based on the container width, not the viewport width.
Example of using container queries. To see how the grid changes, resize the root element
of the demo with the resize handle located at the bottom right corner of the demo:
RangeSlider restrictToMarks
RangeSlider component now supports
restrictToMarksprop:Pagination withPages prop
Pagination component now supports
withPagesprop which allows hiding pagescontrols and displaying only previous and next buttons:
useForm touchTrigger option
use-form hook now supports
touchTriggeroption that allows customizing events that change touched state.It accepts two options:
change(default) – field will be considered touched when its value changes or it has been focusedfocus– field will be considered touched only when it has been focusedExample of using
focustrigger:Help Center updates
Other changes
clearablepropsyncoption which allows disabling synchronization between browser tabsv7.15.3Compare Source
What's Changed
[@mantine/charts]BarChart: FixtextColorprop being passed down as attribute to the DOM node[@mantine/core]TypographyStylesProvider: Fix incorrect top and bottom margins of first and last elements (#7334)[@mantine/core]Transition: Fix some transitions being incompatible with headless mode (#7306)[@mantine/dates]DateTimePicker: Set milliseconds to 0 on the result date object (#7328)[@mantine/dates]FixhasNextLevelprop type leak to DateTimePicker component (#7319)[@mantine/core]Avatar: Change initials function to use the full name to generate color (#7322)[@mantine/hooks]use-merged-ref: Add support for ref cleanup function in React 19 (#7304)[@mantine/hooks]use-debounced-callback: Addflushmethod to returned callback (#7272)[@mantine/dates]Improve compatibility with dayjs plugins in all components (#7302)[@mantine/core]Update peer dependencies to support React 19 (#7321)New Contributors
Full Changelog: mantinedev/mantine@7.15.2...7.15.3
v7.15.2Compare Source
What's Changed
[@mantine/dates]DatePicker: Fix incorrect handling of receiving partial value whentype="range"(#7278)[@mantine/hooks]use-local-storage: Fix value not being updated whenkeychanges (#7286)[@mantine/charts]FixgridColorprop being passed down as attribute to html element (#7288)[@mantine/core]Update react-textarea-autosize to support React 19 (#7297)[@mantine/core]TypographyStylesProvider: Fix margin removal affecting non-typography elements (#7290)[@mantine/core]Tooltip: Addmiddlewaresprop support (#7281)[@mantine/core]FloatingIndicator: Fix incorrect position calculations when the parent element has border (#7267)[@mantine/core]ScrollArea: Fix scrollbar not changing with the scroll position on first render (#7257, #7260)[@mantine/tiptap]Fix incorrect paragraph styles inside lists (#7255)[@mantine/hooks]Fix incorrect ref types in use-move, use-radial-move, use-in-viewport and use-scroll-into-view (#7252)[@mantine/form]Fix incorrect validators types (#7242)New Contributors
Full Changelog: mantinedev/mantine@7.15.1...7.15.2
v7.15.1Compare Source
What's Changed
[@mantine/dates]Improve focus behavior of DatePickerInput, DateInput and other components[@mantine/form]AddtouchTriggeroption support[@mantine/hooks]Add option to specify prefix inrandonIdfunction[@mantine/core]FixwithPropsfunction requiring all component props instead of partial[@mantine/core]AdduseModalStackContextanduseDrawerStackContexthooks exports[@mantine/core]ActionIcon: Addinput-*autocomplete forsizeprop[@mantine/core]AppShell: Fix incorrect defaultoffsetScrollbarsvalue forlayout="alt"[@mantine/core]FixvirtualColorfunction not working in server components (#7184)[@mantine/core]Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)[@mantine/core]Checkbox: Fix incorrect Checkbox.Card behavior inside Checkbox.Group (#7187)[@mantine/core]Slider: Add option to pass attributes down to thumb withthumbProps(#7214)[@mantine/core]Switch: Add data-checked attribute to the input (#7228)[@mantine/dates]FixhasNextLevelprop type leak to DatePicker component (#7229)[@mantine/dates]Fix timezone not being applied to the formatted value (#7162)[@mantine/modals]FixmodalIdbeing passed to the DOM node as attribute (#7189)[@mantine/core]TypographyStylesProvider: Fix incorrect paragraphs inside lists styles (#7226)[@mantine/core]Slider: Fix icon used as thumb child not being visible with the dark color scheme (#7231, #7232)[@mantine/tiptap]Fix missing border in custom controls (#7239)New Contributors
Full Changelog: mantinedev/mantine@7.15.0...7.15.1
v7.15.0: 💋Compare Source
View changelog with demos on mantine.dev website
Support Mantine development
You can now sponsor Mantine development with OpenCollective.
All funds will be used to improve Mantine and create new features and components.
use-radial-move hook
New use-radial-move hook can be used to create custom radial sliders:
BarChart color based on value
BarChart component now supports
getBarColorprop to assign color based on value.getBarColorfunction is called with two arguments: value and series object. It should return a colorstring (theme color reference or any valid CSS color value).
Button.GroupSection and ActionIcon.GroupSection
ActionIcon.GroupSectionandButton.GroupSectionare new components thatcan be used in
ActionIcon.Group/Button.Groupto create sections that arenot
ActionIcon/Buttoncomponents:Table vertical variant
Table component now support
variant="vertical":Table tabular numbers
Table component now supports
tabularNumsprop to render numbers in tabular style. It setsfont-variant-numeric: tabular-numswhich makes numbers to have equal width.This is useful when you have columns with numbers and you want them to be aligned:
Update function in modals manager
Modals manager now supports
modals.updateModalandmodals.updateContextModalfunction to update modal after it was opened:
useForm submitting state
use-form hook now supports
form.submittingfieldand
form.setSubmittingfunction to track form submission state.form.submittingfield will be set totrueif function passed toform.onSubmitreturns a promise. After the promise is resolved or rejected,form.submittingwill be set tofalse:You can also manually set
form.submittingtotrueorfalse:useForm onSubmitPreventDefault option
use-form hook now supports
onSubmitPreventDefaultoption.This option is useful if you want to integrate
useFormhook with server actions.By default,
event.preventDefault()is called on the formonSubmithandler.If you want to change this behavior, you can pass
onSubmitPreventDefaultoptionto
useFormhook. It can have the following values:always(default) - always callevent.preventDefault()never- never callevent.preventDefault()validation-failed- callevent.preventDefault()only if validation failedSubtle RichTextEditor variant
RichTextEditor component now supports
subtlevariant:onExitTransitionEnd and onEnterTransitionEnd
Modal and Drawer components now support
onExitTransitionEndandonEnterTransitionEndprops,which can be used to run code after exit/enter transition is finished. For example, this is useful when you want to clear
data after modal is closed:
Week numbers in DatePicker
DatePicker and other components based on Calendar component now support
withWeekNumbersprop to display week numbers:New demo: BarChart with overlay
Variants types augmentation
Custom variants types augmentation guide was added to the documentation.
Example of adding custom variant type to Button component:
Help Center updates
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.