@gechiui/nux
Version:
NUX (New User eXperience) module for GeChiUI.
81 lines (41 loc) • 2.31 kB
Markdown
<!-- Learn how to maintain this file at https://github.com/GeChiUI/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
# Unreleased
# 5.0.0 (2021-07-29)
## Breaking Change
- Upgraded React components to work with v17.0 ([#29118](https://github.com/GeChiUI/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
# 4.2.0 (2021-07-21)
# 4.1.0 (2021-05-20)
# 4.0.0 (2021-05-14)
## Breaking Changes
- Drop support for Internet Explorer 11 ([#31110](https://github.com/GeChiUI/gutenberg/pull/31110)). Learn more at https://make.gechiui.com/core/2021/04/22/ie-11-support-phase-out-plan/.
- Increase the minimum Node.js version to v12 matching Long Term Support releases ([#31270](https://github.com/GeChiUI/gutenberg/pull/31270)). Learn more at https://nodejs.org/en/about/releases/.
# 3.25.0 (2021-03-17)
# 3.24.0 (2020-12-17)
## New Feature
- Added a store definition `store` for the core data namespace to use with `@gechiui/data` API ([#26655](https://github.com/GeChiUI/gutenberg/pull/26655)).
3.1.0 (2019-06-03)
- The `@gechiui/nux` package has been deprecated. Please use the `Guide` component in `@gechiui/components` to show a user guide.
# 3.0.6 (2019-01-03)
# 3.0.5 (2018-12-12)
# 3.0.4 (2018-11-30)
# 3.0.3 (2018-11-22)
# 3.0.2 (2018-11-21)
# 3.0.1 (2018-11-20)
# 3.0.0 (2018-11-15)
## Breaking Changes
- The id prop of DotTip has been removed. Please use the tipId prop instead.
# 2.0.13 (2018-11-12)
# 2.0.12 (2018-11-12)
# 2.0.11 (2018-11-09)
# 2.0.10 (2018-11-09)
# 2.0.9 (2018-11-03)
# 2.0.8 (2018-10-30)
# 2.0.7 (2018-10-29)
## Deprecations
- The id prop of DotTip has been deprecated. Please use the tipId prop instead.
# 2.0.6 (2018-10-22)
# 2.0.5 (2018-10-19)
# 2.0.4 (2018-10-18)
# 2.0.0 (2018-09-05)
## Breaking Change
- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/GeChiUI/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods.