Skip to content

Commit

Permalink
chore: release patch version (#8535)
Browse files Browse the repository at this point in the history
## Features:

[feat: markdown adapter with latex](#8503)

[feat: support notion block equation html import](#8504)

[feat: support edgeless tidy up](#8516)

[feat: support notion callout block to blocksuite quote block](#8523)

[feat(playground): add import notion zip entry](#8527)

## Bugfix:

[fix(blocks): auto focus latex block](#8505)

[fix: enhance button layout with icon alignment](#8508)

[fix(edgeless): ime will crash edgeless text width](#8506)

[fix(edgeless): edgeless text is deleted when first block is empty](#8512)

[fix: notion html quote block import](#8515)

[fix: yjs warning](#8519)

[fix(blocks): real nested list on html export](#8511)

[fix(edgeless): cmd a will select element inner frame](#8517)

[fix(edgeless): disable contenteditable when edgeless text not in editing state](#8525)

[fix: import notion toggle list as toggle bulleted list](#8528)

## Refactor:

[refactor(database): signals version datasource api](#8513)

[refactor(edgeless): element tree manager](#8239)

[refactor(blocks): simplify frame manager implementation](#8507)

[refactor: update group test utils using container interface](#8518)

[refactor: update frame test with container test uitls](#8520)

[refactor(database): context-menu ui and ux](#8467)

[refactor: move chat block to affine](#8420)

## Misc

[perf: optimize snapshot job handling](#8428)

[perf(edgeless): disable shape shadow blur](#8532)

[chore: bump up all non-major dependencies](#8514)

[chore: Lock file maintenance](#8510)

## Docs

[docs: fix table structure warning](#8509)

[docs: edgeless data structure desc](#8531)

[docs: update link](#8533)
  • Loading branch information
donteatfriedrice committed Oct 16, 2024
1 parent 76ecb59 commit b69b00e
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions .changeset/tasty-timers-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
---
'@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
---

---

'@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/blocks': patch
'@blocksuite/docs': patch
'@blocksuite/block-std': patch
'@blocksuite/global': patch
'@blocksuite/inline': patch
'@blocksuite/store': patch
'@blocksuite/sync': patch
'@blocksuite/presets': patch

---

[feat: markdown adapter with latex](https://github.com/toeverything/blocksuite/pull/8503)

[feat: support notion block equation html import](https://github.com/toeverything/blocksuite/pull/8504)

[feat: support edgeless tidy up](https://github.com/toeverything/blocksuite/pull/8516)

[feat: support notion callout block to blocksuite quote block](https://github.com/toeverything/blocksuite/pull/8523)

[feat(playground): add import notion zip entry](https://github.com/toeverything/blocksuite/pull/8527)

[fix(blocks): auto focus latex block](https://github.com/toeverything/blocksuite/pull/8505)

[fix: enhance button layout with icon alignment](https://github.com/toeverything/blocksuite/pull/8508)

[fix(edgeless): ime will crash edgeless text width](https://github.com/toeverything/blocksuite/pull/8506)

[fix(edgeless): edgeless text is deleted when first block is empty](https://github.com/toeverything/blocksuite/pull/8512)

[fix: notion html quote block import](https://github.com/toeverything/blocksuite/pull/8515)

[fix: yjs warning](https://github.com/toeverything/blocksuite/pull/8519)

[fix(blocks): real nested list on html export](https://github.com/toeverything/blocksuite/pull/8511)

[fix(edgeless): cmd a will select element inner frame](https://github.com/toeverything/blocksuite/pull/8517)

[fix(edgeless): disable contenteditable when edgeless text not in editing state](https://github.com/toeverything/blocksuite/pull/8525)

[fix: import notion toggle list as toggle bulleted list](https://github.com/toeverything/blocksuite/pull/8528)

[refactor(database): signals version datasource api](https://github.com/toeverything/blocksuite/pull/8513)

[refactor(edgeless): element tree manager](https://github.com/toeverything/blocksuite/pull/8239)

[refactor(blocks): simplify frame manager implementation](https://github.com/toeverything/blocksuite/pull/8507)

[refactor: update group test utils using container interface](https://github.com/toeverything/blocksuite/pull/8518)

[refactor: update frame test with container test uitls](https://github.com/toeverything/blocksuite/pull/8520)

[refactor(database): context-menu ui and ux](https://github.com/toeverything/blocksuite/pull/8467)

[refactor: move chat block to affine](https://github.com/toeverything/blocksuite/pull/8420)

[perf: optimize snapshot job handling](https://github.com/toeverything/blocksuite/pull/8428)

[perf(edgeless): disable shape shadow blur](https://github.com/toeverything/blocksuite/pull/8532)

[chore: bump up all non-major dependencies](https://github.com/toeverything/blocksuite/pull/8514)

[chore: Lock file maintenance](https://github.com/toeverything/blocksuite/pull/8510)

[docs: fix table structure warning](https://github.com/toeverything/blocksuite/pull/8509)

[docs: edgeless data structure desc](https://github.com/toeverything/blocksuite/pull/8531)

[docs: update link](https://github.com/toeverything/blocksuite/pull/8533)

0 comments on commit b69b00e

Please sign in to comment.