Skip to content

Commit

Permalink
[docs] Add ThemeIcon changes to 5.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Sep 18, 2022
1 parent d20cc56 commit 8ceac6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/docs/changelog/5-4-0.mdx
Expand Up @@ -44,3 +44,4 @@ for example, the props can be used to sync visibility state between two inputs:
- [Group](https://mantine.dev/core/group/) component now uses child selector instead of passing `className` to children
- [Dropzone](https://mantine.dev/others/dropzone/) component now supports `useFsAccessApi` prop
- [SimpleGrid](https://mantine.dev/core/simple-grid/) component now supports `verticalSpacing` prop
- [ThemeIcon](https://mantine.dev/core/theme-icons/) component now supports `variant="default"`
Expand Up @@ -40,13 +40,14 @@ export const configurator: MantineDemo = {
configurator: [
{
name: 'variant',
type: 'segmented',
type: 'select',
initialValue: 'filled',
defaultValue: 'filled',
data: [
{ label: 'filled', value: 'filled' },
{ label: 'light', value: 'light' },
{ label: 'outline', value: 'outline' },
{ label: 'default', value: 'default' },
],
},
{ name: 'radius', type: 'size', initialValue: 'sm', defaultValue: 'sm' },
Expand Down

0 comments on commit 8ceac6e

Please sign in to comment.