Skip to content

Releases: Mezzanine-UI/mezzanine

v0.11.1

03 Aug 07:37
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

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

29 Jun 03:49
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

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

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

29 Jun 03:32
Compare
Choose a tag to compare
v0.10.5 Pre-release
Pre-release

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 default max-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

29 Jun 03:28
Compare
Choose a tag to compare
v0.10.4 Pre-release
Pre-release

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

03 May 05:23
Compare
Choose a tag to compare
v0.10.3 Pre-release
Pre-release

What's Changed

To preview components, see Storybook v0.10.3

@mezzanine-ui/react v0.10.3

Feature

  • UploadPictureWall add maxLength. #172

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

v0.10.2

01 Apr 03:28
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

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 give title as icon props or pre-defined in IconDefinition)
  • 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

23 Mar 07:04
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

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

15 Mar 11:40
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

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

04 Mar 07:46
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

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> add className property in expandedRowRender 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

03 Mar 04:01
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

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> correct column.render third parameter should be row index not column index

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