All release notes

v1.40.1

2 features, 1 improvement

Add Open Graph support for shared notes and threads

  • Implemented Open Graph meta tags in shared note and thread pages for better social media integration.
  • Constructed dynamic URLs and descriptions for Open Graph based on note and thread content.
  • Enhanced EmptyLayout to accommodate additional head elements for improved SEO and sharing capabilities.

Enhance mobile viewport handling for shared note and thread components

We've made an improvement: Enhance mobile viewport handling for shared note and thread components

  • Implemented fixed positioning for the CTA button at the bottom of the viewport on mobile devices.
  • Constrained content and card containers to fit within the viewport height, improving usability and responsiveness.
  • Adjusted padding and overflow properties for better layout and scrolling behavior on mobile screens.

Enhance CardFullEditable with shared note footer and scripture reference processing

  • Added a footer prop to CardFullEditable for customizable content.
  • Integrated SharedNoteCTAFooter for displaying shared note actions.
  • Implemented async processing of scripture references in the add-note API to create or connect notes based on content.
  • Adjusted max-height for mobile viewports in shared note components for improved usability.