inventree / InvenTree

Open Source Inventory Management System
https://docs.inventree.org
MIT License
4.34k stars 786 forks source link

Bump the dependencies group across 1 directory with 50 updates #8528

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps the dependencies group with 50 updates in the /src/frontend directory:

Package From To
@codemirror/autocomplete 6.18.1 6.18.3
@codemirror/lang-liquid 6.2.1 6.2.2
@codemirror/lint 6.8.1 6.8.2
@codemirror/search 6.5.6 6.5.7
@codemirror/view 6.33.0 6.34.3
@fortawesome/fontawesome-svg-core 6.6.0 6.7.0
@fortawesome/free-regular-svg-icons 6.6.0 6.7.0
@fortawesome/free-solid-svg-icons 6.6.0 6.7.0
@lingui/core 4.11.4 4.14.0
@lingui/react 4.11.4 4.14.0
@mantine/carousel 7.12.2 7.14.1
@mantine/charts 7.12.2 7.14.1
@mantine/core 7.12.2 7.14.1
@mantine/dates 7.12.2 7.14.1
@mantine/dropzone 7.12.2 7.14.1
@mantine/form 7.12.2 7.14.1
@mantine/hooks 7.12.2 7.14.1
@mantine/modals 7.12.2 7.14.1
@mantine/notifications 7.12.2 7.14.1
@mantine/spotlight 7.12.2 7.14.1
@mantine/vanilla-extract 7.12.2 7.14.1
@sentry/react 8.31.0 8.39.0
@tabler/icons-react 3.17.0 3.22.0
@tanstack/react-query 5.56.2 5.60.6
@uiw/codemirror-theme-vscode 4.23.3 4.23.6
@uiw/react-codemirror 4.23.3 4.23.6
@vanilla-extract/css 1.15.5 1.16.0
dompurify 3.1.7 3.2.0
@types/dompurify 3.0.5 3.2.0
embla-carousel-react 8.3.0 8.4.0
react-grid-layout 1.4.4 1.5.0
react-hook-form 7.53.0 7.53.2
react-router-dom 6.26.2 6.28.0
react-select 5.8.1 5.8.3
recharts 2.12.7 2.13.3
zustand 4.5.5 5.0.1
@babel/core 7.25.2 7.26.0
@babel/preset-react 7.24.7 7.25.9
@babel/preset-typescript 7.24.7 7.26.0
@codecov/vite-plugin 1.2.0 1.4.0
@lingui/cli 4.11.4 4.14.0
@lingui/macro 4.11.4 4.14.0
@playwright/test 1.47.2 1.49.0
@types/node 22.6.0 22.9.1
@types/react 18.3.8 18.3.12
@types/react-dom 18.3.0 18.3.1
@vanilla-extract/vite-plugin 4.0.15 4.0.17
@vitejs/plugin-react 4.3.1 4.3.3
typescript 5.6.2 5.6.3
vite 5.4.7 5.4.11

Updates @codemirror/autocomplete from 6.18.1 to 6.18.3

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.18.3 (2024-11-13)

Bug fixes

Backspacing to the start of the completed range will no longer close the completion tooltip when it was triggered implicitly by typing the character before that range.

6.18.2 (2024-10-30)

Bug fixes

Don't immediately show synchronously updated completions when there are some sources that still need to return.

Commits
  • 3030765 Mark version 6.18.3
  • c1ba835 Allow backspacing to the start of the completion for implicit completions ena...
  • d0c97d3 Mark version 6.18.2
  • 5e97bd6 Make updateSyncTime apply to synchronously updates completion sources
  • See full diff in compare view


Updates @codemirror/lang-liquid from 6.2.1 to 6.2.2

Changelog

Sourced from @​codemirror/lang-liquid's changelog.

6.2.2 (2024-11-14)

Bug fixes

Support filter syntax after assign directives.

Commits


Updates @codemirror/lint from 6.8.1 to 6.8.2

