|
1 | 1 | # @blocksuite/affine-block-embed |
2 | 2 |
|
| 3 | +## 0.18.6 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- d925364: Blocksuite patch release. |
| 8 | + |
| 9 | + ## Feat |
| 10 | + |
| 11 | + - feat: add from entity api for dnd (#8946) |
| 12 | + - feat: make block to snapshot a sync method (#8943) |
| 13 | + - feat(database): enhance filter functionality with default values (#8932) |
| 14 | + - feat: bring back the ability to drag blocks from note to edgeless (#8914) |
| 15 | + - feat(blocks): responsive ui for embed doc (#8900) |
| 16 | + - feat(edgeless): unlock and unlock button (#8826) |
| 17 | + - feat(edgeless): impl lock interface for edgeless element and block (#8825) |
| 18 | + - feat(edgeless): add lock property to edgeless block and element (#8824) |
| 19 | + - feat(blocks): support embed linked doc and synced doc html block adapter (#8907) |
| 20 | + - feat(blocks): support database html block adapter (#8898) |
| 21 | + |
| 22 | + ## Fix |
| 23 | + |
| 24 | + - fix(blocks): inconsistent language list behavior on hover in Firefox (#8944) |
| 25 | + - fix(database): adjust detail panel layout for better responsiveness (#8945) |
| 26 | + - fix(database): move cursor in kanban card title by arrow keys (#8893) |
| 27 | + - fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939) |
| 28 | + - fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930) |
| 29 | + - fix: remove vitest extension from recommendation list (#8936) |
| 30 | + - fix(blocks): should prevent default if drop event is handled (#8929) |
| 31 | + - fix(blocks): missing aliases when converting from embed to card (#8928) |
| 32 | + - fix(blocks): should show original doc title when hovering title button (#8925) |
| 33 | + - fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922) |
| 34 | + - fix(blocks): button styling when disabled on embed card edit popup (#8924) |
| 35 | + - fix(edgeless): undefined telemetry service (#8918) |
| 36 | + - fix(database): add group call frequency is incorrect (#8916) |
| 37 | + - fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915) |
| 38 | + |
| 39 | + ## Chore |
| 40 | + |
| 41 | + - chore(edgeless): telemetry for edgeless lock feature (#8933) |
| 42 | + - chore(blocks): use rest params in parsed result (#8908) |
| 43 | + - chore: lock file maintenance (#8919) |
| 44 | + - chore: lock file maintenance (#8894) |
| 45 | + |
| 46 | + ## Refactor |
| 47 | + |
| 48 | + - refactor: adapter types and utils (#8934) |
| 49 | + - refactor: make notion text adapter as an extension (#8926) |
| 50 | + |
| 51 | + ## Perf |
| 52 | + |
| 53 | + - perf(std): cache dom rect for pointer controller (#8940) |
| 54 | + |
| 55 | + ## Test |
| 56 | + |
| 57 | + - test(database): add sorting functionality tests for multiple rules (#8917) |
| 58 | + - test(edgeless): fix lock flaky test by adding waitNextFrame (#8937) |
| 59 | + - test(edgeless): edgeless element lock feature tests (#8867) |
| 60 | + |
| 61 | +- Updated dependencies [d925364] |
| 62 | + - @blocksuite/affine-block-surface@0.18.6 |
| 63 | + - @blocksuite/affine-components@0.18.6 |
| 64 | + - @blocksuite/affine-model@0.18.6 |
| 65 | + - @blocksuite/affine-shared@0.18.6 |
| 66 | + - @blocksuite/block-std@0.18.6 |
| 67 | + - @blocksuite/global@0.18.6 |
| 68 | + - @blocksuite/inline@0.18.6 |
| 69 | + - @blocksuite/store@0.18.6 |
| 70 | + |
3 | 71 | ## 0.18.5 |
4 | 72 |
|
5 | 73 | ### Patch Changes |
|
0 commit comments