Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update mantine monorepo to v6.0.21 #41

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mantine/core (source) 6.0.10 -> 6.0.21 age adoption passing confidence
@mantine/prism (source) 6.0.10 -> 6.0.21 age adoption passing confidence

Release Notes

mantinedev/mantine (@​mantine/core)

v6.0.21

Compare Source

Last 6.x patch

This is the last patch for 6.x (at least for a while), next version that will be released is 7.0.0. If you haven't checked v7 yet, you can review it here – https://v7.mantine.dev/

What's Changed
  • [@mantine/core] Fix Radio and Checkbox components do not receive padding when a value of 0 is passed into the label prop (#​4755)
  • [@mantine/dates] Fix incorrect accessible name set on DatePickerInput and other similar components (#​4750)
New Contributors

Full Changelog: mantinedev/mantine@6.0.20...6.0.21

v6.0.20

Compare Source

What's Changed
  • [@mantine/dates] Calendar: Fix incorrect hasNextLevel prop type (#​4682)
  • [@mantine/core] PasswordInput: Set autocomplete="off" to prevent passwords logging in console (#​4564)
  • [@mantine/core] BackgroundImage: Fix image not loading if given image url contains whitespace (#​4715)
  • [@mantine/dates] Fix: DatePickerInput and DateTimePicker label click does not focusing the input (#​4634)
  • [@mantine/core] PinInput: Fix OTP paste not working from Google Keyboard on Android (#​4641)
  • [@mantine/core] Grid: Fix id prop not being passed to the root element (#​4666)
  • [@mantine/tiptap] Fix incorrect color displayed in ColorPickerControl (#​4667)
  • [@mantine/core] Anchor: Fix incorrect inherited types from Text (#​4695)
New Contributors

Full Changelog: mantinedev/mantine@6.0.19...6.0.20

v6.0.19

Compare Source

What's Changed
  • [@mantine/dates] DateTimePicker: Add option to get time input ref with timeInputProps
  • [@mantine/hooks] Fix unexpected breaking change introduced in useResizeObserver in the previous patch (#​4632)
  • [@mantine/dates] Fix incorrect Calendar prop types definition (#​4638)
New Contributors

Full Changelog: mantinedev/mantine@6.0.18...6.0.19

v6.0.18

Compare Source

What's Changed
  • [@mantine/core] Spoiler: Fix control button flickering on rerender (#​4512)
  • [@mantine/tiptap] Fix incorrect color displayed in color control in dark color scheme (#​4560)
  • [@mantine/core] Pagination: Fix incorrect disabled styles when control node is changed to link (#​4578)
  • [@mantine/core] Modal: Make body's zIndex same as overlay's to allow modals stacking (#​4587)
  • [@mantine/core] Avatar: Fix incorrect placeholder icon dimensions (#​4600)
  • [@mantine/dates] Fix defaultDate overriding value prop (#​4624)
New Contributors

Full Changelog: mantinedev/mantine@6.0.17...6.0.18

v6.0.17

Compare Source

What's Changed

  • [@mantine/carousel] Remove x.clickAllowed to support embla 8.x (#​4357, #​4174)
  • [@mantine/core] PasswordInput: Remove rightSection associated props to avoid confusion (#​4436)
  • [@mantine/core] Menu: Fix up and down keys not working when first Menu.Item is disabled (#​4411)
  • [@mantine/spotlight] Fix target prop not working (#​4494)
  • [@mantine/core] Switch: Fix incorrect label styles in RTL (#​4515)
  • [@mantine/core] Slider: Fix decimal step without precision prop not working (#​4538)
  • [@mantine/core] Rating: Fix readOnly prop not working with defaultValue (#​4525)
  • [@mantine/core] Modal: Migrate to dvh units to fix incorrect styles in mobile Safari (#​4517)
  • [@mantine/dates] DateInput: Decouple clearable and allowDeselect logic, allow disabling allowDeselect if clearable is set (#​4527)
  • [@mantine/dates] DatePickerInput: Fix defaultDate prop not working (#​4532)

New Contributors

Full Changelog: mantinedev/mantine@6.0.16...6.0.17

v6.0.16

Compare Source

What's Changed

  • [@mantine/dates] DatePicker: Fix onMonthSelect not passed down to Calendar component (#​4441)
  • [@mantine/prism] Fix unexpected code margin when used within TypographyStylesProvider (#​4452)
  • [@mantine/dates] DateTimePicker: Fix onClick function from submitButtonProps overriding default behavior (#​4465)
  • [@mantine/dates] Fix date pickers placeholders not having correct color when parent input has error (#​4469)
  • [@mantine/core] MultiSelect: Fix portalProps prop not working (#​4485)
  • [@mantine/core] Fix rem units errors with svg elements in all components (#​4491)
  • [@mantine/dates] DateInput: Fix stale calendar UI after clear button was clicked (#​4486)
  • [@mantine/core] Slider: Fix onChange prop updates being ignored (#​4497)

New Contributors

Full Changelog: mantinedev/mantine@6.0.15...6.0.16

v6.0.15

Compare Source

What's Changed

  • [@mantine/core] Alert: Fix incorrect close button styles in filled variant
  • [@mantine/core] Fix incorrect Slider and RangeSlider precision with keyboard events
  • [@mantine/core] PinInput: Fix incorrect focus behavior when Backspace key is pressed (#​4438)
  • [@mantine/core] Table: Fix withColumnBorders prop not working (#​4443)
  • [@mantine/spotlight] Improve search performance for large actions lists (#​4457)

New Contributors

Full Changelog: mantinedev/mantine@6.0.14...6.0.15

v6.0.14

Compare Source

What's Changed

  • [@mantine/hooks] use-window-event: Improve events type (#​4423)
  • [@mantine/core] MultiSelect: Fix hoverOnSearchChange not working correctly when creatable prop is set (#​4344)
  • [@mantine/tiptap] Add option to configure initial state of external link control (#​4373)
  • [@mantine/core] PinInput: Fix incorrect Backspace key handling (#​4379)
  • [@mantine/core] Table: Fix table styles applied to the nested table elements, for example in dropdowns (#​4393)
  • [@mantine/core] Image: Fix image alt overflow in Firefox (#​4410)

New Contributors

Full Changelog: mantinedev/mantine@6.0.13...6.0.14

v6.0.13

What's Changed

  • [@mantine/dates] Fix nextIcon and previousIcon props not passed to Calendar component (#​4273)
  • [@mantine/core] AppShell: Fix wrong padding when navbarOffsetBreakpoint and asideOffsetBreakpoint have the same value (#​4281)
  • [@mantine/core] Select: Fix unexpected horizontal scrollbar in items with long text (#​4296)
  • [@mantine/core] NumberInput: Fix missing disabled controls styles (#​4314)
  • [@mantine/core] Fix Select/MultiSelect scrolling page when transitionProps are set (#​4327)
  • [@mantine/core] Chip: Fix unexpected line break when children are not a plain string (#​4328)

New Contributors

Full Changelog: mantinedev/mantine@6.0.11...6.0.13

v6.0.11

Compare Source

What's Changed
  • [@mantine/core] Improve inputs disabled styles handling inside fieldset elements (#​4152)
  • [@mantine/core] Badge: Expose BadgeVariant type (#​4215)
  • [@mantine/core] ThemeIcon: Expose ThemeIconVariant type (#​4216)
  • [@mantine/core] ColorInput: Add option to set eye dropper aria-label though prop (#​4227)
  • [@mantine/core] ColorPicker: Fix inaccurate numbers rounding in rgba and hex colors converters (#​4238)
  • [@mantine/core] MultiSelect: Fix layout shifts in Safari when input is focused (#​4249)
  • [@mantine/core] Rating: Add CSS color values support in color prop (#​4251)
  • [@mantine/dates] Add missing nextIcon/previousIcon types to all components (#​4180)
New Contributors

Full Changelog: mantinedev/mantine@6.0.10...6.0.11


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the Renovate label Sep 11, 2023
@renovate renovate bot changed the title fix(deps): update mantine monorepo to v6.0.20 fix(deps): update mantine monorepo to v6.0.21 Sep 20, 2023
@marcustisater-kivra marcustisater-kivra merged commit 7f4348b into main Oct 23, 2023
1 check passed
@marcustisater-kivra marcustisater-kivra deleted the renovate/mantine-monorepo branch October 23, 2023 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant