From ce9a242bdbe1145796cfb3df73ec7bfebc857e0e Mon Sep 17 00:00:00 2001 From: L-Sun Date: Wed, 25 Sep 2024 07:06:50 +0000 Subject: [PATCH] chore: release patch version (#8453) Fix bugs and improve experience: - fix slash menu and @ menu issues with IME [#8444](https://github.com/toeverything/blocksuite/pull/8444) - improve trigger way of latex editor [#8445](https://github.com/toeverything/blocksuite/pull/8445) - support in-app link jump [#8499](https://github.com/toeverything/blocksuite/pull/8449) - some ui improvements [#8446](https://github.com/toeverything/blocksuite/pull/8446), [#8450](https://github.com/toeverything/blocksuite/pull/8450) --- .changeset/odd-owls-push.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .changeset/odd-owls-push.md diff --git a/.changeset/odd-owls-push.md b/.changeset/odd-owls-push.md new file mode 100644 index 000000000000..8d40f6173a7e --- /dev/null +++ b/.changeset/odd-owls-push.md @@ -0,0 +1,27 @@ +--- +'@blocksuite/affine': patch +'@blocksuite/affine-block-embed': patch +'@blocksuite/affine-block-list': patch +'@blocksuite/affine-block-paragraph': patch +'@blocksuite/affine-block-surface': patch +'@blocksuite/affine-components': patch +'@blocksuite/data-view': patch +'@blocksuite/affine-model': patch +'@blocksuite/affine-shared': patch +'@blocksuite/affine-widget-scroll-anchoring': patch +'@blocksuite/blocks': patch +'@blocksuite/docs': patch +'@blocksuite/block-std': patch +'@blocksuite/global': patch +'@blocksuite/inline': patch +'@blocksuite/store': patch +'@blocksuite/sync': patch +'@blocksuite/presets': patch +--- + +Fix bugs and improve experience: + +- fix slash menu and @ menu issues with IME [#8444](https://github.com/toeverything/blocksuite/pull/8444) +- improve trigger way of latex editor [#8445](https://github.com/toeverything/blocksuite/pull/8445) +- support in-app link jump [#8499](https://github.com/toeverything/blocksuite/pull/8449) +- some ui improvements [#8446](https://github.com/toeverything/blocksuite/pull/8446), [#8450](https://github.com/toeverything/blocksuite/pull/8450)