All release notes

v1.51.1

1 feature, 1 fix

Update TiptapEditor paste handling to use async timeout

  • Changed the timeout function in TiptapEditor to be asynchronous, improving the handling of document checks after pasting content. This ensures that the editor processes pasted content more reliably.

Enhance InfiniteScrollList loading indicator and TiptapEditor scripture processing

  • Added a loading placeholder in InfiniteScrollList to improve user experience during data fetching.
  • Implemented immediate processing of scripture references in TiptapEditor when editing existing notes, allowing for real-time updates without needing to save first.
  • Updated API to accept contentOverride for scripture reference processing, enhancing flexibility in handling note content.