You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added type and breakpoints prop to Grid to support Container Queries. by namakshenas
Added name prop to Avatar to support displaying avatar initials with auto generated color based on the given name) with auto generated color based on the given name
Added gradient prop to LineChart to render line with a gradiant fill
Added acceptValueOnBlur to TagsInput . Added in 7.11. This could be used instead of debounce=True
Added hideWithOnePage prop to Pagination which hides pagination when there is only one page.
Added lineSize prop to Burger to supports change lines height #432 by ChinoUkaegbu
Fixed Issue #413 where the increment/decrement buttons didn't work correctly when the NumberInput value is a number represented by a string. This was fixed simply by upgrading to Mantine 7.14.2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
🚧 Draft of 0.15.1 Release
🎉 New Props
Added
type
andbreakpoints
prop toGrid
to support Container Queries. by namakshenasAdded
name
prop toAvatar
to support displaying avatar initials with auto generated color based on the given name) with auto generated color based on the given nameAdded
gradient
prop toLineChart
to render line with a gradiant fillAdded
acceptValueOnBlur
toTagsInput
. Added in 7.11. This could be used instead ofdebounce=True
Added
hideWithOnePage
prop toPagination
which hides pagination when there is only one page.Added
lineSize
prop toBurger
to supports change lines height #432 by ChinoUkaegbuAdded
type
prop toSimpleGrid
to support Container Queries. #433 by namakshenasAdded
withKeyboardEvents
prop toNumberInput
. When set to False, it will disable up/down arrow keys handlingAdded disabled prop to
Radio
#427 by namakshenas🥳 New Features
Plotly Figure Templates with a Mantine Theme
Style your Plotly figures with the default Mantine theme using the "mantine_light" and "mantine_dark" Plotly figure templates
It can be used in an app just like any built-in plotly template, for example:
See a this example hosted on PyCafe: https://py.cafe/amward/mantine-plotly-figure-templates
template="mantine_light"
template="mantine_dark"
New SemiCircleProgress component
#434 by AnnMarieW
🛠️ Fixed
Popover
- enabled the popover to close when clicking outside FixcloseOnClickOutside
for the Popover component #423 by magicmqNumberInput
value is a number represented by a string. This was fixed simply by upgrading to Mantine 7.14.2Beta Was this translation helpful? Give feedback.
All reactions