From 06f125d7e633dc2fe31d814346029b740f45a2ab Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 26 Feb 2026 10:46:00 +0000 Subject: [PATCH] 0.57.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 307c0489..fe55c305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v0.57.2 (2026-02-26) + +### Bug Fixes + +- **ui**: Prevent search input from clearing on each keystroke and add dedicated /search page + ([`09a6337`](https://github.com/christianlouis/DocuElevate/commit/09a6337c6f6957f49a0b72be50d660f6119a81e3)) + +- **ui**: Sanitize Meilisearch HTML output, use event delegation, improve error messages + ([`483a5b7`](https://github.com/christianlouis/DocuElevate/commit/483a5b71a1303acec165b971105e4a76dfbcfdfa)) + +### Documentation + +- **search**: Update UserGuide with search page documentation and fix import order + ([`e9dd3ef`](https://github.com/christianlouis/DocuElevate/commit/e9dd3ef1c283dd9d8c626b285313f0cece5909e2)) + + ## v0.57.1 (2026-02-26) ### Bug Fixes