We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080abd4 commit 3b8f5f8Copy full SHA for 3b8f5f8
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [2.0.4](https://github.com/Erda-FE/dashboard-configuration/pull/52)(2021-11-24)
2
+### Feature
3
+* register custom components
4
+* format code
5
+
6
+### Fix
7
+* fix declaration file
8
9
# [2.0.3](https://github.com/Erda-FE/dashboard-configuration/pull/48)(2021-11-18)
10
### Fix
11
* display no mask which reminds user get data failed when didn't complete required fields
package.json
@@ -1,6 +1,6 @@
{
"name": "@erda-ui/dashboard-configurator",
- "version": "2.0.3",
+ "version": "2.0.4",
"description": "Erda dashboard configurator powered by Echart",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments