|
1 | 1 | # @blocksuite/affine-block-embed |
2 | 2 |
|
| 3 | +## 0.18.2 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- f97c4ab: bump |
| 8 | + |
| 9 | + ## Feat |
| 10 | + |
| 11 | + - feat(database): date-picker add clear button (#8856) |
| 12 | + - feat(blocks): add plain text block adapter for linked and synced doc block (#8848) |
| 13 | + - feat: generate url service (#8813) |
| 14 | + - feat(blocks): add plain text block adapter for latex (#8845) |
| 15 | + - feat(blocks): provide a mobile spec patches (#8836) |
| 16 | + - feat(blocks): add plain text block adapter for embed link block (#8843) |
| 17 | + - feat(blocks): add support for non consecutive list in adapter (#8802) |
| 18 | + - feat(playground): add an adpater panel to playground (#8841) |
| 19 | + - feat(database): store current view id in local-storage (#8838) |
| 20 | + |
| 21 | + ## Fix |
| 22 | + |
| 23 | + - fix: dispose model update listeners (#8857) |
| 24 | + - fix: memory leak in zero width block (#8855) |
| 25 | + - fix: block selection memory leak (#8854) |
| 26 | + - fix(store): add dispose method to collection (#8852) |
| 27 | + - fix(playground): cannot click docs panel doc (#8850) |
| 28 | + - fix(edgeless): widget memory leak (#8853) |
| 29 | + - fix: memory leak on switching from doc to edgeless (#8851) |
| 30 | + - fix(database): multiple spaces in the title are displayed as a single space (#8839) |
| 31 | + - fix(store): add shim.d.ts to files (#8834) |
| 32 | + - fix(blocks): should paste text content as note on edgeless when copy from doc mode (#8827) |
| 33 | + - fix(blocks): peek db doc should also pass the dbs doc id (#8818) |
| 34 | + - fix: background color and width of input in color picker (#8822) |
| 35 | + - fix(blocks): newline handling in MixTextAdapter and paste middleware (#8821) |
| 36 | + |
| 37 | + ## Chore |
| 38 | + |
| 39 | + - chore(blocks): update code block styles (#8847) |
| 40 | + - chore: lock file maintenance (#8835) |
| 41 | + - chore(blocks): bump theme (#8849) |
| 42 | + |
| 43 | + ## Refactor |
| 44 | + |
| 45 | + - refactor(edgeless): adjust logic of dragging selection (#8842) |
| 46 | + - refactor(database): make Tag-Select component compatible with mobile devices (#8844) |
| 47 | + - refactor(database): make Date-Picker component compatible with mobile devices (#8846) |
| 48 | + - refactor: migrate plain text adapter to extension (#8831) |
| 49 | + - refactor: markdown adapter (#8798) |
| 50 | + - refactor(edgeless): extract side effects of edgeless element toolbar (#8828) |
| 51 | + - refactor(edgeless): refine and remove duplicate type (#8823) |
| 52 | + |
| 53 | +- Updated dependencies [f97c4ab] |
| 54 | + - @blocksuite/affine-block-surface@0.18.2 |
| 55 | + - @blocksuite/affine-components@0.18.2 |
| 56 | + - @blocksuite/affine-model@0.18.2 |
| 57 | + - @blocksuite/affine-shared@0.18.2 |
| 58 | + - @blocksuite/block-std@0.18.2 |
| 59 | + - @blocksuite/global@0.18.2 |
| 60 | + - @blocksuite/inline@0.18.2 |
| 61 | + - @blocksuite/store@0.18.2 |
| 62 | + |
3 | 63 | ## 0.18.1 |
4 | 64 |
|
5 | 65 | ### Patch Changes |
|
0 commit comments