All release notes

v1.61.8

1 feature, 1 fix, 6 improvements

Enhance ThreadCombobox component with improved z-index and touch handling

We've made an improvement: Enhance ThreadCombobox component with improved z-index and touch handling

  • Updated z-index values for the accent bar and color picker button to ensure proper layering above other content.
  • Improved touch handling for the color picker button to prevent event propagation and enhance user interaction.
  • Adjusted comments for clarity regarding layout and accessibility improvements.

Update color picker layout and improve accessibility in ThreadCombobox component

We've made an improvement: Update color picker layout and improve accessibility in ThreadCombobox component

  • Refactored the color picker button to be a full bar for better usability and alignment with thread rows.
  • Enhanced button styling for improved touch interaction and accessibility.
  • Adjusted layout to ensure consistent spacing and alignment within the component.

Refine layout and improve accessibility in ThreadCombobox component

We've made an improvement: Refine layout and improve accessibility in ThreadCombobox component

  • Adjusted CSS classes for better layout consistency, including removal of unnecessary minimum widths and enhancements to button styling.
  • Improved accessibility by ensuring color picker icon aligns correctly and is visually distinct.

Enhance layout and styling in ThreadCombobox component

We've made an improvement: Enhance layout and styling in ThreadCombobox component

  • Updated CSS classes to improve layout consistency, including adjustments to minimum widths for various elements.
  • Ensured better responsiveness and visual alignment within the component.

Adjust gradient overlay heights in ThreadCombobox component

We've made an improvement: Adjust gradient overlay heights in ThreadCombobox component

  • Reduced the height of the gradient overlays at the top and bottom from 6 to 3 to prevent them from covering content when overflowing.
  • Updated the minimum width of the color dropdown button for better layout consistency.

Adjust base styling for ScripturePill component

We've made an improvement: Adjust base styling for ScripturePill component

  • Removed min-height to allow pill height to match surrounding text line-height, improving visual consistency.
  • Updated padding for better spacing and alignment within the pill.

Improve mobile scripture reference detection in TiptapEditor

  • Updated mobile scripture reference detection to trigger after a space or newline, enhancing user experience during typing.
  • Reduced debounce delay from 500ms to 50ms for quicker response.
  • Added checks to ensure detection only occurs when the cursor is positioned correctly, preventing premature triggers.

Enhance scripture reference detection and cursor handling in TiptapEditor

  • Implemented mobile scripture reference detection with debounce to improve user experience during typing.
  • Updated cursor positioning logic to ensure visibility above the toolbar/footer when content changes.
  • Added a safety net in ScripturePill to prevent marks from sticking to newly typed text.
  • Modified API note update process to return scripture results and processed content, enhancing functionality.