h16nning / skola

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

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

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
@mantine/charts 7.8.1 7.12.1
@mantine/core 7.8.1 7.12.1
@mantine/hooks 7.8.1 7.12.1
@mantine/notifications 7.8.1 7.12.1
@mantine/spotlight 7.8.1 7.12.1
@mantine/tiptap 7.8.1 7.12.1

Updates @mantine/charts from 7.8.1 to 7.12.1

Release notes

Sourced from @​mantine/charts's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 8f5a15e [@​mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (...
  • 02fb277 [refactor] Cleanup PieChart code after PR
  • a749888 [@​mantine/charts] PieChart: Fix valueFormatter not working on outside label...
  • 2ae72db [release] Version: 7.12.0
  • c087030 [release] Version: 7.11.2
  • decbcfe [@​mantine/charts] Add support for nested properties in dataKey (#5886)
  • 392880f [@​mantine/charts] Sparkline: Fix incorrect data prop type (#6352)
  • 308761e [@​mantine/charts] Fix strokeColor prop being passed to the DOM element (#6507)
  • 2f91229 [release] Version: 7.11.1
  • Additional commits viewable in compare view


Updates @mantine/core from 7.8.1 to 7.12.1

Release notes

Sourced from @​mantine/core's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 4e73005 [@​mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • 7c0f989 [@​mantine/core] Fix incorrect active styles of buttons used inside disabled f...
  • 4a17e88 [@​mantine/core] Switch: Fix Switch shrinking when large label or description ...
  • 5263671 [@​mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is...
  • d19341f [@​mantine/core] Accordion: Add missing withProps function (#6564)
  • 2755799 [@​mantine/core] Pill: Fix remove icon overflowing pill container if its backg...
  • ebe8b0e [@​mantine/core] PinInput: Allow passing props to individual input elements de...
  • f0a07fc Merge branch 'master' of github.com:mantinedev/mantine
  • 29ca594 [@​mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • Additional commits viewable in compare view


Updates @mantine/hooks from 7.8.1 to 7.12.1

Release notes

Sourced from @​mantine/hooks's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 6972146 [@​mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • 2ae72db [release] Version: 7.12.0
  • c087030 [release] Version: 7.11.2
  • 010a4b8 [@​mantine/hooks] use-interval: Add autoInvoke option support
  • 1dfef74 [@​mantine/hooks] use-interval: Fix updates to the function and interval timeo...
  • 1bdb948 [@​mantine/hooks] use-os: Fix iOS being reported as MacOS in several cases (#6...
  • 2f91229 [release] Version: 7.11.1
  • 09a25b6 [refactor] Add tests to use-os hook (#6442)
  • f490181 [@​mantine/hooks] use-eye-dropper: Fix Opera being incorrectly detected as a s...
  • Additional commits viewable in compare view


Updates @mantine/notifications from 7.8.1 to 7.12.1

Release notes

Sourced from @​mantine/notifications's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 2ae72db [release] Version: 7.12.0
  • 4d2a344 [mantine.dev] Add notifications state subscriptions documentation
  • b2d1302 [@​mantine/notifications] Allow displaying notifications at any position
  • c087030 [release] Version: 7.11.2
  • 2f91229 [release] Version: 7.11.1
  • 4b58cb8 [release] Version: 7.11.0
  • 2414345 [@​mantine/core] Add Component.withProps support to all components
  • 29f24e3 [release] Version: 7.10.2
  • c659c32 [release] Version: 7.10.1
  • Additional commits viewable in compare view


Updates @mantine/spotlight from 7.8.1 to 7.12.1

Release notes

Sourced from @​mantine/spotlight's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits
  • b07422e [release] Version: 7.12.1
  • 2e0340c [@​mantine/spotlight] Fix limit prop not working correctly with actions grou...
  • 2ae72db [release] Version: 7.12.0
  • c087030 [release] Version: 7.11.2
  • 2f91229 [release] Version: 7.11.1
  • 898ab91 [@​mantine/spotlight] Fix spotlight not working correctly with shadow DOM (#6400)
  • 4b58cb8 [release] Version: 7.11.0
  • 2414345 [@​mantine/core] Add Component.withProps support to all components
  • 29f24e3 [release] Version: 7.10.2
  • c659c32 [release] Version: 7.10.1
  • Additional commits viewable in compare view


Updates @mantine/tiptap from 7.8.1 to 7.12.1

Release notes

Sourced from @​mantine/tiptap's releases.

7.12.1

What's Changed

  • [@mantine/dates] DateInput: Fix default date being set to the current date when minDate is set to the future (#6646)
  • [@mantine/core] ScrollArea: Fix incorrect thumb::before styles
  • [@mantine/core] Fix incorrect active styles of buttons used inside disabled fieldset
  • [@mantine/form] Fix form.watch callbacks not being fired when form.initialize is called (#6639)
  • [@mantine/core] Switch: Fix Switch shrinking when large label or description is used (#6531)
  • [@mantine/core] Combobox: Fix Combobox.Search overflow when ScrollArea is used in the dropdown (#6562)
  • [@mantine/core] Accordion: Add missing withProps function (#6564)
  • [@mantine/core] Pill: Fix remove icon overflowing pill container if its background color was changed with Styles API (#6565)
  • [@mantine/core] PinInput: Allow passing props to individual input elements depending on index with getInputProps (#6588)
  • [@mantine/charts]: Fix LineChart Legend and Tooltip to support nested names (#6536)
  • [@mantine/core] Tooltip: Add missing Tooltip.Group.extend function (#6576)
  • [@mantine/spotlight] Fix limit prop not working correctly with actions groups (#6632)
  • [@mantine/core] Badge: Fix text overflow not being handled correctly (#6629)
  • [@mantine/core] SegmentedControl: Add data-disabled attribute to the root element to simplify styling with Styles API (#6625)
  • [@mantine/core] SegmentedControl: Fix initial position of indicator being broken when the component is used inside other element that has transitions on mount (#6622)
  • [@mantine/core] TagsInput: Fix onKeyDown prop not working (#6569)
  • [@mantine/charts] PieChart: Fix valueFormatter not working on outside labels (#6616)
  • [@mantine/core] Popover: Fix apply function of size middleware not being handled correctly (#6598)
  • [@mantine/core] Chip: Fix incorrect checked padding for size="xl" (#6586)
  • [@mantine/dates] TimeInput: Fix incorrect focus styles of am/pm input (#6579)
  • [@mantine/hook] use-os: Fix incorrect iPadOS detection (#6535)
  • [@mantine/core] DatePickerInput: Fix incorrect aria-label being set on the input element (#6530)
  • [@mantine/core] Menu: Fix incorrect Escape key handling inside Modal (#6580)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.12.0...7.12.1

7.12.0 🌟

View changelog with demos on mantine.dev website

Notifications at any position

It is now possible to display notifications at any position on the screen with @​mantine/notifications package:

... (truncated)

Commits


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.

[...

Description has been truncated

dependabot[bot] commented 1 month ago

Superseded by #197.