4.2.9 ​
Improvements: ​
- Tweak styling of highlighted rows in result tables.
- Minor improvements to the dependency tree widget;
- show dependency tree component for parallel corpora too
- add withspans=true for any corpus with relations
Fixes: ​
- Fix result tables sometimes randomly highlight rows
- Fix annotation sensitivity values. #607
- Fix missing Fields names when viewing document metadata in the
/docspage when those fields didn't have a displayName set in BlackLab - Fix regression: Sorting on a value that isn't in the default table columns will once again show the value as an extra column while the sort is active.
Misc: ​
- Disable maximums in BlackLab when running dev docker container
- Bump vitepress and build dependencies for docs site
- Decrease cache TTL for static files, shouldn't be noticable except that there are less issues with stale files when updating corpora.
Docs: ​
- Docs: guide users to custom.js information.
- Docs: Fix span filter js example.