All release notes

v1.48.8

5 fixes

Enhance filtering logic for deleted items and scripture references in OrganizedContentList

  • Improved the filtering process to ensure that deleted items and their associated scripture references are removed from the list before sorting. This update ensures that the displayed content is accurate and up-to-date, enhancing the user experience.

Enhance filtering of scripture references in OrganizedContentList

  • Updated the filtering logic in OrganizedContentList to ensure that deleted scripture notes are removed from the scriptureReferences arrays before sorting. This improves the accuracy of the displayed content by only including valid references.

Improve filtering of deleted items and scripture references in OrganizedContentList

  • Enhanced the logic in OrganizedContentList to filter out deleted items and their associated scripture references before sorting the final list. This ensures that only valid items are processed and displayed, improving the accuracy of the content list.

Refresh content on scripture note deletion to ensure accurate references

  • Added logic to refresh content when a scripture note is deleted while on the 'all' filter. This ensures that CardNote components display the correct count of scripture notes included. Updated dependencies in the effect hook to include refreshContent for proper functionality.

Enhance scripture reference processing to handle varying attribute orders

  • Updated the processScriptureReferences function to support two patterns for extracting scripture pills, accommodating different attribute orders in the HTML. This ensures all scripture pills with valid noteIds are processed correctly, even if they were inserted without prior detection.