Releases: Mezzanine-UI/mezzanine
v0.11.1
What's Changed
- Add installation/setup instruction in README.md
- Force sync all packages version
@mezzanine-ui/react v0.11.1
<Navigation />
allow null/conditional rendering #179
@mezzanine-ui/core v0.11.1
- Remove
checkbox
,radio
background hover effect #116
@mezzanine-ui/system v0.11.1
- Export palette function from index and correct coding styles
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.11.0
BREAKING CHANGE
After v0.11.0
should depend on React v18
or above due to react-dom
api changes (see react official note) , if your project use react v17 should not upgrade mezzanine to this version
What's Changed
@mezzanine-ui/react v0.11.0
- React 18 support and typings fixed by @ting-ting-ting, @travor20814 in #177
Inner changed
- Bump storybook version to latest and use webpack5 to compile.
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.10.5
What's Changed
@mezzanine-ui/react v0.10.5, @mezzanine-ui/core v0.10.5
- fix(core/table): if given width on table cell, reset flex to auto by @ting-ting-ting in #180
- fix(react/select): add missing
disablePortal
property - fix(core/tooltip): add
white-space
property and remove defaultmax-width
- fix(react/notification): correct severity icon typings
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.10.4
What's Changed
- fix(notifier): support server side renderrer by @fantasywind in #175
- add lodash deps
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.10.3
What's Changed
To preview components, see Storybook v0.10.3
@mezzanine-ui/react v0.10.3
Feature
UploadPictureWall
addmaxLength
. #172
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/commits/@mezzanine-ui/[email protected]
v0.10.2
What's Changed
To preview components, see Storybook v0.10.2
@mezzanine-ui/react, @mezzanine-ui/icons, @mezzanine-ui/core v0.10.2
Feature
- Enhance
<Icon />
accessibility. (Now you can givetitle
as icon props or pre-defined inIconDefinition
) - Add a new component
ConfigProvider
in order to facilitate the modification of all components at one time- button/checkbox/input/menu/progress/radio/select/textarea/tag/upload/tree/pickers(date, time, range)
import { ConfigProvider } from '@mezzaniine-ui/react';
return (
<ConfigProvider size="large">
// All mezzanine components will set to "large" as default
</ConfigProvider>
);
Bug Fix
- Correct
<Dropdown />
children 'ref' type to avoid type assertion (as xxxType
)
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/commits/@mezzanine-ui/[email protected]
v0.10.1
What's Changed
To preview components, see Storybook v0.10.1
@mezzanine-ui/react v0.10.1
AutoComplete
correct autocomplete attribute setting.DatePicker
,TimePicker
,RangePicker
should not be clearable when readonly is true.Input
remove suffixActionIcon from typings (unused)Textarea
remove suffixActionIcon from typings (unused)
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/commits/@mezzanine-ui/[email protected]
v0.10.0
What's Changed
To preview components, see Storybook v0.10.0
NOTICE
This version need to do some migrations before you update, expecially for users using DatePicker
, AutoComplete
components in your project, must be careful before you upgrade.
@mezzanine-ui/react v0.10.0, @mezzanine-ui/core v0.10.0
PLEASE SEE Migration guide for v0.9.x to v0.10.0
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/commits/@mezzanine-ui/[email protected]
v0.9.2
What's Changed
To preview components, see Storybook v0.9.2
NOTICE
After v0.9.0 will no longer update @mezzanine-ui/ng
version. We have marked angular components as DEPRECATED.
@mezzanine-ui/react v0.9.2, @mezzanine-ui/core v0.9.2
Feature
<Table>
addclassName
property inexpandedRowRender
for customizing row wrapper.
@mezzanine-ui/icons v0.9.2
- add
ArrowUpIcon
,ArrowDownIcon
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/commits/@mezzanine-ui/[email protected]
v0.9.1
What's Changed
To preview components, see Storybook v0.9.1
NOTICE
After v0.9.0 will no longer update @mezzanine-ui/ng
version. We have marked angular components as DEPRECATED.
@mezzanine-ui/react v0.9.1
Bug Fixed
<Table>
correctcolumn.render
third parameter should be row index not column index
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/commits/@mezzanine-ui/[email protected]