diff --git a/.changeset/good-moons-chew.md b/.changeset/good-moons-chew.md deleted file mode 100644 index 38359a914f72a..0000000000000 --- a/.changeset/good-moons-chew.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -'@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 ---- - -Edgeless perf improvement, linked doc aliases support and fixes - -## Feat - -- feat: linked doc supports aliases (#8806) -- feat(playground): add preview view for html adapter panel (#8871) -- feat(blocks): add html block adapter for embed link block (#8874) -- feat(blocks): show input directly after the user clicks ask ai (#8872) - -## Fix - -- fix(edgeless): incorrect presentation order (#8840) -- fix(std): pan and pinch events were calculate relative to only one finger (#8870) -- fix(edgeless): large frame crash on ios safari (#8877) -- fix(std): shadowless element should inject styles in parent node (#8861) -- fix(blocks): linked popover style issue (#8875) -- fix(database): sum shows too many digits after decimal point (#8833) - -## Refactor - -- refactor: hast utils (#8873) -- refactor: migrate html adapter to extension (#8868) diff --git a/packages/affine/all/CHANGELOG.md b/packages/affine/all/CHANGELOG.md index 37aba36331ea9..720754340b09a 100644 --- a/packages/affine/all/CHANGELOG.md +++ b/packages/affine/all/CHANGELOG.md @@ -1,5 +1,40 @@ # @blocksuite/affine +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/blocks@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + - @blocksuite/presets@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/all/package.json b/packages/affine/all/package.json index 8ebf86714b2d6..87f52bc234d77 100644 --- a/packages/affine/all/package.json +++ b/packages/affine/all/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine", - "version": "0.18.3", + "version": "0.18.4", "description": "BlockSuite for Affine", "type": "module", "repository": { diff --git a/packages/affine/block-embed/CHANGELOG.md b/packages/affine/block-embed/CHANGELOG.md index bce1eaeb81749..506b774cf3f0f 100644 --- a/packages/affine/block-embed/CHANGELOG.md +++ b/packages/affine/block-embed/CHANGELOG.md @@ -1,5 +1,42 @@ # @blocksuite/affine-block-embed +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-block-surface@0.18.4 + - @blocksuite/affine-components@0.18.4 + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/block-embed/package.json b/packages/affine/block-embed/package.json index b11df7e911b4c..3930e401d458e 100644 --- a/packages/affine/block-embed/package.json +++ b/packages/affine/block-embed/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-embed", - "version": "0.18.3", + "version": "0.18.4", "description": "Embed blocks for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/block-list/CHANGELOG.md b/packages/affine/block-list/CHANGELOG.md index d5f772b9aec01..5f4f16b1b8e4b 100644 --- a/packages/affine/block-list/CHANGELOG.md +++ b/packages/affine/block-list/CHANGELOG.md @@ -1,5 +1,41 @@ # @blocksuite/affine-block-list +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-components@0.18.4 + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/block-list/package.json b/packages/affine/block-list/package.json index 1caae0487e184..7fb641998800d 100644 --- a/packages/affine/block-list/package.json +++ b/packages/affine/block-list/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-list", - "version": "0.18.3", + "version": "0.18.4", "description": "List block for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/block-paragraph/CHANGELOG.md b/packages/affine/block-paragraph/CHANGELOG.md index 05b6cbf00f519..63799fe1520dc 100644 --- a/packages/affine/block-paragraph/CHANGELOG.md +++ b/packages/affine/block-paragraph/CHANGELOG.md @@ -1,5 +1,41 @@ # @blocksuite/affine-block-paragraph +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-components@0.18.4 + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/block-paragraph/package.json b/packages/affine/block-paragraph/package.json index 6efbaafdac513..113aef1f67915 100644 --- a/packages/affine/block-paragraph/package.json +++ b/packages/affine/block-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-paragraph", - "version": "0.18.3", + "version": "0.18.4", "description": "Paragraph block for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/block-surface/CHANGELOG.md b/packages/affine/block-surface/CHANGELOG.md index 4fb2ecb98b9df..37bf43a2afea6 100644 --- a/packages/affine/block-surface/CHANGELOG.md +++ b/packages/affine/block-surface/CHANGELOG.md @@ -1,5 +1,41 @@ # @blocksuite/affine-block-surface +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-components@0.18.4 + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/block-surface/package.json b/packages/affine/block-surface/package.json index 873b5cdcc7632..7099297fbe60e 100644 --- a/packages/affine/block-surface/package.json +++ b/packages/affine/block-surface/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-block-surface", - "version": "0.18.3", + "version": "0.18.4", "description": "Surface block for BlockSuite.", "type": "module", "repository": { diff --git a/packages/affine/components/CHANGELOG.md b/packages/affine/components/CHANGELOG.md index d3e59e6046c5a..2ebe1eeef02e3 100644 --- a/packages/affine/components/CHANGELOG.md +++ b/packages/affine/components/CHANGELOG.md @@ -1,5 +1,40 @@ # @blocksuite/affine-components +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/components/package.json b/packages/affine/components/package.json index fb24c2c1e0a53..f837dacac2878 100644 --- a/packages/affine/components/package.json +++ b/packages/affine/components/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-components", - "version": "0.18.3", + "version": "0.18.4", "description": "Default BlockSuite editable blocks.", "type": "module", "repository": { diff --git a/packages/affine/data-view/CHANGELOG.md b/packages/affine/data-view/CHANGELOG.md index 924931760acf0..8ee5a87bee069 100644 --- a/packages/affine/data-view/CHANGELOG.md +++ b/packages/affine/data-view/CHANGELOG.md @@ -1,5 +1,39 @@ # @blocksuite/data-view +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-components@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/data-view/package.json b/packages/affine/data-view/package.json index 43af4aca8a8cf..eab4793966e43 100644 --- a/packages/affine/data-view/package.json +++ b/packages/affine/data-view/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/data-view", - "version": "0.18.3", + "version": "0.18.4", "description": "Views of database in affine", "type": "module", "repository": { diff --git a/packages/affine/model/CHANGELOG.md b/packages/affine/model/CHANGELOG.md index 6b33e38d66180..33082c55cc400 100644 --- a/packages/affine/model/CHANGELOG.md +++ b/packages/affine/model/CHANGELOG.md @@ -1,5 +1,38 @@ # @blocksuite/affine-model +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/model/package.json b/packages/affine/model/package.json index 87bfe4b42fb91..6f19bf5793dc2 100644 --- a/packages/affine/model/package.json +++ b/packages/affine/model/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-model", - "version": "0.18.3", + "version": "0.18.4", "description": "Models for BlockSuite in Affine.", "type": "module", "repository": { diff --git a/packages/affine/shared/CHANGELOG.md b/packages/affine/shared/CHANGELOG.md index 48802edb14923..0e9f6cd641f81 100644 --- a/packages/affine/shared/CHANGELOG.md +++ b/packages/affine/shared/CHANGELOG.md @@ -1,5 +1,39 @@ # @blocksuite/affine-shared +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-model@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/shared/package.json b/packages/affine/shared/package.json index cb01d583a5b4a..8f2bc7059d39b 100644 --- a/packages/affine/shared/package.json +++ b/packages/affine/shared/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-shared", - "version": "0.18.3", + "version": "0.18.4", "description": "Default BlockSuite editable blocks.", "type": "module", "repository": { diff --git a/packages/affine/widget-scroll-anchoring/CHANGELOG.md b/packages/affine/widget-scroll-anchoring/CHANGELOG.md index 8bfc4e2e6f044..1f54ebda53be5 100644 --- a/packages/affine/widget-scroll-anchoring/CHANGELOG.md +++ b/packages/affine/widget-scroll-anchoring/CHANGELOG.md @@ -1,5 +1,38 @@ # @blocksuite/affine-widget-scroll-anchoring +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/affine/widget-scroll-anchoring/package.json b/packages/affine/widget-scroll-anchoring/package.json index 0f7ee7270b1f3..d4166c2d41368 100644 --- a/packages/affine/widget-scroll-anchoring/package.json +++ b/packages/affine/widget-scroll-anchoring/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/affine-widget-scroll-anchoring", - "version": "0.18.3", + "version": "0.18.4", "description": "Affine scroll anchoring widget.", "type": "module", "repository": { diff --git a/packages/blocks/CHANGELOG.md b/packages/blocks/CHANGELOG.md index 9effe5cfa531e..b6e51a7c5e4f7 100644 --- a/packages/blocks/CHANGELOG.md +++ b/packages/blocks/CHANGELOG.md @@ -1,5 +1,47 @@ # @blocksuite/blocks +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-block-embed@0.18.4 + - @blocksuite/affine-block-list@0.18.4 + - @blocksuite/affine-block-paragraph@0.18.4 + - @blocksuite/affine-block-surface@0.18.4 + - @blocksuite/affine-components@0.18.4 + - @blocksuite/data-view@0.18.4 + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/affine-widget-scroll-anchoring@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/blocks/package.json b/packages/blocks/package.json index f7c38913cffc0..1d47cfc3d72dd 100644 --- a/packages/blocks/package.json +++ b/packages/blocks/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/blocks", - "version": "0.18.3", + "version": "0.18.4", "description": "Default BlockSuite editable blocks.", "type": "module", "repository": { diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 401693a1ad5eb..43dae4aff0593 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -1,5 +1,37 @@ # @blocksuite/docs +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/blocks@0.18.4 + - @blocksuite/store@0.18.4 + - @blocksuite/presets@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/docs/package.json b/packages/docs/package.json index d845ccd4948aa..9f8283fe30b7a 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/docs", - "version": "0.18.3", + "version": "0.18.4", "description": "BlockSuite documentation", "private": true, "keywords": [], diff --git a/packages/framework/block-std/CHANGELOG.md b/packages/framework/block-std/CHANGELOG.md index 57972668a595e..c8a9eba8c84de 100644 --- a/packages/framework/block-std/CHANGELOG.md +++ b/packages/framework/block-std/CHANGELOG.md @@ -1,5 +1,37 @@ # @blocksuite/block-std +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/framework/block-std/package.json b/packages/framework/block-std/package.json index ce87dad6cead5..ca4da8c9e140c 100644 --- a/packages/framework/block-std/package.json +++ b/packages/framework/block-std/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/block-std", - "version": "0.18.3", + "version": "0.18.4", "description": "Std for blocksuite blocks", "type": "module", "repository": { diff --git a/packages/framework/global/CHANGELOG.md b/packages/framework/global/CHANGELOG.md index 3ccff64535dc0..2e880049cd325 100644 --- a/packages/framework/global/CHANGELOG.md +++ b/packages/framework/global/CHANGELOG.md @@ -1,5 +1,32 @@ # @blocksuite/global +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + ## 0.18.3 ### Patch Changes diff --git a/packages/framework/global/package.json b/packages/framework/global/package.json index 5556b4ef12b0c..91f0738f970cf 100644 --- a/packages/framework/global/package.json +++ b/packages/framework/global/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/global", - "version": "0.18.3", + "version": "0.18.4", "types": "./index.d.ts", "type": "module", "repository": { diff --git a/packages/framework/inline/CHANGELOG.md b/packages/framework/inline/CHANGELOG.md index 1dc978cb4f042..cec72367f267e 100644 --- a/packages/framework/inline/CHANGELOG.md +++ b/packages/framework/inline/CHANGELOG.md @@ -1,5 +1,35 @@ # @blocksuite/inline +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/global@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/framework/inline/package.json b/packages/framework/inline/package.json index 45d22a1e02a7d..b7516657bc607 100644 --- a/packages/framework/inline/package.json +++ b/packages/framework/inline/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/inline", - "version": "0.18.3", + "version": "0.18.4", "description": "A micro editor.", "type": "module", "repository": { diff --git a/packages/framework/store/CHANGELOG.md b/packages/framework/store/CHANGELOG.md index f12075b594a5d..13238aa89ccc7 100644 --- a/packages/framework/store/CHANGELOG.md +++ b/packages/framework/store/CHANGELOG.md @@ -1,5 +1,37 @@ # @blocksuite/store +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/sync@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/framework/store/package.json b/packages/framework/store/package.json index 58b738f85453c..bbf5cbdc7c40e 100644 --- a/packages/framework/store/package.json +++ b/packages/framework/store/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/store", - "version": "0.18.3", + "version": "0.18.4", "description": "BlockSuite data store built for general purpose state management.", "type": "module", "repository": { diff --git a/packages/framework/sync/CHANGELOG.md b/packages/framework/sync/CHANGELOG.md index 5cc68c50deaef..e60ba09f24805 100644 --- a/packages/framework/sync/CHANGELOG.md +++ b/packages/framework/sync/CHANGELOG.md @@ -1,5 +1,35 @@ # @blocksuite/sync +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/global@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/framework/sync/package.json b/packages/framework/sync/package.json index 5d61ed70838dd..8992133150ac1 100644 --- a/packages/framework/sync/package.json +++ b/packages/framework/sync/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/sync", - "version": "0.18.3", + "version": "0.18.4", "description": "BlockSuite data synchronization engine abstraction and implementation.", "type": "module", "repository": { diff --git a/packages/presets/CHANGELOG.md b/packages/presets/CHANGELOG.md index 59bdd61b68927..0b4e8bdd2f033 100644 --- a/packages/presets/CHANGELOG.md +++ b/packages/presets/CHANGELOG.md @@ -1,5 +1,42 @@ # @blocksuite/presets +## 0.18.4 + +### Patch Changes + +- f517653: Edgeless perf improvement, linked doc aliases support and fixes + + ## Feat + + - feat: linked doc supports aliases (#8806) + - feat(playground): add preview view for html adapter panel (#8871) + - feat(blocks): add html block adapter for embed link block (#8874) + - feat(blocks): show input directly after the user clicks ask ai (#8872) + + ## Fix + + - fix(edgeless): incorrect presentation order (#8840) + - fix(std): pan and pinch events were calculate relative to only one finger (#8870) + - fix(edgeless): large frame crash on ios safari (#8877) + - fix(std): shadowless element should inject styles in parent node (#8861) + - fix(blocks): linked popover style issue (#8875) + - fix(database): sum shows too many digits after decimal point (#8833) + + ## Refactor + + - refactor: hast utils (#8873) + - refactor: migrate html adapter to extension (#8868) + +- Updated dependencies [f517653] + - @blocksuite/affine-block-surface@0.18.4 + - @blocksuite/affine-model@0.18.4 + - @blocksuite/affine-shared@0.18.4 + - @blocksuite/blocks@0.18.4 + - @blocksuite/block-std@0.18.4 + - @blocksuite/global@0.18.4 + - @blocksuite/inline@0.18.4 + - @blocksuite/store@0.18.4 + ## 0.18.3 ### Patch Changes diff --git a/packages/presets/package.json b/packages/presets/package.json index d4f969fc62234..ffc387d570a9e 100644 --- a/packages/presets/package.json +++ b/packages/presets/package.json @@ -1,6 +1,6 @@ { "name": "@blocksuite/presets", - "version": "0.18.3", + "version": "0.18.4", "description": "Prebuilt BlockSuite editors and opt-in additional UI components.", "type": "module", "repository": {