Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps @mantine/next from 5.10.4 to 6.0.1.

Release notes

Sourced from @​mantine/next's releases.

6.0.1

What's Changed

  • [@mantine/core] SegmentedControl: Fix incorrect border styles in vertical orientation (#3670)
  • [@mantine/core] Fix incorrect error messages in Popover, HoverCard and Menu components (#3638)
  • [@mantine/core] Button: Fix incorrect Button.Group styles that contain only one Button (#3667)
  • [@mantine/dates] Remove disabled level change button from tab order (#3648)
  • [@mantine/core] Transition: Fix exit duration not working (#3664)
  • [@mantine/core] Anchor: Fix dimmed color not working (#3668)
  • [@mantine/core] Alert: Fix content overlap with no title and with close button (#3681)
  • [@mantine/core] AppShell: Fix incorrect CSS variables (#3687)
  • [@mantine/notifications] Add static methods to Notifications (#3689)
  • [@mantine/core] Title: Fix Text props not working (#3690)
  • [@mantine/styles] Fix incorrect CSS variables parsing in theme functions (#3695)
  • [@mantine/dates] DateTimePicker: Fix TimeInput now showing when dropdown was closed with month/year picker (#3710)
  • [@mantine/core] Portal: Add portalProps prop support (#3696)
  • [@mantine/core] Tooltip: Fix incorrect arrow border styles (#3693)

New Contributors

Full Changelog: mantinedev/mantine@6.0.0...6.0.1

6.0.0

View changelog with demos on mantine.dev website

Breaking changes

The following changes are breaking. Note that although we've tried to include all breaking changes with migration guides in the list you still may experience undocumented changes. If you think that these changes worth including in this list, let us know by opening an issue on GitHub.

Migration to rem/em units

All Mantine components now use rem units. 1rem is considered to be 16px with medium text size selected by user, all components will scale based on settings specified in browser. theme.spacing, theme.radius, theme.fontSizes and other theme properties overrides are now expected to be defined in rem. theme.breakpoints are expected to be defined in em units:

import { MantineProvider } from "@mantine/core";
function Demo() {
return (
<MantineProvider
</tr></table>

... (truncated)

Commits
  • 5c1d772 [release] Version: 6.0.1
  • 0b3744c [release] Version: 6.0.0
  • 4296005 [core] Prepare for major release
  • abce9df [release] Version: 6.0.0-alpha.8
  • 778d71b [release] Version: 6.0.0-alpha.7
  • a14314a [release] Version: 6.0.0-alpha.6
  • 3c5be6d [release] Version: 6.0.0-alpha.5
  • a7e2f96 [release] Version: 6.0.0-alpha.4
  • f90472c [release] Version: 6.0.0-alpha.3
  • 4ccaea5 [release] Version: 6.0.0-alpha.2
  • 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 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)

Bumps [@mantine/next](https://github.com/mantinedev/mantine/tree/HEAD/src/mantine-ssr) from 5.10.4 to 6.0.1.
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/6.0.1/src/mantine-ssr)

---
updated-dependencies:
- dependency-name: "@mantine/next"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 20, 2023

Superseded by #22.

@dependabot dependabot bot closed this Mar 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mantine/next-6.0.1 branch March 20, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant