lifeparticle / binarytree

🕰 We Provide an Array of Developer Productivity Tools Designed To Help You Save Time
https://binarytree.dev
Apache License 2.0
37 stars 13 forks source link

Bump @mantine/core from 6.0.21 to 7.6.1 in /ui #443

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps @mantine/core from 6.0.21 to 7.6.1.

Release notes

Sourced from @​mantine/core's releases.

7.6.1

What's Changed

  • [@mantine/core] Fix incorrect focus ring styles in Button.Group and ActionIcon.Group components (#5736)
  • [@mantine/core] Progress: Fix incorrect border-radius with multiple sections
  • [@mantine/dates] DateTimePicker: Fix minDate and maxDate not being respected in time input (#5819)
  • [@mantine/core] Switch: Use role="switch" for better accessibility (#5746)
  • [@mantine/hooks] use-resize-observer: Fix incorrect ref type (#5780)
  • [@mantine/dates] Fix popoverProps.onClose overriding original component value in DatePickerInput and other similar components (#4105)
  • [@mantine/core] Fix incorrect Escape key handling in Modal and Drawer components in some cases (#2827)
  • [@mantine/core] Combobox: Fix incorrect Escape key handling in Modal, Drawer and Popover
  • [@mantine/core] Transition: Fix transition resolving instantly in some cases (#3126, #5193)
  • [@mantine/core] Remove loader from the DOM if loading prop is not set on ActionIcon and Button components (#5795)
  • [@mantine/hooks] use-local-storage: Fix inconsistent default value persistence if getInitialValueInEffect is set (#5796)
  • [@mantine/core] Select: Fix autoComplete prop not working (#5813)
  • [@mantine/core] Tabs: Fix incorrect border styles in outline variant
  • [@mantine/core] Checkbox: Fix incorrect indeterminate + disabled styles for outline variant (#5806)
  • [@mantine/core] SegmentedControl: Fix indicator state not being updated correctly when controlled state changes to a value that is not present in the data array (#5689)
  • [@mantine/core] Fix incorrect label offset with left label position in Checkbox, Switch and Radio components (#5823)
  • [@mantine/core] PinInput: Fix updating controlled value to an empty string working incorrectly
  • [@mantine/core] Menu: Fix incorrect role of dropdown elements

New Contributors

Full Changelog: https://github.com/mantinedev/mantine/compare/7.6.0...7.6.1

7.6.0 🌟

View changelog with demos on mantine.dev website

Container queries support

You can now use container queries with Mantine components. rem and em functions from postcss-preset-mantine are available in container queries staring from postcss-preset-mantine@1.13.0.

.root {
  min-width: rem(200px);
  max-width: 100%;
  min-height: rem(120px);
  container-type: inline-size;
  overflow: auto;
  resize: horizontal;
}

.child { background-color: var(--mantine-color-dimmed); color: var(--mantine-color-white); </tr></table>

... (truncated)

Commits
  • 188248d [release] Version: 7.6.1
  • 57031df [@​mantine/core] Fix incorrect focus ring styles in Button.Group and ActionIco...
  • 08e581e [refactor] Fix broken Combobox.Search
  • da79556 [@​mantine/core] Switch: Use role="switch" for better accessibility (#5746)
  • 49ecef5 [@​mantine/core] Fix incorrect Escape key handling in Modal and Drawer compone...
  • fb14e67 [@​mantine/core] Combobox: Fix incorrect Escape key handling in Modal, Drawer ...
  • 400dcc7 [@​mantine/core] Transition: Fix transition resolving instantly in some cases ...
  • f24f06a [@​mantine/core] Remove loader from the DOM if loading prop is not set on Ac...
  • 5f1d07d [@​mantine/core] Select: Fix autoComplete prop not working (#5813)
  • e91e420 [@​mantine/core] Tabs: Fix incorrect border styles in outline variant
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
binarytree-rssfeed-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 2, 2024 1:06pm
netlify[bot] commented 9 months ago

Deploy Preview for binarytree-dev failed.

Name Link
Latest commit 63ea97a1bac1c4eaffb0ca11f0d48f16ec91c029
Latest deploy log https://app.netlify.com/sites/binarytree-dev/deploys/65e324517d3f2300074c2c54
dependabot[bot] commented 8 months ago

Superseded by #450.