1.3.0
#109
Replies: 1 comment 2 replies
|
Special thanks:
Thank you! Your contributions are really valuable to the project |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Release demos
June 2021 release demos
New components, hooks and features
window.setIntervalProject 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.
All reactions