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] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.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: Allow null 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)
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] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.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: Allow null 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)
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] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.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: Allow null 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)
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] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.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: Allow null 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)
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] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.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: Allow null 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)
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] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.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: Allow null 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)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the mantine group in /commafeed-client with 6 updates:
7.8.0
7.8.1
7.8.0
7.8.1
7.8.0
7.8.1
7.8.0
7.8.1
7.8.0
7.8.1
7.8.0
7.8.1
Updates
@mantine/core
from 7.8.0 to 7.8.1Release notes
Sourced from
@mantine/core
's releases.Commits
b95051c
[release] Version: 7.8.15ed0df9
[refactor] Change order ofonChange
andonChangeEnd
in Slider (#6064)16a76e1
[@mantine/core
] Radio: Allownull
to be passed to Radio.Group value to clea...a1da2ae
[refactor] Cleanup NumberInpute73814c
[@mantine/core
] NumberInput: Fix incorrect cursor position when backspace is ...9130628
[@mantine/core
] Fix incorrect empty string handling in style props (#6078)a1c7ff4
[mantine.dev] Fix typo (#6091)Updates
@mantine/form
from 7.8.0 to 7.8.1Release notes
Sourced from
@mantine/form
's releases.Commits
b95051c
[release] Version: 7.8.104db10d
[@mantine/form
] AdddefaultValue
toform.getInputProps
return type2065643
[@mantine/form
] Replacekey
spread withform.getInputProps
with `form.key...Updates
@mantine/hooks
from 7.8.0 to 7.8.1Release notes
Sourced from
@mantine/hooks
's releases.Commits
b95051c
[release] Version: 7.8.1Updates
@mantine/modals
from 7.8.0 to 7.8.1Release notes
Sourced from
@mantine/modals
's releases.Commits
b95051c
[release] Version: 7.8.1Updates
@mantine/notifications
from 7.8.0 to 7.8.1Release notes
Sourced from
@mantine/notifications
's releases.Commits
b95051c
[release] Version: 7.8.1Updates
@mantine/spotlight
from 7.8.0 to 7.8.1Release notes
Sourced from
@mantine/spotlight
's releases.Commits
b95051c
[release] Version: 7.8.1Dependabot 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