Skip to content

Releases: Mezzanine-UI/mezzanine

v0.13.7

11 Oct 01:51
Compare
Choose a tag to compare
v0.13.7 Pre-release
Pre-release

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

22 Sep 05:46
Compare
Choose a tag to compare

v0.13.5

19 Sep 03:47
Compare
Choose a tag to compare
v0.13.5 Pre-release
Pre-release

v0.13.4

18 Sep 02:10
Compare
Choose a tag to compare
v0.13.4 Pre-release
Pre-release

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

07 Aug 04:48
Compare
Choose a tag to compare
v0.13.3 Pre-release
Pre-release

v0.13.2

28 Jul 05:06
Compare
Choose a tag to compare
v0.13.2 Pre-release
Pre-release

What's Changed

  • You can modify <Loading /> spinner size by iconProps.size instead of iconProps.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

25 Jul 02:09
Compare
Choose a tag to compare
v0.13.1 Pre-release
Pre-release

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

10 Jul 06:16
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

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

Full Changelog: https://github.com/Mezzanine-UI/mezzanine/compare/@mezzanine-ui/[email protected]...@mezzanine-ui/[email protected]

v0.12.9

19 Jun 08:06
Compare
Choose a tag to compare
v0.12.9 Pre-release
Pre-release

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 (allow svg.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

17 Jun 07:38
Compare
Choose a tag to compare
v0.12.8 Pre-release
Pre-release

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]