Changelog

Sourced from @​codemirror/lint's changelog.

6.8.2 (2024-09-24)

Bug fixes

Show lint markers for code replaced by a block widget.

When multiple linters are installed, start displaying results from ones that return quickly even if others are slow to return.

Commits
  • 8d8a153 Mark version 6.8.2
  • 35644c1 Don't wait for the slowest linter before showing results
  • c13331c Add widgetMarker option to lint gutter
  • See full diff in compare view


Updates @codemirror/search from 6.5.6 to 6.5.7

Changelog

Sourced from @​codemirror/search's changelog.

6.5.7 (2024-11-01)

Bug fixes

Fix an issue where findNext and findPrevious would do nothing when the only match in the document was partially selected.

Fix an infinite loop in SearchCursor when the normalizer function deletes characters.

Commits
  • 0ca3343 Mark version 6.5.7
  • 31d4bbc Avoid infinite loop when normalizer deletes characters
  • d0797ab Allow nextMatch/prevMatch to wrap around and grow the current selection
  • See full diff in compare view


Updates @codemirror/view from 6.33.0 to 6.34.3

Changelog

Sourced from @​codemirror/view's changelog.

6.34.3 (2024-11-15)

Bug fixes

Make sure positions covered by a gutter or a panel aren't treated as visible for the purpose of displaying tooltips.

Properly include the tooltip arrow height when checking whether a tooltip fits in its preferred above/below position.

Fix an issue with compositions on Chrome inserting their content in the wrong position when another document change came in during composition.

6.34.2 (2024-11-05)

Bug fixes

Fix the default cursor color for dark themes, which was way too dark.

6.34.1 (2024-09-27)

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

6.34.0 (2024-09-25)

Bug fixes

Fix an issue where the dots past the wrapping point were displayed incorrectly when using highlightWhitespace with a wrapped sequence of spaces.

Improve performance of documents displaying lots of highlighted spaces by using a CSS background instead of pseudo-element.

New features

placeholder now allows a function that constructs the placedholder DOM to be passed in, and uses cloneNode when a raw element is passed in, to prevent adding the same element to multiple editors.

6.33.1 (2024-08-30)

Bug fixes

Work around odd behavior in Chrome's newly supported caretPositionFromPoint method, which could cause CodeMirror to crash with a null dereference.

Commits
  • 0cb99d9 Mark version 6.34.3
  • 9658d5e Freeze the edit context when non-typing changes come in during composition
  • 869252a Properly include arrow height when checking for tooltip space
  • e30c4ca Hide tooltips for positions covered by gutters or panels
  • db7b6b2 Mark version 6.34.2
  • 49e68f7 Make the dark theme cursor color a lot lighter
  • 1d9f008 Mark version 6.34.1
  • a5424ff Add support for basic scaling of horizontal gaps
  • 86d355a Prevent stack overflow via Array.splice when updating big content views
  • 79b8812 Mark version 6.34.0
  • Additional commits viewable in compare view


Updates @fortawesome/fontawesome-svg-core from 6.6.0 to 6.7.0

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Commits


Updates @fortawesome/free-regular-svg-icons from 6.6.0 to 6.7.0

Release notes

Sourced from @​fortawesome/free-regular-svg-icons's releases.

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Commits


Updates @fortawesome/free-solid-svg-icons from 6.6.0 to 6.7.0

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.7.0

Change log available at https://fontawesome.com/docs/changelog/

Commits


Updates @lingui/core from 4.11.4 to 4.14.0

Release notes

Sourced from @​lingui/core's releases.

v4.14.0

4.14.0 (2024-11-07)

