Skip to content

Commit

Permalink
chore(versions): 😊 publish v0.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jul 8, 2021
1 parent 0216815 commit f464344
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 36 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.24(2021-07-03)

### :blush: Other Changes

1. [chore(settings): improve ui](https://github.com/alibaba/designable/commit/9255dbf) :point_right: ( [zhili.wzl](https://github.com/zhili.wzl) )

## v0.3.23(2021-07-02)

### :beetle: Bug Fixes
Expand Down Expand Up @@ -259,9 +265,3 @@
### :beetle: Bug Fixes

1. [fix(core): fix tree-node events](https://github.com/alibaba/designable/commit/90ac49c) :point_right: ( [janryWang](https://github.com/janryWang) )

## v0.1.50(2021-06-16)

### :tada: Enhancements

1. [feat(core): support interrupt events](https://github.com/alibaba/designable/commit/01808b6) :point_right: ( [janryWang](https://github.com/janryWang) )
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.24",
"version": "0.3.25",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/core",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"build:umd": "rollup --config"
},
"dependencies": {
"@designable/shared": "0.3.24",
"@designable/shared": "0.3.25",
"@formily/json-schema": "^2.0.0-beta.68",
"@formily/path": "^2.0.0-beta.68",
"@formily/reactive": "^2.0.0-beta.68",
Expand Down
6 changes: 3 additions & 3 deletions packages/formily/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/formily",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"access": "public"
},
"dependencies": {
"@designable/core": "0.3.24",
"@designable/shared": "0.3.24",
"@designable/core": "0.3.25",
"@designable/shared": "0.3.25",
"@formily/core": "^2.0.0-beta.68",
"@formily/json-schema": "^2.0.0-beta.68"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/playground",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"private": true,
"engines": {
Expand All @@ -25,11 +25,11 @@
"webpack-dev-server": "^3.10.1"
},
"dependencies": {
"@designable/core": "0.3.24",
"@designable/react": "0.3.24",
"@designable/react-sandbox": "0.3.24",
"@designable/react-settings-form": "0.3.24",
"@designable/shared": "0.3.24",
"@designable/core": "0.3.25",
"@designable/react": "0.3.25",
"@designable/react-sandbox": "0.3.25",
"@designable/react-settings-form": "0.3.25",
"@designable/shared": "0.3.25",
"@formily/reactive": "^2.0.0-beta.68",
"@formily/reactive-react": "^2.0.0-beta.68",
"antd": "^4.15.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/react-sandbox",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -18,8 +18,8 @@
"react": "16.x || 17.x"
},
"dependencies": {
"@designable/react": "0.3.24",
"@designable/shared": "0.3.24"
"@designable/react": "0.3.25",
"@designable/shared": "0.3.25"
},
"publishConfig": {
"access": "public"
Expand Down
16 changes: 8 additions & 8 deletions packages/react-settings-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/react-settings-form",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -15,18 +15,18 @@
"build:umd": "rollup --config"
},
"peerDependencies": {
"antd": "^4.0.0",
"@ant-design/icons": "^4.0.0"
"@ant-design/icons": "^4.0.0",
"antd": "^4.0.0"
},
"devDependencies": {
"antd": "^4.15.5",
"@ant-design/icons": "^4.6.2"
"@ant-design/icons": "^4.6.2",
"antd": "^4.15.5"
},
"dependencies": {
"@babel/parser": "^7.14.7",
"@designable/core": "0.3.24",
"@designable/react": "0.3.24",
"@designable/shared": "0.3.24",
"@designable/core": "0.3.25",
"@designable/react": "0.3.25",
"@designable/shared": "0.3.25",
"@formily/antd": "^2.0.0-beta.68",
"@formily/core": "^2.0.0-beta.68",
"@formily/react": "^2.0.0-beta.68",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,13 @@ export const MonacoInput: React.FC<MonacoInputProps> = ({
monacoRef.current = monaco
onMount?.(editor, monaco)
const model = editor.getModel()
const currentValue = editor.getValue()
model['getLanguage'] = () => computedLanguage.current
format(computedLanguage.current, editor.getValue()).then((content) => {
editor.setValue(content)
})
if (currentValue) {
format(computedLanguage.current, currentValue).then((content) => {
editor.setValue(content)
})
}
if (props.extraLib) {
monaco.languages.typescript.typescriptDefaults.addExtraLib(
props.extraLib,
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/react",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"react": "16.x || 17.x"
},
"dependencies": {
"@designable/core": "0.3.24",
"@designable/shared": "0.3.24",
"@designable/core": "0.3.25",
"@designable/shared": "0.3.25",
"@formily/reactive": "^2.0.0-beta.68",
"@formily/reactive-react": "^2.0.0-beta.68",
"@juggle/resize-observer": "^3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@designable/shared",
"version": "0.3.24",
"version": "0.3.25",
"license": "MIT",
"main": "lib",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit f464344

Please sign in to comment.