insulator2
insulator2 copied to clipboard
build: Bump @mantine/notifications from 5.10.5 to 7.8.1
Bumps @mantine/notifications from 5.10.5 to 7.8.1.
Release notes
Sourced from @mantine/notifications
's releases.
7.8.1
Notes
Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include
form.key()
as described in the documentation.What's Changed
[@mantine/form]
AdddefaultValue
toform.getInputProps
return type[@mantine/form]
Replacekey
spread withform.getInputProps
withform.key()
function[@mantine/dropzone]
Fix keyboard activation not working (#6095)[@mantine/dates]
DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)[@mantine/core]
Radio: Allownull
to be passed to Radio.Group value to clear the value (#6102)[@mantine/core]
NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)[@mantine/core]
Fix incorrect empty string handling in style props (#6078)New Contributors
@kgarner7
made their first contribution in mantinedev/mantine#6064Full Changelog: https://github.com/mantinedev/mantine/compare/7.8.0...7.8.1
7.8.0
View changelog with demos on mantine.dev website
Auto convert px to rem in .css files
Start from version
1.14.4
postcss-preset-mantine supportsautoRem
option that can be used to automatically convert allpx
values torem
units in.css
files.module.exports = { plugins: { 'postcss-preset-mantine': { autoRem: true, }, }, };
This option works similar to
rem
function. The following code:.demo { font-size: 16px;
@media
(min-width: 320px) { font-size: 32px; } }
... (truncated)
Commits
b95051c
[release] Version: 7.8.1afc9929
[release] Version: 7.8.0c6da05e
Merge branch 'master' of github.com-rtivital:mantinedev/mantine into 7.8b2af7f8
[release] Version: 7.7.2878720b
[core] Remove baseUrl from all packages tsconfigs30a48df
[release] Version: 7.7.16b14c7a
[release] Version: 7.7.0e3e3bb8
[release] Version: 7.6.2188248d
[release] Version: 7.6.1d51f218
[release] Version: 7.6.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)