Skip to content

Commit

Permalink
chore(release): release v0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jun 14, 2024
1 parent ff4ca95 commit faebee6
Show file tree
Hide file tree
Showing 45 changed files with 72 additions and 44 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@


## [0.1.15](https://github.com/dream-num/univer/compare/v0.1.14...v0.1.15) (2024-06-14)


### Bug Fixes

* change ref when user change ([#2501](https://github.com/dream-num/univer/issues/2501)) ([b23148b](https://github.com/dream-num/univer/commit/b23148b07166cee702d0a2ffe81e13cdc55b8148))
* **core:** fix disposing univer causing error ([#2515](https://github.com/dream-num/univer/issues/2515)) ([ca76011](https://github.com/dream-num/univer/commit/ca76011ffb563e773a1a0c7a2b6379fc3f686537))
* **core:** init user info ([#2499](https://github.com/dream-num/univer/issues/2499)) ([b3393ef](https://github.com/dream-num/univer/commit/b3393ef05d71bb2b9e74fa87d6d57e6fc80b4085))
* **design:** fix syntax error in calculation within less file ([#2506](https://github.com/dream-num/univer/issues/2506)) ([9c2947f](https://github.com/dream-num/univer/commit/9c2947fa93e42c189d6abcb39f931b61b7d56137))
* **find:** when dispose, should close panel ([#2495](https://github.com/dream-num/univer/issues/2495)) ([4a72bcc](https://github.com/dream-num/univer/commit/4a72bcc721c73431042d57acdaee1acc7e5fd522))
* **hyper-link:** bugfix for hyper-link remove-sheet ([#2444](https://github.com/dream-num/univer/issues/2444)) ([039a59d](https://github.com/dream-num/univer/commit/039a59d96b677bcc1b5795cd6a0b91eed8681218))
* only users with editing permissions can join the protected colla… ([#2504](https://github.com/dream-num/univer/issues/2504)) ([2ea683e](https://github.com/dream-num/univer/commit/2ea683e9cf14a7999b242d2df4a02b5588298cf2))
* rename change permission ([#2481](https://github.com/dream-num/univer/issues/2481)) ([ee6a464](https://github.com/dream-num/univer/commit/ee6a464948c3d5147a7a5991418c28cb805b9087))
* scrollInfo should not save into snapshot ([#2514](https://github.com/dream-num/univer/issues/2514)) ([782c7dc](https://github.com/dream-num/univer/commit/782c7dc492dde037c53551a9cc2390fa0ae883e4))
* **sheet:** null cell ([#2483](https://github.com/dream-num/univer/issues/2483)) ([63040e1](https://github.com/dream-num/univer/commit/63040e187e64f389396cd1b02165f251bfdb9222))
* **sheets-hyper-link:** skip error on ref-range mutation ([#2446](https://github.com/dream-num/univer/issues/2446)) ([56c6e12](https://github.com/dream-num/univer/commit/56c6e1269791dfb835f1af7ccdc381518f97e6b5))
* **umd:** change dependency build order for UMD packages ([#2449](https://github.com/dream-num/univer/issues/2449)) ([3337e79](https://github.com/dream-num/univer/commit/3337e79005414e3dfc1ed15f65a46ead43b80256))


### Features

* add scrollLeftTop for sheet snapshot ([#2414](https://github.com/dream-num/univer/issues/2414)) ([23775c8](https://github.com/dream-num/univer/commit/23775c84cc55ac6447d29c72fda29d67c0665960)), closes [#2348](https://github.com/dream-num/univer/issues/2348)
* change move sheet permission ([#2493](https://github.com/dream-num/univer/issues/2493)) ([d2f3f54](https://github.com/dream-num/univer/commit/d2f3f54b5b3f1f42e592d00517cc6438b46ccbd7))
* **network:** support sse in network fetch ([#2482](https://github.com/dream-num/univer/issues/2482)) ([8f5d0f4](https://github.com/dream-num/univer/commit/8f5d0f4ef4d1bb3c2e8140d0eb4889f01c1263cd))
* set the initial cursor at the begining of document ([#2447](https://github.com/dream-num/univer/issues/2447)) ([a812d2e](https://github.com/dream-num/univer/commit/a812d2e60b12ef9ec42fe3e987850307ecb86d5b))
* **sheets-ui:** optimize ref-range for hyper-link and thread-comment ([#2405](https://github.com/dream-num/univer/issues/2405)) ([88f2f6d](https://github.com/dream-num/univer/commit/88f2f6d0c1b0a182241575d37967574d3c6b1218))
* support props on float dom component ([#2518](https://github.com/dream-num/univer/issues/2518)) ([0a52859](https://github.com/dream-num/univer/commit/0a52859a4e8dc2ccc1687db03265e8b0e7a7f1ef))

## [0.1.14](https://github.com/dream-num/univer/compare/v0.1.13...v0.1.14) (2024-06-07)


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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"private": false,
"description": "",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"private": false,
"description": "UniverSheet numfmt plugin",
"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.1.13",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"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.1.14",
"version": "0.1.15",
"private": false,
"description": "Univer normal ui-plugin-slides",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/slides/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/slides",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/thread-comment-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/thread-comment-ui",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"description": "Univer common thread comment UI plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/thread-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/thread-comment",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"description": "Univer thread comment core plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/ui",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"description": "UniverSheet normal plugin UI manager",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/umd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/umd",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"description": "UMD bundle for Univer",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/uniscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/uniscript",
"version": "0.1.14",
"version": "0.1.15",
"private": false,
"description": "UI component library for building exceptional Univer.",
"author": "DreamNum <[email protected]>",
Expand Down

0 comments on commit faebee6

Please sign in to comment.