Releases: Mezzanine-UI/mezzanine
v0.13.7
What's Changed
- fix(react/input): it's no reason forcing maxlength under 8 on tag mode by @fantasywind in #205
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.6
- Fix some SSR issues
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.5
- Change
severity: error
icons fromMinus
toTimes
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.4
What's Changed
- Refactor storybook by @travor20814 in #202
- useLayoutEffect => useEffect for SlideFade component to support SSR
- feat(core): add luxon date library support by @fantasywind in #204
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.3
What's Changed
<Modal />
slide-fade direction customizable.
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.2
What's Changed
- You can modify
<Loading />
spinner size byiconProps.size
instead oficonProps.style.fontSize
<Tree />
,<Select />
,<TreeSelect />
add dynamic fetching(loading) example, please see storybook for more details.
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.1
What's Changed
<Table />
draggable feature by @travor20814 in #199- export
useTableScroll
,useTableDraggable
hooks.
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.13.0
BREAKING CHANGES
- Refactor
<Table />
component and add new scroll feature. Please see Table Storybook for preview. - Add
v0.12.x to v0.13.0
migration guide. Please see Migration Guide
What's Changed
- [Table] Refactor and add
scroll
feature by @travor20814 in #196
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.12.9
What's Changed
<Message />
render should fixed on top of the screen in most cases. (position: absolute
=>position: fixed
)<Tab />
border bottom should use pseudo element to render correct styling.
(原本使用 border-bottom 會讓 Tabs 的底線並不是在線上,現在會完全在線上)- Extended @mezzanine-ui/icons
IconDefinition
(allowsvg.fill
,path.strokeLinecap
,path.strokeLinejoin
)
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]
v0.12.8
What's Changed
<Table />
dataSource not rendered correctly issue, #195
Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]