|
1 | 1 | # @blocksuite/affine-block-embed |
2 | 2 |
|
| 3 | +## 0.18.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- 9daa1f3: ## Feat |
| 8 | + |
| 9 | + - feat(blocks): markdown adapter reference serialization and deserialization (#8782) |
| 10 | + - feat(blocks): add lazy loading to image and iframe (#8773) |
| 11 | + |
| 12 | + ## Fix |
| 13 | + |
| 14 | + - fix(edgeless): missing reference info during edgeless card conversion (#8790) |
| 15 | + - fix(blocks): linked popover styles (#8789) |
| 16 | + - fix(blocks): add abortional to getMenus (#8786) |
| 17 | + - fix(blocks): incorrect viewport of embed linked doc with edgeless mode (#8785) |
| 18 | + - fix(database): crash in edgeless on mobile safari (#8784) |
| 19 | + - fix(blocks): signify at menu config items (#8780) |
| 20 | + - fix(database): update title on composition end (#8781) |
| 21 | + - fix(database): kanban/table drag and drop (#8778) |
| 22 | + - fix(database): prevent the default behavior of arrow keys when a progress cell is focused (#8777) |
| 23 | + - fix(blocks): update at menu popover styles (#8774) |
| 24 | + - fix(edgeless): frame overlay is not updated during dragging a new frame (#8771) |
| 25 | + |
| 26 | + ## Chore |
| 27 | + |
| 28 | + - chore(blocks): bump theme (#8783) |
| 29 | + - chore: organize gfx model (#8766) |
| 30 | + |
| 31 | + ## Refactor |
| 32 | + |
| 33 | + - refactor(database): make Table View compatible with mobile devices (#8787) |
| 34 | + - refactor(edgeless): remove legacy surface ref renderer (#8759) |
| 35 | + - refactor: unify container and group (#8772) |
| 36 | + - refactor(database): table ui (#8779) |
| 37 | + - refactor(database): link cell icon (#8776) |
| 38 | + - refactor(database): use Trait to manage the functionality of Views (#8775) |
| 39 | + - refactor(database): column move (#8726) |
| 40 | + |
| 41 | +### Patch Changes |
| 42 | + |
| 43 | +- Updated dependencies [9daa1f3] |
| 44 | + - @blocksuite/affine-block-surface@0.18.0 |
| 45 | + - @blocksuite/affine-components@0.18.0 |
| 46 | + - @blocksuite/affine-model@0.18.0 |
| 47 | + - @blocksuite/affine-shared@0.18.0 |
| 48 | + - @blocksuite/block-std@0.18.0 |
| 49 | + - @blocksuite/global@0.18.0 |
| 50 | + - @blocksuite/inline@0.18.0 |
| 51 | + - @blocksuite/store@0.18.0 |
| 52 | + |
3 | 53 | ## 0.17.33 |
4 | 54 |
|
5 | 55 | ### Patch Changes |
|
0 commit comments