Skip to content

Version 0.1.8

This version introduces the ability to upload and import PDF files with text extraction, along with improvements to touch interactions on nodes. It also includes new tests and documentation to support these features.

New Features

  • Added PDF upload and text extraction support with a 25MB size limit, allowing import via URL, paperclip upload, and drag & drop. Introduced a new PDF node type with distinct styling and a warning banner. (af9ff7) (Eric Ma)
  • Added Python tests for PDF-related models and JavaScript tests for PDF URL detection. (af9ff7) (Eric Ma)
  • Added documentation explaining how to import PDFs. (af9ff7) (Eric Ma)

Bug Fixes

  • Fixed pinch-to-zoom not working when zooming out over nodes. (af9ff7) (Eric Ma)
  • Fixed two-finger scroll on nodes causing unintended canvas panning. (af9ff7) (Eric Ma)
  • Prevented scroll chaining by adding overscroll-behavior containment. (af9ff7) (Eric Ma)

Deprecations

  • None