Skip to content

Commit

Permalink
chore(release): release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jul 26, 2024
1 parent eb3c0dd commit db3c2f1
Show file tree
Hide file tree
Showing 52 changed files with 81 additions and 51 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@


## [0.2.5](https://github.com/dream-num/univer/compare/v0.2.4...v0.2.5) (2024-07-26)


### Bug Fixes

* **conditional-formatting:** close panel when switch subunit ([#2828](https://github.com/dream-num/univer/issues/2828)) ([6e772bc](https://github.com/dream-num/univer/commit/6e772bc9fbc5c2dea88f46e54331e2c6e4f93995))
* doc-resize causing formula error ([#2857](https://github.com/dream-num/univer/issues/2857)) ([8d037a2](https://github.com/dream-num/univer/commit/8d037a264d02c05ca972846a657374ec14bcc108))
* **editor:** paste and selection error ([#2843](https://github.com/dream-num/univer/issues/2843)) ([e6869e4](https://github.com/dream-num/univer/commit/e6869e49fd125a5d38399c7c74fe37aa7df2584b))
* **formula:** array formula clear old value ([#2840](https://github.com/dream-num/univer/issues/2840)) ([efb5ecd](https://github.com/dream-num/univer/commit/efb5ecd45b8c7248d74baf696fcd567661d4b540))
* **formula:** feature calculation update ([#2838](https://github.com/dream-num/univer/issues/2838)) ([f66e5a7](https://github.com/dream-num/univer/commit/f66e5a7485e95b2288676bbf63729e904dd757b6))
* get SheetScrollManagerService from renderManagerSrv ([#2833](https://github.com/dream-num/univer/issues/2833)) ([ce4e7c4](https://github.com/dream-num/univer/commit/ce4e7c40ac886630089fc92d01391b6b62834eee))
* move selection ([#2832](https://github.com/dream-num/univer/issues/2832)) ([b4205ff](https://github.com/dream-num/univer/commit/b4205ff9f865a89c5db41a2bfa7f63170ee6c99c))
* ref selection ([#2770](https://github.com/dream-num/univer/issues/2770)) ([e885f76](https://github.com/dream-num/univer/commit/e885f76e0160fdb575b6ffc8353be7a85f0d0d49))
* **sheet:** blur table name triggers slide ([#2772](https://github.com/dream-num/univer/issues/2772)) ([c328662](https://github.com/dream-num/univer/commit/c32866205df95efdd0a22778297745ac45533673))
* **sheets-drawing-ui:** load float-dom from snapshot & support presist custom data with float dom drawing object ([#2841](https://github.com/dream-num/univer/issues/2841)) ([ca38723](https://github.com/dream-num/univer/commit/ca3872381879c9c0d546d085c38661e6a39b4572))
* **sheets-ui:** formula editor can't exit ([#2858](https://github.com/dream-num/univer/issues/2858)) ([eb3c0dd](https://github.com/dream-num/univer/commit/eb3c0dde7e4ecd3655e1832524a072517945eb0a))
* **sheet:** type import ([#2848](https://github.com/dream-num/univer/issues/2848)) ([ae0b012](https://github.com/dream-num/univer/commit/ae0b012c0bd0aaaa90c45d60883be330de5c03a4))


### Features

* **core:** optimize url validator & popup on selection moving ([#2845](https://github.com/dream-num/univer/issues/2845)) ([c6ab2a7](https://github.com/dream-num/univer/commit/c6ab2a71ad37431e43e1553c11dd0b16a71f1ae6))
* **data-validation:** code optimize for data-validation ([#2815](https://github.com/dream-num/univer/issues/2815)) ([ab242a3](https://github.com/dream-num/univer/commit/ab242a32a1efabe15b6024c2fd45f11166a639a4))
* **docs-thread-comment-ui:** doc datasource ([#2851](https://github.com/dream-num/univer/issues/2851)) ([b3ae99a](https://github.com/dream-num/univer/commit/b3ae99a4d90e82e7cf9b274b5ea79319c0420797))
* **docs-ui:** support docs zoom bar & context menu ([#2830](https://github.com/dream-num/univer/issues/2830)) ([d840cb5](https://github.com/dream-num/univer/commit/d840cb5db042bda8214bc1f2c210ec3f58e10662))
* **docs:** support doc-hover-service ([#2824](https://github.com/dream-num/univer/issues/2824)) ([28dbb78](https://github.com/dream-num/univer/commit/28dbb786a32cb67d38098344578e2525623162f0))
* **formula:** add some information and date function ([#2798](https://github.com/dream-num/univer/issues/2798)) ([6b3413e](https://github.com/dream-num/univer/commit/6b3413e33f2d9756ab3ae0cdf1999abd0ba37d15))
* **formula:** add some math function ([#2761](https://github.com/dream-num/univer/issues/2761)) ([344f4dd](https://github.com/dream-num/univer/commit/344f4dd5f77430b37b2bb6b53319e1107787a694))
* **formula:** get dirty data ([#2837](https://github.com/dream-num/univer/issues/2837)) ([b3ebd79](https://github.com/dream-num/univer/commit/b3ebd7970309afd012fbdea4afaaca847417fe56))

## [0.2.4](https://github.com/dream-num/univer/compare/v0.2.3...v0.2.4) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion common/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/shared",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "Some infrastructures for univerjs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion common/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/storybook",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "Some infrastructures for univerjs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "univer",
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"packageManager": "[email protected]",
"author": "DreamNum Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/core",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Core library for Univer.",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/data-validation",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Data validation library for Univer",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/debugger",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/design",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UI component library for building exceptional Univer.",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-drawing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-drawing-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-drawing",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-hyper-link-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-hyper-link-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-hyper-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-hyper-link",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-mention-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-mention-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "Univer normal ui-plugin-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-mention/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-mention",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"description": "Univer normal ui-plugin-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-thread-comment-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-thread-comment-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer normal ui-plugin-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/docs",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet normal base-docs",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/drawing-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/drawing",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-formula",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet normal base-formula-engine",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-numfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-numfmt",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet normal plugin UI manager",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/engine-render",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet normal base-render",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/facade",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/find-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/find-replace",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/network",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/rpc",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-conditional-formatting-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-conditional-formatting-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Conditional formatting plugin for Univer Sheets",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-conditional-formatting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-conditional-formatting",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Conditional formatting plugin for Univer Sheets",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-data-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-data-validation",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Data validation for Univer Sheets",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-drawing-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-drawing-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-drawing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-drawing",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-filter-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-filter-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer Sheets Filter UI",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-filter",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "A library for filtering data in Univer Sheet",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-find-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-find-replace",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet find replace plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-formula",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-hyper-link-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-hyper-link-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-hyper-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-hyper-link",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-numfmt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-numfmt",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet numfmt plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-sort-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-sort-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer Sheets Sort UI",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-sort/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-sort",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "A library for sorting data in Univer Sheet",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-thread-comment-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-thread-comment-base",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer sheets thread comment base plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-thread-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-thread-comment",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer thread comment plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet normal ui-plugin-sheets",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-zen-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-zen-editor",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Zen Editor plugin for Univer Sheets.",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "UniverSheet normal base-sheets",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/slides-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/slides-ui",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"description": "Univer normal ui-plugin-slides",
"author": "DreamNum <[email protected]>",
Expand Down
Loading

0 comments on commit db3c2f1

Please sign in to comment.