v6.8.3
[6.8.3] - 2025-11-24
A maintenance update. This update fix an error in componnet_iri update process to v6.8.0 when the data has iri and title as null or empty or HTML empty tag.
{
"iri": null,
"title": " "
}In this situation, the dataframe creation for the title can not return a valid section_id.
Important
If the v6.8.0 fails to update data, update your code to this version previously to ensure that this situation can be handle correctly.
Bug Fixes
- Fix
component_iriissue where empty labels are no checked correctly given anullvalue when the label containsspacesorHTMLtags (false empty).
Miscellaneous Tasks
- Add control to ensure we return proper type (
intornull) incomponent_iri::save_label_dataframe_from_string.