h16nning / skola

A web based spaced repetition app
https://skola.web.app
16 stars 1 forks source link

chore(deps): bump the mantine group across 1 directory with 6 updates #223

Closed dependabot[bot] closed 11 hours ago

dependabot[bot] commented 1 week ago

Bumps the mantine group with 6 updates in the / directory:

Package From To
@mantine/charts 7.12.2 7.14.2
@mantine/core 7.12.2 7.14.2
@mantine/hooks 7.12.2 7.14.2
@mantine/notifications 7.12.2 7.14.2
@mantine/spotlight 7.12.2 7.14.2
@mantine/tiptap 7.12.2 7.14.2

Updates @mantine/charts from 7.12.2 to 7.14.2

Release notes

Sourced from @​mantine/charts's releases.

7.14.2

What's Changed

  • [@mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props support to Modal, Drawer and Popover components
  • [@mantine/charts] DonutChart: Fix valueFormatter prop not working, add labelsType prop support (#7153)
  • [@mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • [@mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop being ignored (#7144)
  • [@mantine/core] Improve window.matchMedia usage to support test environments without matchMedia support (#7147)
  • [@mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)
  • [@mantine/form] Add onSubmitPreventDefault option support (#7142)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • [@mantine/notifications] Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
  • [@mantine/core] FileInput: Add missing placeholder Styles API reference
  • [@mantine/core] Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
  • [@mantine/modals] Add updateModal and updateContextModal functions (#7104)
  • [@mantine/tiptap] Fix too specific styles that prevented controls border-radius override without !important
  • [@mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • [@mantine/core] FileInput: Add missing component prop
  • [@mantine/core] AngleSlider: Fix page being scrolled when the value is being changed on mobile
  • [@mantine/core] NumberInput: Fix increment/decrement controls not being visible if the value is number like string
  • [@mantine/core] NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)
  • [@mantine/dates] Fix defaultDate prop being ignore in YearPickerInput and MonthPickerInput components (#7108)
  • [@mantine/dropzone] Update react-dropzone-esm to the latest version

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2

7.14.1

What's Changed

  • [@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
  • [@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • [@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
  • [@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
  • [@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
  • [@mantine/core] Fix top style prop not being conveted to rem (#7112)
  • [@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
  • [@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
  • [@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
  • [@mantine/notifications] Fix NotificationData type being too broad (#7097)
  • [@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • [@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
  • [@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1

... (truncated)

Commits
  • c83f5b0 [release] Version: 7.14.2
  • d2c0f1b [@​mantine/charts] DonutChart: Fix valueFormatter prop not working, add `lab...
  • 931565c [@​mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • 79280aa [release] Version: 7.14.2-alpha.0
  • 12adf69 [release] Version: 7.14.1
  • ed68c87 [@​mantine/charts] Fix valueFormatter not working in point labels of LineCha...
  • 811b104 [release] Version: 7.14.0
  • 727c9e4 Merge branch master into 7.14
  • 1d07a31 [release] Version: 7.13.5
  • a56501b [release] Version: 7.13.5-alpha.2
  • Additional commits viewable in compare view


Updates @mantine/core from 7.12.2 to 7.14.2

Release notes

Sourced from @​mantine/core's releases.

7.14.2

What's Changed

  • [@mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props support to Modal, Drawer and Popover components
  • [@mantine/charts] DonutChart: Fix valueFormatter prop not working, add labelsType prop support (#7153)
  • [@mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • [@mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop being ignored (#7144)
  • [@mantine/core] Improve window.matchMedia usage to support test environments without matchMedia support (#7147)
  • [@mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)
  • [@mantine/form] Add onSubmitPreventDefault option support (#7142)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • [@mantine/notifications] Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
  • [@mantine/core] FileInput: Add missing placeholder Styles API reference
  • [@mantine/core] Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
  • [@mantine/modals] Add updateModal and updateContextModal functions (#7104)
  • [@mantine/tiptap] Fix too specific styles that prevented controls border-radius override without !important
  • [@mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • [@mantine/core] FileInput: Add missing component prop
  • [@mantine/core] AngleSlider: Fix page being scrolled when the value is being changed on mobile
  • [@mantine/core] NumberInput: Fix increment/decrement controls not being visible if the value is number like string
  • [@mantine/core] NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)
  • [@mantine/dates] Fix defaultDate prop being ignore in YearPickerInput and MonthPickerInput components (#7108)
  • [@mantine/dropzone] Update react-dropzone-esm to the latest version

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2

7.14.1

What's Changed

  • [@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
  • [@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • [@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
  • [@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
  • [@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
  • [@mantine/core] Fix top style prop not being conveted to rem (#7112)
  • [@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
  • [@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
  • [@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
  • [@mantine/notifications] Fix NotificationData type being too broad (#7097)
  • [@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • [@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
  • [@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1

... (truncated)

Commits
  • c83f5b0 [release] Version: 7.14.2
  • c248131 [@​mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props sup...
  • b78faa0 [@​mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop...
  • bad9bc5 [@​mantine/core] Improve window.matchMedia usage to support test environment...
  • 1e23e6f [@​mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content i...
  • 5e03fa3 [@​mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • 8b2497d [@​mantine/core] FileInput: Add missing placeholder Styles API reference
  • e75e7c7 [@​mantine/core] Update floating-ui, react-textarea-autosize and type-fest dep...
  • 79280aa [release] Version: 7.14.2-alpha.0
  • 8cffda0 [@​mantine/core] FileInput: Add missing component prop
  • Additional commits viewable in compare view


Updates @mantine/hooks from 7.12.2 to 7.14.2

Release notes

Sourced from @​mantine/hooks's releases.

7.14.2

What's Changed

  • [@mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props support to Modal, Drawer and Popover components
  • [@mantine/charts] DonutChart: Fix valueFormatter prop not working, add labelsType prop support (#7153)
  • [@mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • [@mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop being ignored (#7144)
  • [@mantine/core] Improve window.matchMedia usage to support test environments without matchMedia support (#7147)
  • [@mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)
  • [@mantine/form] Add onSubmitPreventDefault option support (#7142)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • [@mantine/notifications] Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
  • [@mantine/core] FileInput: Add missing placeholder Styles API reference
  • [@mantine/core] Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
  • [@mantine/modals] Add updateModal and updateContextModal functions (#7104)
  • [@mantine/tiptap] Fix too specific styles that prevented controls border-radius override without !important
  • [@mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • [@mantine/core] FileInput: Add missing component prop
  • [@mantine/core] AngleSlider: Fix page being scrolled when the value is being changed on mobile
  • [@mantine/core] NumberInput: Fix increment/decrement controls not being visible if the value is number like string
  • [@mantine/core] NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)
  • [@mantine/dates] Fix defaultDate prop being ignore in YearPickerInput and MonthPickerInput components (#7108)
  • [@mantine/dropzone] Update react-dropzone-esm to the latest version

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2

7.14.1

What's Changed

  • [@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
  • [@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • [@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
  • [@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
  • [@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
  • [@mantine/core] Fix top style prop not being conveted to rem (#7112)
  • [@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
  • [@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
  • [@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
  • [@mantine/notifications] Fix NotificationData type being too broad (#7097)
  • [@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • [@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
  • [@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1

... (truncated)

Commits
  • c83f5b0 [release] Version: 7.14.2
  • 79280aa [release] Version: 7.14.2-alpha.0
  • 12adf69 [release] Version: 7.14.1
  • 0cdab90 [@​mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: `shif...
  • 29c6d4c [@​mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive e...
  • 811b104 [release] Version: 7.14.0
  • 1d07a31 [release] Version: 7.13.5
  • a56501b [release] Version: 7.13.5-alpha.2
  • 34ee3cd [release] Version: 7.13.5-alpha.1
  • f34ab08 [core] Replace versions for alpha patch release
  • Additional commits viewable in compare view


Updates @mantine/notifications from 7.12.2 to 7.14.2

Release notes

Sourced from @​mantine/notifications's releases.

7.14.2

What's Changed

  • [@mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props support to Modal, Drawer and Popover components
  • [@mantine/charts] DonutChart: Fix valueFormatter prop not working, add labelsType prop support (#7153)
  • [@mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • [@mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop being ignored (#7144)
  • [@mantine/core] Improve window.matchMedia usage to support test environments without matchMedia support (#7147)
  • [@mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)
  • [@mantine/form] Add onSubmitPreventDefault option support (#7142)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • [@mantine/notifications] Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
  • [@mantine/core] FileInput: Add missing placeholder Styles API reference
  • [@mantine/core] Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
  • [@mantine/modals] Add updateModal and updateContextModal functions (#7104)
  • [@mantine/tiptap] Fix too specific styles that prevented controls border-radius override without !important
  • [@mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • [@mantine/core] FileInput: Add missing component prop
  • [@mantine/core] AngleSlider: Fix page being scrolled when the value is being changed on mobile
  • [@mantine/core] NumberInput: Fix increment/decrement controls not being visible if the value is number like string
  • [@mantine/core] NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)
  • [@mantine/dates] Fix defaultDate prop being ignore in YearPickerInput and MonthPickerInput components (#7108)
  • [@mantine/dropzone] Update react-dropzone-esm to the latest version

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2

7.14.1

What's Changed

  • [@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
  • [@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • [@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
  • [@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
  • [@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
  • [@mantine/core] Fix top style prop not being conveted to rem (#7112)
  • [@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
  • [@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
  • [@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
  • [@mantine/notifications] Fix NotificationData type being too broad (#7097)
  • [@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • [@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
  • [@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1

... (truncated)

Commits
  • c83f5b0 [release] Version: 7.14.2
  • e0bd74c [@​mantine/notifications] Fix notifications with bottom-right and top-right po...
  • 79280aa [release] Version: 7.14.2-alpha.0
  • 12adf69 [release] Version: 7.14.1
  • fd8de18 [@​mantine/notifications] Fix NotificationData type being too broad (#7097)
  • 811b104 [release] Version: 7.14.0
  • 1d07a31 [release] Version: 7.13.5
  • a56501b [release] Version: 7.13.5-alpha.2
  • 34ee3cd [release] Version: 7.13.5-alpha.1
  • f34ab08 [core] Replace versions for alpha patch release
  • Additional commits viewable in compare view


Updates @mantine/spotlight from 7.12.2 to 7.14.2

Release notes

Sourced from @​mantine/spotlight's releases.

7.14.2

What's Changed

  • [@mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props support to Modal, Drawer and Popover components
  • [@mantine/charts] DonutChart: Fix valueFormatter prop not working, add labelsType prop support (#7153)
  • [@mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • [@mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop being ignored (#7144)
  • [@mantine/core] Improve window.matchMedia usage to support test environments without matchMedia support (#7147)
  • [@mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)
  • [@mantine/form] Add onSubmitPreventDefault option support (#7142)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • [@mantine/notifications] Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
  • [@mantine/core] FileInput: Add missing placeholder Styles API reference
  • [@mantine/core] Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
  • [@mantine/modals] Add updateModal and updateContextModal functions (#7104)
  • [@mantine/tiptap] Fix too specific styles that prevented controls border-radius override without !important
  • [@mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • [@mantine/core] FileInput: Add missing component prop
  • [@mantine/core] AngleSlider: Fix page being scrolled when the value is being changed on mobile
  • [@mantine/core] NumberInput: Fix increment/decrement controls not being visible if the value is number like string
  • [@mantine/core] NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)
  • [@mantine/dates] Fix defaultDate prop being ignore in YearPickerInput and MonthPickerInput components (#7108)
  • [@mantine/dropzone] Update react-dropzone-esm to the latest version

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2

7.14.1

What's Changed

  • [@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
  • [@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • [@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
  • [@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
  • [@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
  • [@mantine/core] Fix top style prop not being conveted to rem (#7112)
  • [@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
  • [@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
  • [@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
  • [@mantine/notifications] Fix NotificationData type being too broad (#7097)
  • [@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • [@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
  • [@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1

... (truncated)

Commits
  • c83f5b0 [release] Version: 7.14.2
  • 79280aa [release] Version: 7.14.2-alpha.0
  • 12adf69 [release] Version: 7.14.1
  • 811b104 [release] Version: 7.14.0
  • 1d07a31 [release] Version: 7.13.5
  • a56501b [release] Version: 7.13.5-alpha.2
  • 34ee3cd [release] Version: 7.13.5-alpha.1
  • f34ab08 [core] Replace versions for alpha patch release
  • e5a8d4f [@​mantine/core] Update peer dependencies range for react to allow react and r...
  • fbcee92 [release] Version: 7.13.4
  • Additional commits viewable in compare view


Updates @mantine/tiptap from 7.12.2 to 7.14.2

Release notes

Sourced from @​mantine/tiptap's releases.

7.14.2

What's Changed

  • [@mantine/core] Add onEnterTranstionEnd and onExitTransitionEnd props support to Modal, Drawer and Popover components
  • [@mantine/charts] DonutChart: Fix valueFormatter prop not working, add labelsType prop support (#7153)
  • [@mantine/charts] BarChart: Fix incorrect labels positions in some cases (#7160)
  • [@mantine/core] PasswordInput: Fix visibilityToggleButtonProps.variant prop being ignored (#7144)
  • [@mantine/core] Improve window.matchMedia usage to support test environments without matchMedia support (#7147)
  • [@mantine/core] Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases (#7148)
  • [@mantine/form] Add onSubmitPreventDefault option support (#7142)
  • [@mantine/core] TypographyStylesProvider: Fix incorrect lists styles
  • [@mantine/notifications] Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
  • [@mantine/core] FileInput: Add missing placeholder Styles API reference
  • [@mantine/core] Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
  • [@mantine/modals] Add updateModal and updateContextModal functions (#7104)
  • [@mantine/tiptap] Fix too specific styles that prevented controls border-radius override without !important
  • [@mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • [@mantine/core] FileInput: Add missing component prop
  • [@mantine/core] AngleSlider: Fix page being scrolled when the value is being changed on mobile
  • [@mantine/core] NumberInput: Fix increment/decrement controls not being visible if the value is number like string
  • [@mantine/core] NavLink: Fix collapse for nested links being rendered even if there are no child links (#7133)
  • [@mantine/dates] Fix defaultDate prop being ignore in YearPickerInput and MonthPickerInput components (#7108)
  • [@mantine/dropzone] Update react-dropzone-esm to the latest version

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2

7.14.1

What's Changed

  • [@mantine/hooks] use-hotkeys: Fix + sign not being supported (syntax: shift+[plus]) (#7123)
  • [@mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • [@mantine/charts] Fix valueFormatter not working in point labels of LineChant, AreaChart and CompositeChart components (#6989)
  • [@mantine/core] Popover: Fix onOpen and onClose callbacks being called on each render (#7022, #7111, #7115)
  • [@mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive element is clicked outside of the Menu.Dropdown when the Menu is opened (#7035)
  • [@mantine/core] Fix top style prop not being conveted to rem (#7112)
  • [@mantine/dates] DateInput: Fix defaultDate prop not working when the value is set to null (#4426)
  • [@mantine/core] NumberInput: Remove increment/decrement control if value cannot be safely incremented (is larger than Number.MAX_SAFE_INTEGER) (#7033)
  • [@mantine/core] NumberInput: Fix value being reverted to start value if intial component value is a string
  • [@mantine/notifications] Fix NotificationData type being too broad (#7097)
  • [@mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • [@mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tags (#7105)
  • [@mantine/core] Combobox: Fix incorrect aria-controls attribute being set on the target element when the dropdown is closed (#7114)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.14.0...7.14.1

... (truncated)

Commits
  • c83f5b0 [release] Version: 7.14.2
  • 7aac29f [refactor] Fix incorrect tiptap styles for paragraphs in lists
  • 79280aa [release] Version: 7.14.2-alpha.0
  • 83cd3aa [@​mantine/tiptap] Fix too specific styles that prevented controls border-radi...
  • ffd1c85 [@​mantine/tiptap] Fix disabled controls having hover effects and pointer cursor
  • 12adf69 [release] Version: 7.14.1
  • 811b104 [release] Version: 7.14.0
  • 1d07a31 [release] Version: 7.13.5
  • a56501b [release] Version: 7.13.5-alpha.2
  • 34ee3cd [release] Version: 7.13.5-alpha.1
  • 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 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
dependabot[bot] commented 11 hours ago

Superseded by #225.