daeuniverse / daed

daed, a modern dashboard with dae.
https://daeuniverse.github.io/daed/
MIT License
552 stars 57 forks source link

build(deps): bump @mantine/form from 6.0.19 to 7.4.1 #415

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps @mantine/form from 6.0.19 to 7.4.1.

Release notes

Sourced from @​mantine/form's releases.

7.4.1

What's Changed

  • [@mantine/core] Combobox: Fix numpad enter not working (#5526)
  • [@mantine/core] Combobox: Fix onClose prop not working (#5509)
  • [@mantine/core] AppShell: Fix header height 0 not working (#5514)
  • [@mantine/core] ColorPicker: Fix incorrect background gradient in AlphaSlider (#5518)
  • [@mantine/core] Indicator: Fix autoContrast being passed to the dom node as attribute (#5508)
  • [@mantine/core] NumberInput: Fix allowLeadingZeros prop not working
  • [@mantine/core] NumberInput: Fix incorrect controls border color in disabled state
  • [@mantine/core] NumberInput: Fix incorrect -0.0, -0.00, -0.000 ... inputs handling
  • [@mantine/core] Popover: Improve width prop type
  • [@mantine/core] Improve types of data prop in Autocomplete and TagsInput components
  • [@mantine/core] MultiSelect: Fix required prop not displaying required asterisk
  • [@mantine/hooks] use-scroll-into-view: Improve types (#5426)
  • [@mantine/core] MultiSelect: Fix incorrect pointer-events style on the right section (#5472)
  • [@mantine/core] Fix breakpoints defined in px being transformed into em when visibleFrom and hiddenFrom props are used (#5457)
  • [@mantine/core] Rating: Improve size type (#5470)
  • [@mantine/core] ScrollArea: Fix ScrollArea.Autosize working incorrectly with some tables (#5481)
  • [@mantine/core] NumberInput: Add support for numbers that are larger than Number.MAX_SAFE_INTEGER (#5471)
  • [@mantine/core] Combobox: Fix readonly data array not being supported (#5477)
  • [@mantine/charts] Fix incorrect y-axis styles in RTL (#5505)

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.4.0...7.4.1

7.4.0 ⭐

View changelog with demos on mantine.dev website

@​mantine/charts

New @​mantine/charts package provides a set of components to build charts and graphs. All components are based on recharts. Currently, the package provides AreaChart, BarChart, LineChart and Sparkline components. More components will be added in the next minor releases.

AreaChart component

New AreaChart component:

import { AreaChart } from '@mantine/charts';
import { data } from './data';
</tr></table> 

... (truncated)

Commits
  • eae084e [release] Version: 7.4.1
  • 3f92d8f [release] Version: 7.4.0
  • b129de3 [docs] Add enhanceGetInputProps demos
  • 143f5cc [@​mantine/form] Add enhanceGetInputProps
  • 6472986 [@​mantine/form] Add form.initialize
  • 260a4d6 [release] Version: 7.3.2
  • 8098173 [refactor] Add prettier import order sorting
  • 4977ecb [release] Version: 7.3.1
  • 35c94d5 [release] 7.3.0
  • 4d876f8 [release] Version: 7.3.0-alpha.3
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 10 months ago

Superseded by #418.