Releases: toeverything/AFFiNE
Releases · toeverything/AFFiNE
0.20.0-canary.1
v0.20.0-canary.1
0.19.5
🐞 Bug Fixes
- editor: Blur in edgeless content zooming - by @doodlewind in #9496 (bbe88)
- server: Fail to load custom config - by @forehalo in #9485 (28f0d)
View changes on GitHub
0.19.4
0.19.3
🐞 Bug Fixes
- core:
- editor:
- Missing dependencies - by @Saul-Mirone in #9436 (a9f89)
- Caret can be null in firefox - by @Saul-Mirone in #9438 (ade31)
- Touch event browser copability - by @Saul-Mirone in #9437 (8d269)
- electron:
🏎 Performance
- editor: Reduce per frame viewport dom ops - by @doodlewind in #9431 (d4053)
View changes on GitHub
0.19.3-canary.1
What's Changed
- chore(editor): use colors from default theme instead by @fundon in #9425
- fix(core): should sync name after renaming in pdf embed view by @fundon in #9398
- ci: speedup Windows CI by @Brooooooklyn in #9426
- chore: bump up oxlint version to v0.15.4 by @renovate in #9161
- perf(editor): reduce per frame viewport dom ops by @doodlewind in #9431
- refactor(editor): extract surface ref block by @Saul-Mirone in #9433
- refactor(editor): extract database block by @Saul-Mirone in #9435
- fix(editor): missing dependencies by @Saul-Mirone in #9436
- fix(editor): caret can be null in firefox by @Saul-Mirone in #9438
- fix(editor): touch event browser copability by @Saul-Mirone in #9437
- refactor(editor): simplify tsconfig by @Saul-Mirone in #9439
- fix(core): split view solo view crash by @pengx17 in #9432
- refactor(editor): render presentation toolbar on demand by @doodlewind in #9442
- fix(electron): page history api fetch issue by @pengx17 in #9440
Full Changelog: v0.19.2...v0.19.3-canary.1
0.19.3-beta.1
What's Changed
- chore(editor): use colors from default theme instead by @fundon in #9425
- fix(core): should sync name after renaming in pdf embed view by @fundon in #9398
- ci: speedup Windows CI by @Brooooooklyn in #9426
- chore: bump up oxlint version to v0.15.4 by @renovate in #9161
- perf(editor): reduce per frame viewport dom ops by @doodlewind in #9431
- refactor(editor): extract surface ref block by @Saul-Mirone in #9433
- refactor(editor): extract database block by @Saul-Mirone in #9435
- fix(editor): missing dependencies by @Saul-Mirone in #9436
- fix(editor): caret can be null in firefox by @Saul-Mirone in #9438
- fix(editor): touch event browser copability by @Saul-Mirone in #9437
- refactor(editor): simplify tsconfig by @Saul-Mirone in #9439
- fix(core): split view solo view crash by @pengx17 in #9432
- refactor(editor): render presentation toolbar on demand by @doodlewind in #9442
- fix(electron): page history api fetch issue by @pengx17 in #9440
Full Changelog: v0.19.2...v0.19.3-beta.1
0.19.2
🐞 Bug Fixes
- core:
- editor:
- server:
- Avoid get object content when syncing - by @forehalo in #9402 (378db)
- Cluster metrics duplicate - by @darkskygit in #9416 (e6302)
- Same identify across pods - by @darkskygit in #9428 (47ba0)
View changes on GitHub
0.19.1
🐞 Bug Fixes
- component:
- core:
- editor:
- Throttle render linked doc card when blockUpdated - by @donteatfriedrice in #9361 (835e7)
- Move insert link command to bookmark to remove ts ignore - by @Saul-Mirone in #9370 (1fbb4)
- Dnd lag - by @Saul-Mirone in #9378 (5c405)
- server:
View changes on GitHub
0.19.0
🚀 Features
- core:
- At menu journal entries - by @pengx17 in #8877 and #8935 (83c58)
- Support copy as image in electron app - by @akumatus in #8939 (c95e6)
- Add markdown preview for backlinks - by @EYHN in #8883 (cee5d)
- Desktop multiple server support - by @EYHN in #8979 (89638)
- Support creating cloud workspaces to different servers - by @JimmFly in #9006 (1fa1a)
- At menu ux - by @pengx17 in #9045 (b378a)
- After the user clicks ask ai, the input pops up directly - by @akumatus in #9039 (6b14e)
- Dnd support external types - by @pengx17 in #9033 (fafac)
- Add draghandle to doc page title - by @pengx17 in #9079 (4335b)
- Remember backlink open/close state - by @pengx17 in #9073 (ec140)
- Impl team workspace - by @JimmFly in #8920 (61231)
- Add workspace billing - by @JimmFly in #9043 (0a7a2)
- Add workspace quota panel for team workspace - by @JimmFly in #9085 (216e0)
- Allow bs snapshot dragging targets - by @pengx17 in #9093 (dc7d1)
- Add journal search results to bs doc search - by @pengx17 in #9052 (30d67)
- Improve invite link - by @JimmFly in #9111 (dd39d)
- Support ai insert image, mindmap, slides and make it real in page mode - by @akumatus in #9164 (2f791)
- Add sync paused dialog - by @JimmFly in #9135 (95d1a)
- Lazy load doc card - by @EYHN in #9192 (83743)
- Impl doc display meta extension - by @fundon in #9165 (def4d)
- Add app version to request header - by @JimmFly in #9101 (a153a)
- Add plain text adapter for database block - by @donteatfriedrice in #9225 (02aeb)
- Export doc with adapter extension - by @donteatfriedrice in #9226 (54cb1)
- Open in app for self-hosted - by @pengx17 in #9231 (17c22)
- At menu loading state - by @pengx17 in #9284 (40b90)
- Pdf embed view component - by @fundon in #8671 (bb43e)
- Pdf viewer supports fit to page - by @fundon in #8812 (42ab5)
- Add pdf embed preview feature flag - by @fundon in #9307 (96fae)
- Disable the back gesture when the menu is open - by @zzj3720 in #9263 (45acd)
- View selfhosted shared docs in electron - by @EYHN in #9365 (89349)
- editor:
- electron:
- ios:
- ios,android:
- Setup uniffi infra - by @Brooooooklyn in #8828 (adc69)
- mobile:
- Doc property journal duplicated action - by @CatsJuice in #8820 (a6232)
- Sticky journal date-picker, auto fold when scroll - by @CatsJuice in #8885 (59948)
- Editor mode switch - by @CatsJuice in #8896 (922db)
- Disable swipe back gesture when there is no back in header - by @CatsJuice in #8876 (b369e)
- Mobile experimental feature setting - by @CatsJuice in #8922 (71ab7)
- Move journal date picker into page header - by @CatsJuice in #8968 (372db)
- Replace search with create in app tab - by @CatsJuice in #8934 (6a71b)
- Swipe to open menu for explorer - by @CatsJuice in #8953 (11b45)
- Show doc title on title bar when scroll down - by @CatsJuice in #8976 (9b4cd)
- A basic swipeable dialog for setting - by @CatsJuice in #8923 (47448)
- Add journal conflict block to the top of detail page - by @CatsJuice in #9042 (dd94f)
- Open doc info in explorer - by @CatsJuice in #9040 (c9e55)
- Show page back by url search - by @CatsJuice in #9100 (5dd2d)
- Use mobile fallback for index, open home when workspace changed - by @CatsJuice in #9106 (6f6f9)
- Use native select for mobile setting - by @CatsJuice in #9236 [(3a8d9)](https://github.com/toeverything/AFFiNE/com...
0.19.0-beta.2
What's Changed
- fix: drag mind map root node should layout in real time by @doouding in #9252
- chore(core): edit property meta events by @pengx17 in #9253
- fix: typo in reactive text by @Saul-Mirone in #9260
- chore: update commit scope enum by @L-Sun in #9262
- chore(editor): hide title of locked group by @L-Sun in #9261
- fix(core): toggle page mode when split view opened by @CatsJuice in #9221
- chore: adjust tsconfig for blocksuite by @Saul-Mirone in #9259
- fix(core): disable page header title from dragging when editing by @pengx17 in #9258
- refactor(editor): move file drop manager to components by @Saul-Mirone in #9264
- feat(editor): add tracking for the creation of linked-doc by @zzj3720 in #9266
- feat(core): open in app for self-hosted by @pengx17 in #9231
- feat(mobile): use native select for mobile setting by @CatsJuice in #9236
- fix(mobile): reset active-tab to home on ios/android when launched by @CatsJuice in #9245
- chore: base url for mobile debug by @doodlewind in #9268
- feat(mobile): auto show text keyboard subtoolbar when selecting text by @L-Sun in #9256
- fix(server): vague initial chat content in test by @darkskygit in #9267
- refactor(editor): extract common components by @Saul-Mirone in #9277
- refactor(editor): extract filterable list component by @Saul-Mirone in #9278
- fix(editor): limit max width when uploading or pasting image into edgeless by @donteatfriedrice in #9273
- fix: mini mindmap layout by @doouding in #9276
- chore: adjust i18n by @JimmFly in #9270
- fix(core): list style issue in selection mode by @forehalo in #9275
- chore: add monorepo tools by @forehalo in #9196
- feat(ios): add intelligents button by @EYHN in #9281
- refactor(editor): extract common components by @Saul-Mirone in #9282
- refactor(editor): extract ai item component by @Saul-Mirone in #9283
- chore(tools): disable hmr by default by @doodlewind in #9286
- fix(core): ai chat panel content will be inconsistent when switching to journals by @akumatus in #9288
- fix(core): chat input will be sent repeatedly in two documents with split view by @akumatus in #9289
- fix: can not drag collapsed heading by @Flrande in #9272
- refactor(editor): remove legacy dnd config by @Saul-Mirone in #9291
- refactor(editor): cleanup dead code by @Saul-Mirone in #9294
- fix(core): make all docs journal judgement reactive by @CatsJuice in #9290
- fix(mobile): workspace selector in app-fallback may crash by @CatsJuice in #9293
- chore(editor): ignore debug zip snapshots by @doodlewind in #9297
- refactor(editor): extensionalize html adapter by @Saul-Mirone in #9299
- refactor(ios): disable navigation gesture with js by @CatsJuice in #9287
- fix(tools): patch monorepo tools by @forehalo in #9285
- fix(editor): notion html adapter for embed link block by @donteatfriedrice in #9279
- refactor(editor): move menu context to components by @Saul-Mirone in #9302
- refactor(editor): cleanup dead code by @Saul-Mirone in #9300
- chore: bump up react-error-boundary version to v5 by @renovate in #9238
- fix: font of AI panel should not be affected by the font of Editor settings by @akumatus in #9305
- refactor(editor): extract bookmark block by @Saul-Mirone in #9304
- refactor(editor): extract attachment block by @Saul-Mirone in #9308
- refactor(editor): extract image block by @Saul-Mirone in #9309
- fix(server): data-migration script by @Brooooooklyn in #9306
- chore: Lock file maintenance by @renovate in #9166
- feat(core): at menu loading state by @pengx17 in #9284
- refactor(editor): extract note block by @Saul-Mirone in #9310
- fix(electron): electron crash on leave fullscreen by @pengx17 in #9314
- fix(editor): should remove drag preview after drop by @Saul-Mirone in #9313
- fix(editor): sentry-17da76f65b91465b911fad44279d971a by @doodlewind in #9315
- refactor(component): lit portal by @fundon in #9303
- refactor(editor): extensionalize notion html adapter by @donteatfriedrice in #9318
- fix: should bring children to new doc created by @Saul-Mirone in #9316
- fix(editor): re-init after yText change in inline editor by @Saul-Mirone in #9312
- refactor(editor): extract html adapter to shared by @Saul-Mirone in #9319
- refactor(editor): extract frame block by @Saul-Mirone in #9322
- chore(editor): remove typedoc json by @Saul-Mirone in #9324
- feat(core): pdf embed view component by @fundon in #8671
- feat(core): pdf viewer supports fit to page by @fundon in #8812
- feat(editor): remove flag control for database full-width by @zzj3720 in #9265
- feat: extract latex block by @Saul-Mirone in #9327
- chore: remove AIOnboardingGeneral by @JimmFly in #9326
- fix(editor): some blocks can not be collapsed by @Flrande in #9325
- fix(core): more space under page property list by @forehalo in #9269
- feat(core): add pdf embed preview feature flag by @fundon in #9307
- feat(core): disable the back gesture when the menu is open by @zzj3720 in #9263
- refactor(editor): extensionalize plain text adapter by @donteatfriedrice in #9330
- fix(editor): merge drag function and fix it by @Flrande in #9329
- fix(editor): use nullable inline editor root element by @doodlewind in #9320
- fix(core): disable re-rendering of pdf embed view by @fundon in #9334
- test: add mindmap collapse test by @doouding in #9336
- feat(editor): add edgeless crud extension by @Saul-Mirone in #9335
- fix(editor): block selection delete conflict with native selection by @Saul-Mirone in #9340
- fix(editor): sentry-624432d8f1e6420ca9c5023a051f4332 by @doodlewind in #9342
- chore: keep old selfhost compose file by @forehalo in #9280
- fix(editor): sentry-332848caa68e4679b403d56881e3c0e3 by @doodlewind in #9343
- fix(graphql): ios client gql compatibility by @darkskygit in #9337
- fix(editor): missing edgeless crud piece by @Saul-Mirone in #9347
- chore: standardize package references by @forehalo in #9346
- fix(editor): eslint useless escape by @doodlewind in #9345
- chore(electron): disable onboarding by @CatsJuice in #9332
- fix(editor): crud this error by @Saul-Mirone in #9350
- feat(server): distinguash workspace quota calc by @darkskygit in #9338
- fix(server): team quota await by @darkskygit in #9352
- chore(t...