1.3.0
#109
Replies: 1 comment 2 replies
-
Special thanks:
Thank you! Your contributions are really valuable to the project |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release demos
June 2021 release demos
New components, hooks and features
window.setInterval
Project core changes
export { Button } from './Button';
), cjs (commonjsexport.Button = Button;
) and umd (default for browser). These changes will allow webpack and similar bundlers to perform better tree shacking.import { ButtonProps } from '@mantine/core';
Design changes
<Button uppercase />
This discussion was created from the release 1.3.0.
Beta Was this translation helpful? Give feedback.
All reactions