You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All packages are now published in 3 formats: esm (ECMAScript modules export { Button } from './Button';), cjs (commonjs export.Button = Button;) and umd (default for browser). These changes will allow webpack and similar bundlers to perform better tree shacking.
All components now export related types: import { ButtonProps } from '@mantine/core';
Design changes
Button component label is no longer uppercased by default, to replicate old design use <Button uppercase />
Colors saturation and text shadows adjusted for Button and Badge components for better contrast