Skip to content

Version v0.1.72

This release improves the text highlighting functionality by introducing a dedicated plugin to better manage highlight features and fixes a regression that broke the highlight and reply workflow.

New Features

  • Created a HighlightFeature plugin to encapsulate and manage text highlighting functionality (953006) (Eric Ma)

Bug Fixes

  • Fixed a regression where the highlight and reply workflow was broken due to a missing function error by moving highlightSourceTextInParent into the new plugin and properly registering event handlers (953006) (Eric Ma)

Deprecations

  • None