Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkailang committed Oct 9, 2019
1 parent 331ccd9 commit f483f20
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.4.0](https://github.com/xsky-fe/wizard-ui/compare/0.2.0...0.4.0) (2019-10-09)


### Bug Fixes

* Navigation support link logic ([#90](https://github.com/xsky-fe/wizard-ui/issues/90)) ([331ccd9](https://github.com/xsky-fe/wizard-ui/commit/331ccd9))
* Panel add class name ([#70](https://github.com/xsky-fe/wizard-ui/issues/70)) ([1e588fe](https://github.com/xsky-fe/wizard-ui/commit/1e588fe))
* Types define ([#88](https://github.com/xsky-fe/wizard-ui/issues/88)) ([be21a6e](https://github.com/xsky-fe/wizard-ui/commit/be21a6e))


### Features

* Add list group doc. ([#81](https://github.com/xsky-fe/wizard-ui/issues/81)) ([accd1cb](https://github.com/xsky-fe/wizard-ui/commit/accd1cb))
* Github actions ([#76](https://github.com/xsky-fe/wizard-ui/issues/76)) ([0477764](https://github.com/xsky-fe/wizard-ui/commit/0477764))
* SEO sitemap ([#68](https://github.com/xsky-fe/wizard-ui/issues/68)) ([32152bd](https://github.com/xsky-fe/wizard-ui/commit/32152bd))
* Support dark mode ([#89](https://github.com/xsky-fe/wizard-ui/issues/89)) ([f666191](https://github.com/xsky-fe/wizard-ui/commit/f666191))
* Test debug platform in development ([#85](https://github.com/xsky-fe/wizard-ui/issues/85)) ([ef05cf3](https://github.com/xsky-fe/wizard-ui/commit/ef05cf3))
* VirtualSelectBox ([#65](https://github.com/xsky-fe/wizard-ui/issues/65)) ([c1b9940](https://github.com/xsky-fe/wizard-ui/commit/c1b9940))
* VirtualSelectBox multi select ([#75](https://github.com/xsky-fe/wizard-ui/issues/75)) ([e30560e](https://github.com/xsky-fe/wizard-ui/commit/e30560e))

# [0.3.0](https://github.com/xsky-fe/wizard-ui/compare/0.2.0...0.3.0) (2019-09-12)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wizard-ui",
"version": "0.3.0-beta.5",
"version": "0.4.0",
"private": false,
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -110,7 +110,9 @@
},
"majestic": {
"jestScriptPath": "./node_modules/jest/bin/jest.js",
"args": ["--config=./jest.config.js"],
"args": [
"--config=./jest.config.js"
],
"env": {
"CI": "true"
}
Expand Down

0 comments on commit f483f20

Please sign in to comment.