From db4561a64e4165bbba8fed7e76be2d020bf0dd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=86=B1?= Date: Fri, 17 May 2024 15:44:43 +0800 Subject: [PATCH] chore(release): release v0.1.11 --- CHANGELOG.md | 40 +++++++++++++++++++ common/shared/package.json | 2 +- common/storybook/package.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/data-validation/package.json | 2 +- packages/design/package.json | 2 +- packages/docs-ui/package.json | 2 +- packages/docs/package.json | 2 +- packages/engine-formula/package.json | 2 +- packages/engine-numfmt/package.json | 2 +- packages/engine-render/package.json | 2 +- packages/facade/package.json | 2 +- packages/find-replace/package.json | 2 +- packages/image/package.json | 2 +- packages/network/package.json | 2 +- packages/rpc/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- packages/sheets-data-validation/package.json | 2 +- packages/sheets-filter-ui/package.json | 2 +- packages/sheets-filter/package.json | 2 +- packages/sheets-find-replace/package.json | 2 +- packages/sheets-formula/package.json | 2 +- packages/sheets-numfmt/package.json | 2 +- packages/sheets-ui/package.json | 2 +- packages/sheets-zen-editor/package.json | 2 +- packages/sheets/package.json | 2 +- packages/slides-ui/package.json | 2 +- packages/slides/package.json | 2 +- packages/ui/package.json | 2 +- packages/umd/package.json | 2 +- packages/uniscript/package.json | 2 +- 33 files changed, 72 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9262ec4b5..183428b60fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ +## [0.1.11](https://github.com/dream-num/univer/compare/v0.1.10...v0.1.11) (2024-05-17) + + +### Bug Fixes + +* backspace in list when select all list content ([#2230](https://github.com/dream-num/univer/issues/2230)) ([e58a69e](https://github.com/dream-num/univer/commit/e58a69e97331494a2224909222b08c2c5efa4334)) +* edit cell and the content is not display ([#2245](https://github.com/dream-num/univer/issues/2245)) ([08f41cf](https://github.com/dream-num/univer/commit/08f41cfaee8ed86b5fb395817cb4f99bbbf96db4)) +* **editor:** focusing error ([#2264](https://github.com/dream-num/univer/issues/2264)) ([0831994](https://github.com/dream-num/univer/commit/0831994c658896227ded09e64332e1848b2c3560)) +* filterRenderController works after selectionRenderService is usable ([#2236](https://github.com/dream-num/univer/issues/2236)) ([3693e7a](https://github.com/dream-num/univer/commit/3693e7ad1b647f1ac3e8cae973d8eb27310b5280)) +* fix docs links ([#2224](https://github.com/dream-num/univer/issues/2224)) ([5f26e90](https://github.com/dream-num/univer/commit/5f26e9094799e387eaa76d037c83add044aa204a)) +* fix facade version ([71fcd08](https://github.com/dream-num/univer/commit/71fcd0873724284ea33f71eb8bfff503ee841fb3)) +* fix resource key of filter ([e832ce3](https://github.com/dream-num/univer/commit/e832ce376b2fa2970921be04a22f1c16c4ba63eb)) +* **formula:** formula string results are displayed as regular strings ([#2206](https://github.com/dream-num/univer/issues/2206)) ([1d1a45f](https://github.com/dream-num/univer/commit/1d1a45fb9d1cc1dbf2ec2c6ab595e181d561074d)) +* inline style undo error at the doc end ([#2241](https://github.com/dream-num/univer/issues/2241)) ([91e6fbc](https://github.com/dream-num/univer/commit/91e6fbceebbce06fa3ceb4cb65fa75f184f68b46)) +* lifecycle event handling in plugin holder ([#2244](https://github.com/dream-num/univer/issues/2244)) ([85af642](https://github.com/dream-num/univer/commit/85af642046feb12ecf842c7ed729be2a029f8789)) +* **sheet:** clear custom field of selection ([#2178](https://github.com/dream-num/univer/issues/2178)) ([edd2af1](https://github.com/dream-num/univer/commit/edd2af1cd893cd4bb9bbcd6e8e1959684145375e)) +* **sheet:** filterRenderController work after selectionRenderControll… ([#2229](https://github.com/dream-num/univer/issues/2229)) ([8f8e80d](https://github.com/dream-num/univer/commit/8f8e80d1051b2e4d8e8ef9c56a0c58fa8805d98b)) +* **sheet:** restore code in setStyleCommand ([#2225](https://github.com/dream-num/univer/issues/2225)) ([e1f4a37](https://github.com/dream-num/univer/commit/e1f4a3712749613e785c6e04efbe77c69e783cda)) +* **sheets-ui:** resolve issue where hidden worksheets cannot be unhidden ([#2258](https://github.com/dream-num/univer/issues/2258)) ([5e02b6e](https://github.com/dream-num/univer/commit/5e02b6ece21c92839d3bb56760d09e9e6c28be34)) +* **sheet:** save edit content when select other tab ([#2160](https://github.com/dream-num/univer/issues/2160)) ([3e02de5](https://github.com/dream-num/univer/commit/3e02de5e486e9716c1d4cf051eec4a0c9c16fb17)) +* **sheets:** bugfix for freeze & hover-manager-service & data-validation ([#2233](https://github.com/dream-num/univer/issues/2233)) ([9636037](https://github.com/dream-num/univer/commit/963603757c74e662899629cdc9e21c556e8b0df5)), closes [#684](https://github.com/dream-num/univer/issues/684) [#2174](https://github.com/dream-num/univer/issues/2174) [#2162](https://github.com/dream-num/univer/issues/2162) +* **sheet:** skip filtered row on setting style ([#2221](https://github.com/dream-num/univer/issues/2221)) ([206e080](https://github.com/dream-num/univer/commit/206e080fa5e7a935f8d90e46c5cdbe8308c578cb)) +* the cursor is displayed incorrectly in the presence of bg color ([#2218](https://github.com/dream-num/univer/issues/2218)) ([84620d4](https://github.com/dream-num/univer/commit/84620d44d37323526c5105ee247457718d364397)) +* **ui:** fix use observable not working in StrictMode ([#2235](https://github.com/dream-num/univer/issues/2235)) ([9929eff](https://github.com/dream-num/univer/commit/9929effb03a155575f2084cdedef0ab690394248)) +* use Singleton Pattern of Hyphen ([#2242](https://github.com/dream-num/univer/issues/2242)) ([ba853df](https://github.com/dream-num/univer/commit/ba853df98f8a213df41f5ca48dd4bbb511f4edcb)) + + +### Features + +* add Russian translation support ([#2248](https://github.com/dream-num/univer/issues/2248)) ([87e0f84](https://github.com/dream-num/univer/commit/87e0f8488006a75749ec2ed03cd75eb2a347aff8)) +* **design:** add borderless support for Select ([#2254](https://github.com/dream-num/univer/issues/2254)) ([c59b5a5](https://github.com/dream-num/univer/commit/c59b5a52501bab2b105af746fbf0d21f0fd61e35)) +* **design:** add vertical layout support for CheckboxGroup and RadioGroup ([#2252](https://github.com/dream-num/univer/issues/2252)) ([c638477](https://github.com/dream-num/univer/commit/c63847733a7d167aacf68c8b60a80a480fc3ccc2)) +* **design:** support multiple tree ([#2259](https://github.com/dream-num/univer/issues/2259)) ([1d11418](https://github.com/dream-num/univer/commit/1d11418f52fb522202facc4cde6ce56c02f4a06e)) +* **facade:** add API to generate HTML content ([#2219](https://github.com/dream-num/univer/issues/2219)) ([3a9afd9](https://github.com/dream-num/univer/commit/3a9afd963aa1bf17c3f3e8d4877e3e5b16a93075)) +* **network:** add fetch implementation ([#2226](https://github.com/dream-num/univer/issues/2226)) ([b970fe1](https://github.com/dream-num/univer/commit/b970fe1e93c5e66e1f80ea358681142d5e84b412)) +* **render-engine:** hyphenation in paragraph layout ([#2172](https://github.com/dream-num/univer/issues/2172)) ([2739fba](https://github.com/dream-num/univer/commit/2739fbae2c2de1b5b5d580641c09e0003975fee2)) +* **sheet:** add tooltip to FilterPanel ([#2234](https://github.com/dream-num/univer/issues/2234)) ([12d4aef](https://github.com/dream-num/univer/commit/12d4aeff18d0a8984b15625488b6092f4f137016)) +* **sheet:** allow menu scroll when it over viewport ([#2215](https://github.com/dream-num/univer/issues/2215)) ([184b98b](https://github.com/dream-num/univer/commit/184b98b19e54a054de8de265b9f5d846624d4ab8)) +* **sheets:** add set workbook name command ([#2249](https://github.com/dream-num/univer/issues/2249)) ([3c24cdd](https://github.com/dream-num/univer/commit/3c24cdd1df07c9b29957d71f4059bbac99b44e16)) + ## [0.1.10](https://github.com/dream-num/univer/compare/v0.1.9...v0.1.10) (2024-05-10) diff --git a/common/shared/package.json b/common/shared/package.json index 9033439855b..48be64569c7 100644 --- a/common/shared/package.json +++ b/common/shared/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/shared", - "version": "0.1.10", + "version": "0.1.11", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/common/storybook/package.json b/common/storybook/package.json index c80085ebb83..1246f75ca73 100644 --- a/common/storybook/package.json +++ b/common/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/storybook", - "version": "0.1.10", + "version": "0.1.11", "private": true, "description": "Some infrastructures for univerjs", "author": "DreamNum ", diff --git a/package.json b/package.json index 0245003ed4a..411ce423a79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "univer", "type": "module", - "version": "0.1.10", + "version": "0.1.11", "private": true, "packageManager": "pnpm@9.0.5", "author": "DreamNum Inc. ", diff --git a/packages/core/package.json b/packages/core/package.json index 3552a5bc53d..35a6d312a59 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/core", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Core library for Univer.", "author": "DreamNum ", diff --git a/packages/data-validation/package.json b/packages/data-validation/package.json index 031f685fcd5..ea2a21bd5c0 100644 --- a/packages/data-validation/package.json +++ b/packages/data-validation/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/data-validation", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Data validation library for Univer", "author": "DreamNum ", diff --git a/packages/design/package.json b/packages/design/package.json index c44ef814001..b13b59022ee 100644 --- a/packages/design/package.json +++ b/packages/design/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/design", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ", diff --git a/packages/docs-ui/package.json b/packages/docs-ui/package.json index 854162594d3..238e55a4896 100644 --- a/packages/docs-ui/package.json +++ b/packages/docs-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs-ui", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Univer normal ui-plugin-docs", "author": "DreamNum ", diff --git a/packages/docs/package.json b/packages/docs/package.json index e5fe0a8902b..4a48c8c04e8 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/docs", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal base-docs", "author": "DreamNum ", diff --git a/packages/engine-formula/package.json b/packages/engine-formula/package.json index d883292e682..76d8ccd7df8 100644 --- a/packages/engine-formula/package.json +++ b/packages/engine-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-formula", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal base-formula-engine", "author": "DreamNum ", diff --git a/packages/engine-numfmt/package.json b/packages/engine-numfmt/package.json index 27a4db16203..1d029d414de 100644 --- a/packages/engine-numfmt/package.json +++ b/packages/engine-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-numfmt", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", diff --git a/packages/engine-render/package.json b/packages/engine-render/package.json index b8802068aa1..6cd0f3cefff 100644 --- a/packages/engine-render/package.json +++ b/packages/engine-render/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/engine-render", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal base-render", "author": "DreamNum ", diff --git a/packages/facade/package.json b/packages/facade/package.json index 472135d0f1f..c98cb591bad 100644 --- a/packages/facade/package.json +++ b/packages/facade/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/facade", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/find-replace/package.json b/packages/find-replace/package.json index a891b762ecc..bf9da6a608f 100644 --- a/packages/find-replace/package.json +++ b/packages/find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/find-replace", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/image/package.json b/packages/image/package.json index 28a43fc02b6..322aa3c4a74 100644 --- a/packages/image/package.json +++ b/packages/image/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/image", - "version": "0.1.10", + "version": "0.1.11", "private": true, "description": "", "author": "DreamNum ", diff --git a/packages/network/package.json b/packages/network/package.json index e095e36394e..130f84b1bf1 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/network", - "version": "0.1.10", + "version": "0.1.11", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/rpc/package.json b/packages/rpc/package.json index a4f1148beb7..485637f2ca2 100644 --- a/packages/rpc/package.json +++ b/packages/rpc/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/rpc", - "version": "0.1.10", + "version": "0.1.11", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/sheets-conditional-formatting-ui/package.json b/packages/sheets-conditional-formatting-ui/package.json index 9c8c62ee19a..81f0923716f 100644 --- a/packages/sheets-conditional-formatting-ui/package.json +++ b/packages/sheets-conditional-formatting-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-conditional-formatting-ui", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Conditional formatting plugin for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-conditional-formatting/package.json b/packages/sheets-conditional-formatting/package.json index a01e7b4f696..31ca6c1fcd7 100644 --- a/packages/sheets-conditional-formatting/package.json +++ b/packages/sheets-conditional-formatting/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-conditional-formatting", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Conditional formatting plugin for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-data-validation/package.json b/packages/sheets-data-validation/package.json index 19e7f4f0d0f..a7d7377b65d 100644 --- a/packages/sheets-data-validation/package.json +++ b/packages/sheets-data-validation/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-data-validation", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Data validation for Univer Sheets", "author": "DreamNum ", diff --git a/packages/sheets-filter-ui/package.json b/packages/sheets-filter-ui/package.json index a67098fd2c6..0e5ea2a4cf2 100644 --- a/packages/sheets-filter-ui/package.json +++ b/packages/sheets-filter-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-filter-ui", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Univer Sheets Filter UI", "author": "DreamNum ", diff --git a/packages/sheets-filter/package.json b/packages/sheets-filter/package.json index 962703866e5..b7bc48144c3 100644 --- a/packages/sheets-filter/package.json +++ b/packages/sheets-filter/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-filter", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "A library for filtering data in Univer Sheet", "author": "DreamNum ", diff --git a/packages/sheets-find-replace/package.json b/packages/sheets-find-replace/package.json index 3a6f9a921eb..80020b94742 100644 --- a/packages/sheets-find-replace/package.json +++ b/packages/sheets-find-replace/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-find-replace", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet find replace plugin", "author": "DreamNum ", diff --git a/packages/sheets-formula/package.json b/packages/sheets-formula/package.json index d96ec672c9f..cfa80b98eaf 100644 --- a/packages/sheets-formula/package.json +++ b/packages/sheets-formula/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-formula", - "version": "0.1.10", + "version": "0.1.11", "private": false, "author": "DreamNum ", "license": "Apache-2.0", diff --git a/packages/sheets-numfmt/package.json b/packages/sheets-numfmt/package.json index a48fafcb9bc..06fe211e116 100644 --- a/packages/sheets-numfmt/package.json +++ b/packages/sheets-numfmt/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-numfmt", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet numfmt plugin", "author": "DreamNum ", diff --git a/packages/sheets-ui/package.json b/packages/sheets-ui/package.json index 70ec3d288f6..f9951078166 100644 --- a/packages/sheets-ui/package.json +++ b/packages/sheets-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-ui", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal ui-plugin-sheets", "author": "DreamNum ", diff --git a/packages/sheets-zen-editor/package.json b/packages/sheets-zen-editor/package.json index 7d2fa99d749..88d30ef5fea 100644 --- a/packages/sheets-zen-editor/package.json +++ b/packages/sheets-zen-editor/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets-zen-editor", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Zen Editor plugin for Univer Sheets.", "author": "DreamNum ", diff --git a/packages/sheets/package.json b/packages/sheets/package.json index ce867b5047c..feb370169f6 100644 --- a/packages/sheets/package.json +++ b/packages/sheets/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/sheets", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal base-sheets", "author": "DreamNum ", diff --git a/packages/slides-ui/package.json b/packages/slides-ui/package.json index 97cb614c31d..ee4d58e4c3b 100644 --- a/packages/slides-ui/package.json +++ b/packages/slides-ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides-ui", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "Univer normal ui-plugin-slides", "author": "DreamNum ", diff --git a/packages/slides/package.json b/packages/slides/package.json index 57b65adc986..cb396aafbf4 100644 --- a/packages/slides/package.json +++ b/packages/slides/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/slides", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "", "author": "DreamNum ", diff --git a/packages/ui/package.json b/packages/ui/package.json index a1850f06859..764be7b8dfa 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/ui", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UniverSheet normal plugin UI manager", "author": "DreamNum ", diff --git a/packages/umd/package.json b/packages/umd/package.json index faf1ea0e23e..ef6ce34343b 100644 --- a/packages/umd/package.json +++ b/packages/umd/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/umd", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UMD bundle for Univer", "author": "DreamNum ", diff --git a/packages/uniscript/package.json b/packages/uniscript/package.json index 3d0a8e91711..342f223520b 100644 --- a/packages/uniscript/package.json +++ b/packages/uniscript/package.json @@ -1,6 +1,6 @@ { "name": "@univerjs/uniscript", - "version": "0.1.10", + "version": "0.1.11", "private": false, "description": "UI component library for building exceptional Univer.", "author": "DreamNum ",