Skip to content

Commit

Permalink
chore(release): release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Oct 17, 2024
1 parent 8cfbce2 commit fb27675
Show file tree
Hide file tree
Showing 54 changed files with 73 additions and 53 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@


# [0.4.0](https://github.com/dream-num/univer/compare/v0.4.0-alpha.2...v0.4.0) (2024-10-17)


### Bug Fixes

* **docs-ui:** don't refresh-selection after set list ([#3780](https://github.com/dream-num/univer/issues/3780)) ([924dee7](https://github.com/dream-num/univer/commit/924dee7c98ed372f9638ea5ff3aa9427b26c11f6))
* **docs-ui:** formula-editor should not render paragraph style ([#3783](https://github.com/dream-num/univer/issues/3783)) ([b7301af](https://github.com/dream-num/univer/commit/b7301afd70f5542943c58f207beb03fe043bbd72))
* **docs:** header footer setting not focus ([#3698](https://github.com/dream-num/univer/issues/3698)) ([2db351b](https://github.com/dream-num/univer/commit/2db351b7fae5f723c963460419e602c386e67806))
* **docs:** no need to cache font style when has no text run ([#3779](https://github.com/dream-num/univer/issues/3779)) ([8a48479](https://github.com/dream-num/univer/commit/8a48479355231d7ad96809bb3d1f342961773f32))
* **engine-render:** check box render ([#3776](https://github.com/dream-num/univer/issues/3776)) ([83e0897](https://github.com/dream-num/univer/commit/83e08975e008e7dc937d0ad96c94deec4f693f23))
* fix permission rangeSelector & insert menu ([#3757](https://github.com/dream-num/univer/issues/3757)) ([1f43484](https://github.com/dream-num/univer/commit/1f43484f4d9294e9fe8eae17f6266b142274e59b))
* font render bounds ([#3754](https://github.com/dream-num/univer/issues/3754)) ([4ecd764](https://github.com/dream-num/univer/commit/4ecd764ee0ef11e4894abb59fbd2d328dd10e2b7))
* **formula:** fix some bug ([#3774](https://github.com/dream-num/univer/issues/3774)) ([4c4efe4](https://github.com/dream-num/univer/commit/4c4efe4a8b66f007e90c16135781e8b7d73c4958))
* **sheets-ui:** can't save first edit cell ([#3781](https://github.com/dream-num/univer/issues/3781)) ([d29da2f](https://github.com/dream-num/univer/commit/d29da2f2762ca66bcbf3c9c97ca6e5351ba457e6))


### Features

* **facade:** add `setOptions` on f-data-validation-builder ([#3773](https://github.com/dream-num/univer/issues/3773)) ([4008c86](https://github.com/dream-num/univer/commit/4008c8605ba1083432835e103a1ec761fed0ff3b))

# [0.4.0-alpha.2](https://github.com/dream-num/univer/compare/v0.4.0-alpha.1...v0.4.0-alpha.2) (2024-10-16)


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-infra/shared",
"version": "0.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"description": "Data validation library for Univer",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"description": "Conditional formatting plugin for Univer Sheets",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-crosshair-highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-crosshair-highlight",
"version": "0.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"description": "",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-data-validation-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-data-validation-ui",
"version": "0.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"description": "Data validation UI 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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"description": "UniverSheet find replace plugin",
"author": "DreamNum <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-formula-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@univerjs/sheets-formula-ui",
"version": "0.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"author": "DreamNum <[email protected]>",
"license": "Apache-2.0",
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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"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.4.0-alpha.2",
"version": "0.4.0",
"private": false,
"description": "Univer normal ui-plugin-slides",
"author": "DreamNum <[email protected]>",
Expand Down
Loading

0 comments on commit fb27675

Please sign in to comment.