You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix XML/HTML search highlighting and content preservation
- Replace external Prism theme dependencies with local files
- Add auto-scroll to top on search input changes
- Update Prism light theme for better readability
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,24 @@ All notable changes to **takeCode** will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.0.6] - 2025-09-20
9
+
10
+
### Fixed
11
+
-**XML/HTML Search Highlighting**: Fixed search highlighting for XML/HTML snippets that was causing content loss by preserving `<mark>` tags during HTML entity encoding
12
+
-**Prism Theme Loading**: Replaced external CDN dependencies for Prism themes with local files for better reliability and performance
13
+
14
+
### Added
15
+
-**Search Auto-Scroll**: Automatically scroll snippet list to top when search input changes for better user experience
16
+
-**Local Prism Themes**: Downloaded and integrated Prism.js theme files locally (light and dark themes)
0 commit comments