Skip to content

Releases: mantinedev/mantine

1.1.1

20 May 07:49

Choose a tag to compare

Dark theme adjustments for @mantine/core components

1.1.0

19 May 14:27

Choose a tag to compare

Release demos

June 2021 changelog demos

New features and components

API changes

  • Prop typo fix in Checkbox component (intermediate -> indeterminate)
  • Hr component replaced with Divider to support more options
  • ElementsGroup component replaced with Group to support all elements positioning
  • Custom component is now supported by ActionIcon and MenuItem components
  • Modal and Drawer components are wrapped with Portal by default
  • LoadingOverlay now supports custom loaders
  • @mantine/core components types are now exported from package, import it with Props suffix: import { ButtonProps } from '@mantine/core'

Bug fixes and improvements

  • Significant performance improvements with react-jss parameters memoization
  • Dark theme improvements, all components now use more balanced transparent colors in dark theme
  • Portal component now does not show warning during server side rendering
  • @mantine/notifications – useNotifications hook now returns queue

1.0.6

09 May 11:04

Choose a tag to compare

Remove & > * selector from ElementsGroup, Table and TypographyStylesProvider components – it is not working with react-jss during ssr and components appear without initial styles

1.0.5

08 May 16:04

Choose a tag to compare

Fix Portal component breaking react-jss styles during server side rendering

1.0.4

08 May 08:32

Choose a tag to compare

Bug fixes:

  • @mantine/core: Input – add option to use tooltip inside rightSection
  • @mantine/core: Modal – add option to set static modal id to avoid hydration issue
  • @mantine/notifications: Fix notification onClose callback not fired when notification was closed programatically

Docs updates:

Environment updates:

  • Storybook now works locally on Windows 10

1.0.3

05 May 17:29

Choose a tag to compare

Hot fix: incorrect typescript definitions for @mantine/hooks

1.0.2

05 May 07:12

Choose a tag to compare

  • Fix incorrect ActionIcon appearance on mobile devices after prerendering with gatsby
  • Fix use-scroll-lock hook behavior on mobile devices
  • Add option to use any react node with Notification component in Notifications system

1.0.0

03 May 08:03

Choose a tag to compare

First stable release. Includes full documentation and packages: