Skip to content

Commit

Permalink
chore(release): release v0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jun 28, 2024
1 parent 219a053 commit 6e8e10d
Show file tree
Hide file tree
Showing 47 changed files with 75 additions and 46 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@


## [0.1.17](https://github.com/dream-num/univer/compare/v0.1.16...v0.1.17) (2024-06-28)


### Bug Fixes

* **conditional-formatting:** disable clear cf ([#2601](https://github.com/dream-num/univer/issues/2601)) ([cf60994](https://github.com/dream-num/univer/commit/cf609949ee15c0bf8d5a92576429651fa8729eee))
* **conditional-formatting:** distinguish between settings and purges when padding down ([#2605](https://github.com/dream-num/univer/issues/2605)) ([6dd8bbe](https://github.com/dream-num/univer/commit/6dd8bbee935919d13636cec106ccfe51c24c99d7))
* **conditional-formatting:** reopen panel and update panel ([#2608](https://github.com/dream-num/univer/issues/2608)) ([b4460ca](https://github.com/dream-num/univer/commit/b4460caff3477465747f451fe52fcdaf77d816e5))
* fix some paste bugs ([#2612](https://github.com/dream-num/univer/issues/2612)) ([cfd3227](https://github.com/dream-num/univer/commit/cfd32278fe8ac99e93ba0a43e0b7c64ebda3edcc))
* **formula:** remove non-existent formula ids ([#2531](https://github.com/dream-num/univer/issues/2531)) ([656c337](https://github.com/dream-num/univer/commit/656c3372fd96d7adbbdcf2e2d8ac55032d3b5cfd))
* **formula:** subtotal count ([#2452](https://github.com/dream-num/univer/issues/2452)) ([61de312](https://github.com/dream-num/univer/commit/61de312f8c9a56a3a1360ec583e96e547ac08f6b))
* icon set dropdown style ([#2602](https://github.com/dream-num/univer/issues/2602)) ([c6e23cd](https://github.com/dream-num/univer/commit/c6e23cd6f71cd52451c9d4478478e3bfa1dab949))
* **move-range:** add move range controller ([#2609](https://github.com/dream-num/univer/issues/2609)) ([3950878](https://github.com/dream-num/univer/commit/3950878e2b587ff637f81c4f12f9bd89f8b67d2e))
* **numfmt:** numfmt not render after auto fill ([#2617](https://github.com/dream-num/univer/issues/2617)) ([111bc9f](https://github.com/dream-num/univer/commit/111bc9f4ee61a2659e8d2ac8bed95d2f6f16c4bf))
* **numfmt:** reselect item and throw error ([#2611](https://github.com/dream-num/univer/issues/2611)) ([9902edb](https://github.com/dream-num/univer/commit/9902edb6afeb20f0a6dfcbb4c1b996a5f6976224))
* **range-selector:** placeholder flush ([#2607](https://github.com/dream-num/univer/issues/2607)) ([2dc7ce0](https://github.com/dream-num/univer/commit/2dc7ce04fee41957482b33acbf0dd197fca86e12))
* **sheet:** duplicate sheet name copy ([#2544](https://github.com/dream-num/univer/issues/2544)) ([50f8f4d](https://github.com/dream-num/univer/commit/50f8f4d8b4c349a8c74299269c689f219576b3f9))
* **sheet:** get unhidden sheets ([#2616](https://github.com/dream-num/univer/issues/2616)) ([bcc4034](https://github.com/dream-num/univer/commit/bcc40340853666578ce8ed36cc5a4216d5a9874a))
* **sheets-drawing:** fix crash when editing text after inserting images and opening the sidebar ([#2586](https://github.com/dream-num/univer/issues/2586)) ([5536b05](https://github.com/dream-num/univer/commit/5536b057fe59ad2c449a670544b3fe9de7f1ac22))


### Features

* **conditional-formatting:** add error interceptor ([#2600](https://github.com/dream-num/univer/issues/2600)) ([b523f62](https://github.com/dream-num/univer/commit/b523f6246425781181c21708000b8b0078cbb538))
* customize row header ([#2457](https://github.com/dream-num/univer/issues/2457)) ([f5e520f](https://github.com/dream-num/univer/commit/f5e520fc5593398bc484a9a290bd1ccaad6c6622))
* **formula:** add averagea,concat function ([#2606](https://github.com/dream-num/univer/issues/2606)) ([346b33a](https://github.com/dream-num/univer/commit/346b33a8067ff96aa4c320295db540b64f41df33))
* **formula:** add choose function ([#2613](https://github.com/dream-num/univer/issues/2613)) ([219a053](https://github.com/dream-num/univer/commit/219a053e51f52809214d8ba4defcc04b73fa9357))
* **mobile:** init basic mobile features ([#2443](https://github.com/dream-num/univer/issues/2443)) ([3583fe5](https://github.com/dream-num/univer/commit/3583fe59ed0e942ecf2645973b9346039b28c99e))

## [0.1.16](https://github.com/dream-num/univer/compare/v0.1.15...v0.1.16) (2024-06-21)


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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.1.16",
"version": "0.1.17",
"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.1.16",
"version": "0.1.17",
"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.1.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"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.16",
"version": "0.1.17",
"private": false,
"description": "UMD bundle for Univer",
"author": "DreamNum <[email protected]>",
Expand Down
Loading

0 comments on commit 6e8e10d

Please sign in to comment.