,----.. ,--.
/ / \ ,--.'|
/ . : ,--,: : |
. / ;. \,`--.'`| ' :
. ; / ` ;| : : | |
; | ; \ ; |: | \ | :
| : | ; | '| : ' '; |
. | ' ' ' :' ' ;. ;
' ; \; / || | | \ |
\ \ ', / ' : | ; .'
; : / | | '`--'
\ \ .' ' : |
`---` ; |.'
'---' Overview
This release focused on frontend stability, legacy cleanup, and search capability. We also completed a maintenance pass across build tooling and dependencies.
Highlights
Frontend stability and cleanup:
- Refactored high-traffic page behaviours into dedicated client-side modules instead of large inline scripts.
- Removed legacy script plumbing that was no longer needed.
- Removed legacy components.
Template and UX improvements:
- Stabilised homepage loop/scroll behaviour and improved custom scrollbar handling.
- Improved page caching for better performance, and more stable loading.
Search and content indexing:
- Implemented search indexing for case studies and landing pages.
- Added stricter handling so non-public content is excluded from indexing.
- Added production sync support for search index updates after builds.
Operations and maintenance:
- Improved commit/quality checks to reduce false-positive failures.
- Updated CI action versions and supporting workflow config.
- Applied dependency updates across app and tooling.