* fix: unable to copy table from Apple Notes
* fix: disable pasting a table into another table
* fix: ignore the delete shortcut if the next node is a simple table node
* test: speed up copypasta tests
* chore: strip away markdown syntax if message is image only
* chore: paste image urls with no file extension
* test: add integration test
* test: group tests
* chore: apply code suggestions to 3 files
* chore: bump version 0.8.2
* feat: turn -> into to → in document
* Revert "chore: bump version 0.8.2"
This reverts commit 45efd4d7d7bd8436ee831c5af66dbed0a2bd7f77.
* test: add shortcut tests
* chore: only enable document integrity check when enableDocumentInternalLog is on
* feat: copy divider and table from ChatGPT
* test: add copy from ChatGPT test
* feat: support copying link from keyboard clipboard
* feat: support pasting table from Notion
* test: add google docs / googles sheets table test
* fix: google docs test
* fix: paste table from notion test
* fix: improve the document diff function to prevent partial ordering issues
* fix: improve the document diff function to prevent partial ordering issues
* fix: nested block padding issues
* fix: improve the document diff function to prevent partial ordering issues
* chore: update editor version
* test: add no diff test and update text diff test
* test: delete and insert text diff with different id
* test: insert single text / delete single text tests
* test: multiple delete and update diff
* test: multiple insert and update diff
* chore: revert cargo changes
* chore: remove unused code
* chore: optimize the code logic
* fix: launch review
* chore: scroll to end upon sending new message
* chore: bump editor version
* chore: scroll to bottom after adding message
* chore: code reorg
* chore: bump editor version
* chore: bump editor ver
* chore: bump editor
* chore: bump editor
* fix: file block node insertion
* fix: do the same thing on image
* chore: update icons and translations
* feat: support resizing column width of table on mobile
* feat: support highlighting border when resizing
* test: support resizing column width of table on mobile
* feat: custom share url, publish url and copy link to share
* chore: update translation
* feat: support base share domain
* feat: customize web url in login page
* feat: support customizing web url on mobile
* test: change web url test
* fix: cloud integration test
* fix: integration test
* fix: integration test
* fix: can't make changes on row or column of table
* fix: fallback to en-US if the locale is invalid
* chore: remove unused code
* fix: simple table issues
* chore: expand current space in select sources or when saving to a page
* chore: hide non-document views while saving to page
* chore: add buttons when saving to page
* chore: adjust icon color
* chore: adjust translations
* chore: code cleanup
* fix: error displaying in Page style
* fix: error displaying in Favorite/Recent page
* fix: complete the filter logic of icon picker
* fix: the color picker showed when tapping down
* fix: icons are not supported in subpage blocks
* chore: add some tests
* fix: recent icons not working for grid header icon
* fix: header row/column tap areas are too small on mobile
* test: header row/column tap areas are too small on mobile
* feat: enable auto scroll after inserting column or row
* fix: enter after emoji will create a softbreak on mobile
* fix: header row/column tap areas are too small on mobile
* fix: simple table alignment not work for item that wraps
* test: simple table alignment not work for item that wraps
* remove unecessary images from localstorage
* feat: Add handler for deleting previous cover image on cover image change
* fix: add local image case for versions after 0.5.5
* fix: add try catch block and delete action to bottom of function
* chore: add test case for uploading and deleting image in localmode
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
* feat: support auto-dismiss collapsed handle on Android
* fix: hit test area of collasepd handle is too big
* chore: upgrade appflowy_editor
* fix: simple table issues on mobile
* feat: highlight cell after insertion
* test: text color and cell background color test
* fix: sign_in_page_settings_test