v1.12.1
skeletonlabs/skeletonv1.12.1Aug 20, 2024by adbar
AI Summary
This update focuses on code maintenance, type safety, and bugfixes. It restricts spider search to URL paths, adds type hints to the crawler, and fixes critical errors related to element deletion and memory usage.
Key Highlights
- Spider search restricted to URL paths
- Type safety for crawler functions
- Fix for AttributeError in element deletion
- Fix for MemoryError in table headers
Breaking Changes
- Breaking change for undocumented crawler functions
New Features
- Restricted spider search logic
- Crawler type definitions
- CLI code review and type safety
- Element deletion bugfix
- Table header memory error fix
Full Release Notes
Navigation: - spider: restrict search to sections containing URL path (#673) - crawler: add parameter class and types, **breaking change** for undocumented functions (#675) - maintenance: simplify link discovery and extend tests (#674) - CLI: review code, add types and tests (#677) Bugfixes: - fix `AttributeError` in element deletion (#668) - fix `MemoryError` in table header columns (#665) Docs: - docs: fix variable name for extract_metadata in quickstart by @jpigla in #678