Features

  • format-po-gettext: respect Plural-Forms header (#2070) (5d0516e)

Bug Fixes

  • extract: when files are used, don't overwrite obsolete (#1964) (e726b16)

v4.13.0

4.13.0 (2024-10-15)

Features

  • adds custom prefix support for gettext po (#2004) (25b3bc6)

v4.12.0

4.12.0 (2024-10-11)

Features

Bug Fixes

Changelog

Sourced from @​lingui/core's changelog.

4.14.0 (2024-11-07)

Bug Fixes

  • extract: when files are used, don't overwrite obsolete (#1964) (e726b16)

Features

  • format-po-gettext: respect Plural-Forms header (#2070) (5d0516e)

4.13.0 (2024-10-15)

Features

  • adds custom prefix support for gettext po (#2004) (25b3bc6)

4.12.0 (2024-10-11)

Bug Fixes

Features

  • add metro transformer (#1999) (cc7fe27)
  • enable importAttributes and explicitResourceManagement for extractor (#2009) (c20ce12)
Commits
  • 8dcb749 chore(release): published v4.14.0 [skip ci]
  • 5d0516e feat(format-po-gettext): respect Plural-Forms header (#2070)
  • d0e45bc docs: update react native guide according to example (#2071)
  • e726b16 fix(extract): when files are used, don't overwrite obsolete (#1964)
  • b8b4b19 docs: improve catalog format options description (#2050)
  • 263faa5 chore(release): published v4.13.0 [skip ci]
  • 75414db chore: use metro transformer in react native example (#2000)
  • 25b3bc6 feat: adds custom prefix support for gettext po (#2004)
  • 9699ade style(docs): minor refreshment of documentation styles (#2045)
  • 85873d9 docs: update ESLint plugin documentation (#2046)
  • Additional commits viewable in compare view


Updates @lingui/react from 4.11.4 to 4.14.0

Release notes

Sourced from @​lingui/react's releases.

v4.14.0

4.14.0 (2024-11-07)

Features

  • format-po-gettext: respect Plural-Forms header (#2070) (5d0516e)

Bug Fixes

  • extract: when files are used, don't overwrite obsolete (#1964) (e726b16)

v4.13.0

4.13.0 (2024-10-15)

Features

  • adds custom prefix support for gettext po (#2004) (25b3bc6)

v4.12.0

4.12.0 (2024-10-11)

Features

Bug Fixes

Changelog

Sourced from @​lingui/react's changelog.

4.14.0 (2024-11-07)

Bug Fixes

  • extract: when files are used, don't overwrite obsolete (#1964) (e726b16)

Features

  • format-po-gettext: respect Plural-Forms header (#2070) (5d0516e)

4.13.0 (2024-10-15)

Features

  • adds custom prefix support for gettext po (#2004) (25b3bc6)

4.12.0 (2024-10-11)

Bug Fixes

Features

  • add metro transformer (#1999) (cc7fe27)
  • enable importAttributes and explicitResourceManagement for extractor (#2009) (c20ce12)
Commits
  • 8dcb749 chore(release): published v4.14.0 [skip ci]
  • 5d0516e feat(format-po-gettext): respect Plural-Forms header (#2070)
  • d0e45bc docs: update react native guide according to example (#2071)
  • e726b16 fix(extract): when files are used, don't overwrite obsolete (#1964)
  • b8b4b19 docs: improve catalog format options description (#2050)
  • 263faa5 chore(release): published v4.13.0 [skip ci]
  • 75414db chore: use metro transformer in react native example (#2000)
  • 25b3bc6 feat: adds custom prefix support for gettext po (#2004)
  • 9699ade style(docs): minor refreshment of documentation styles (#2045)
  • 85873d9 docs: update ESLint plugin documentation (#2046)
  • Additional commits viewable in compare view


Updates @mantine/carousel from 7.12.2 to 7.14.1

Release notes

Sourced from @​mantine/carousel's releases.

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

7.14.0 💋

View changelog with demos on mantine.dev website

AngleSlider component

New AngleSlider component:

import { AngleSlider, Group } from '@mantine/core';

function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => ${value}°} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} /> </tr></table>

... (truncated)

Commits
  • 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
  • b6767c8 [release] Version: 7.13.3
  • e0721af [release] Version: 7.13.2
  • Additional commits viewable in compare view


Updates @mantine/charts from 7.12.2 to 7.14.1

Release notes

Sourced from @​mantine/charts's releases.

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

7.14.0 💋

View changelog with demos on mantine.dev website

AngleSlider component

New AngleSlider component:

import { AngleSlider, Group } from '@mantine/core';

function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => ${value}°} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} /> </tr></table>

... (truncated)

Commits
  • 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
  • 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...
  • 7bcc174 Merge branch 'master' of github.com:mantinedev/mantine
  • Additional commits viewable in compare view


Updates @mantine/core from 7.12.2 to 7.14.1

Release notes

Sourced from @​mantine/core's releases.

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

7.14.0 💋

View changelog with demos on mantine.dev website

AngleSlider component

New AngleSlider component:

import { AngleSlider, Group } from '@mantine/core';

function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => ${value}°} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} /> </tr></table>

... (truncated)

Commits
  • 12adf69 [release] Version: 7.14.1
  • bd40d73 [@​mantine/core] Popover: Fix styles prop being handled incorrectly (#7120)
  • 5c04b62 [@​mantine/core] Popover: Fix onOpen and onClose callbacks being called on...
  • 29c6d4c [@​mantine/core] Menu: Fix Blocked aria-hidden warning when an interactive e...
  • 3554df4 [@​mantine/core] Fix top style prop not being conveted to rem (#7112)
  • 5af034c [@​mantine/core] NumberInput: Remove increment/decrement control if value cann...
  • d1e48bf [@​mantine/core] NumberInput: Fix value being reverted to start value if intia...
  • e55fbe6 [@​mantine/core] RingProgress: Add transitionDuration prop support (#7103)
  • 3145f41 [@​mantine/core] TagsInput: Fix incorrect tag remove logic with duplicated tag...
  • b5e9be1 [@​mantine/core] Combobox: Fix incorrect aria-controls attribute being set o...
  • Additional commits viewable in compare view


Updates @mantine/dates from 7.12.2 to 7.14.1

Release notes

Sourced from @​mantine/dates's releases.

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

7.14.0 💋

View changelog with demos on mantine.dev website

AngleSlider component

New AngleSlider component:

import { AngleSlider, Group } from '@mantine/core';

function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => ${value}°} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} /> </tr></table>

... (truncated)

Commits
  • 12adf69 [release] Version: 7.14.1
  • eebc06a [@​mantine/dates] DateInput: Fix defaultDate prop not working when the value...
  • 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...
  • 07fd832 [@​mantine/dates] DatePickerInput: Fix nextLabel and previousLabel props n...
  • fbcee92 [release] Version: 7.13.4
  • Additional commits viewable in compare view


Updates @mantine/dropzone from 7.12.2 to 7.14.1

Release notes

Sourced from @​mantine/dropzone's releases.

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

7.14.0 💋

View changelog with demos on mantine.dev website

AngleSlider component

New AngleSlider component:

import { AngleSlider, Group } from '@mantine/core';

function Demo() { return ( <Group p="lg" gap={50}> <AngleSlider aria-label="Angle slider" formatLabel={(value) => ${value}°} size={100} restrictToMarks marks={[ { value: 0 }, { value: 45 }, { value: 90 }, { value: 135 }, { value: 180 }, { value: 225 }, { value: 270 }, { value: 315 }, ]} /> </tr></table>

... (truncated)

Commits
  • 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
  • b6767c8 [release] Version: 7.13.3
  • 0b00bf3 [@​mantine/dropzone] Set data-disabled attribute on the root element if `dis...
  • Additional commits viewable in compare view


Updates @mantine/form from 7.12.2 to 7.14.1

Release notes

Sourced from @​mantine/form's releases.

7.14.1

What's Changed