Changelog¶
Full release history is maintained in CHANGELOG.md in the repository root.
For release artifacts and APK downloads, see the GitHub Releases page.
Recent highlights¶
0.25.0 - Editor callbacks and Dokka retheme¶
- Added
onErrorcallback toSyntaxHighlightedTextEditorandrememberSyntaxHighlightedEditorValuefor failure observability - Fixed span color loss on multi-line strings and block comments during mid-text edits
- Added
SyntaxHighlightedTextEditorDefaultsobject with pre-allocated singletons to reduce GC pressure while typing - Dokka API site rethemed to match the main docs site with shared light/dark palette state
- Upgraded Zensical to 0.0.43 with improved link validation
0.24.1 - Live editor state management fixes¶
- Fixed span color loss in
SyntaxHighlightedTextEditorduring mid-text edits via prefix/suffix analysis - Added
onHighlightCompletecallback toSyntaxHighlightedTextEditorfor deterministic testing - New public helper
rememberSyntaxHighlightedEditorValue()for custom editor layouts with syntax highlighting - Eliminated stale
LaunchedEffectfor span clearing; stale detection now happens in-composition
0.24.0 - Live code editor support¶
- New
SyntaxHighlightedTextEditorcomposable with live syntax highlighting as you type - 150 ms keystroke debounce with cursor and selection always preserved
- New Live Editor demo tab in sample app showcasing 6 languages
- Marked
@ExperimentalHighlightApifor gradual API stabilization
0.23.0 - Screenshot regression testing¶
- 13 Roborazzi screenshot goldens covering themes, layout variants, languages, and error states
- HTML token fixtures from bundled
highlight.min.jsfor testing visual stability HighlightEngine.webViewForTest()for cleaner test integration- Replaced regex CSS parser with recursive-descent implementation for robustness
0.22.1 - Resource leaks and performance¶
- Fixed InputStream leak in
ThemeParserCSS loading - Reset horizontal scroll on code change to prevent stale scroll state
- Stabilized lambda instances for copy button and language label slots