Skip to content

Commit c190820

Browse files
committed
chore(versions): 😊 publish v0.4.19
1 parent 9fed67b commit c190820

File tree

15 files changed

+46
-50
lines changed

15 files changed

+46
-50
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.4.18(2021-07-28)
4+
5+
### :beetle: Bug Fixes
6+
7+
1. [chore(settings): fix MonacoInput onChangeHandler](https://github.com/alibaba/designable/commit/29c89e7) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
8+
9+
### :blush: Other Changes
10+
11+
1. [chore(settings): fix MonacoInput onChangeHandler](https://github.com/alibaba/designable/commit/29c89e7) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
12+
313
## v0.4.17(2021-07-28)
414

515
### :blush: Other Changes
@@ -255,21 +265,3 @@
255265
### :beetle: Bug Fixes
256266

257267
1. [fix(settings): add dirty check to mutate dataSource](https://github.com/alibaba/designable/commit/db6a0fb) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
258-
259-
## v0.3.16(2021-06-29)
260-
261-
### :tada: Enhancements
262-
263-
1. [feat(settings): add loadScript for prettier](https://github.com/alibaba/designable/commit/c538ecd) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
264-
265-
1. [feat(settings): support custom components and fix typo](https://github.com/alibaba/designable/commit/2b9f38a) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
266-
267-
### :beetle: Bug Fixes
268-
269-
1. [fix(core): fix typo (#12)](https://github.com/alibaba/designable/commit/a336836) :point_right: ( [Dark](https://github.com/Dark) )
270-
271-
1. [feat(settings): support custom components and fix typo](https://github.com/alibaba/designable/commit/2b9f38a) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )
272-
273-
### :rose: Improve code quality
274-
275-
1. [refactor(settings): rename idleReuqest to idleRequest (#9)](https://github.com/alibaba/designable/commit/9afbd79) :point_right: ( [Dark](https://github.com/Dark) )

β€Žlerna.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.18",
2+
"version": "0.4.19",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"npmClientArgs": ["--ignore-engines"],

β€Žpackages/core/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/core",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -15,7 +15,7 @@
1515
"build:umd": "rollup --config"
1616
},
1717
"dependencies": {
18-
"@designable/shared": "0.4.18",
18+
"@designable/shared": "0.4.19",
1919
"@formily/json-schema": "^2.0.0-beta.76",
2020
"@formily/path": "^2.0.0-beta.76",
2121
"@formily/reactive": "^2.0.0-beta.76",

β€Žpackages/formily/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/formily",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"access": "public"
1919
},
2020
"dependencies": {
21-
"@designable/core": "0.4.18",
22-
"@designable/shared": "0.4.18",
21+
"@designable/core": "0.4.19",
22+
"@designable/shared": "0.4.19",
2323
"@formily/core": "^2.0.0-beta.76",
2424
"@formily/json-schema": "^2.0.0-beta.76"
2525
},

β€Žpackages/playground/package.jsonβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/playground",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"license": "MIT",
55
"private": true,
66
"engines": {
@@ -25,11 +25,11 @@
2525
"webpack-dev-server": "^3.10.1"
2626
},
2727
"dependencies": {
28-
"@designable/core": "0.4.18",
29-
"@designable/react": "0.4.18",
30-
"@designable/react-sandbox": "0.4.18",
31-
"@designable/react-settings-form": "0.4.18",
32-
"@designable/shared": "0.4.18",
28+
"@designable/core": "0.4.19",
29+
"@designable/react": "0.4.19",
30+
"@designable/react-sandbox": "0.4.19",
31+
"@designable/react-settings-form": "0.4.19",
32+
"@designable/shared": "0.4.19",
3333
"@formily/reactive": "^2.0.0-beta.76",
3434
"@formily/reactive-react": "^2.0.0-beta.76",
3535
"antd": "^4.15.2",

β€Žpackages/playground/src/main.tsxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const App = () => {
238238
const [view, setView] = useState('design')
239239

240240
return (
241-
<Designer engine={engine} theme="dark">
241+
<Designer engine={engine}>
242242
<MainPanel logo={<Logo />} actions={<Actions />}>
243243
<CompositePanel>
244244
<CompositePanel.Item

β€Žpackages/react-sandbox/package.jsonβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/react-sandbox",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -18,8 +18,8 @@
1818
"react": "16.x || 17.x"
1919
},
2020
"dependencies": {
21-
"@designable/react": "0.4.18",
22-
"@designable/shared": "0.4.18"
21+
"@designable/react": "0.4.19",
22+
"@designable/shared": "0.4.19"
2323
},
2424
"publishConfig": {
2525
"access": "public"

β€Žpackages/react-settings-form/package.jsonβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@designable/react-settings-form",
3-
"version": "0.4.18",
3+
"version": "0.4.19",
44
"license": "MIT",
55
"main": "lib",
66
"types": "lib/index.d.ts",
@@ -22,9 +22,9 @@
2222
},
2323
"dependencies": {
2424
"@babel/parser": "^7.14.7",
25-
"@designable/core": "0.4.18",
26-
"@designable/react": "0.4.18",
27-
"@designable/shared": "0.4.18",
25+
"@designable/core": "0.4.19",
26+
"@designable/react": "0.4.19",
27+
"@designable/shared": "0.4.19",
2828
"@formily/antd": "^2.0.0-beta.76",
2929
"@formily/core": "^2.0.0-beta.76",
3030
"@formily/react": "^2.0.0-beta.76",

β€Žpackages/react-settings-form/src/components/InputItems/styles.lessβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
display: flex;
1010
align-items: center;
1111
margin-bottom: 10px;
12-
12+
color: @text-color;
1313
&-icon {
1414
display: flex;
1515
align-items: center;

β€Žpackages/react-settings-form/src/components/MonacoInput/themes/monokai.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default {
129129
],
130130
colors: {
131131
'editor.foreground': '#F8F8F2',
132-
'editor.background': '#272822',
132+
'editor.background': '#222222',
133133
'editor.selectionBackground': '#49483E',
134134
'editor.lineHighlightBackground': '#3E3D32',
135135
'editorCursor.foreground': '#F8F8F0',

0 commit comments

Comments
Β (0)