v0.8.2
SyntaxEditorUI v0.8.2
Bug Fixes
- Improve Objective-C highlighting for property declarations,
selfmember chains, enum typedefs, wrapped expressions, comments, casts, uppercase names, and incremental overlay cleanup. - Improve CSS highlighting for modern at-rules, container queries, pseudo selectors/functions, keyframes, signed dimensions, nested conditional selectors, embedded HTML style blocks, and stale overlay cleanup.
- Preserve Swift rendered semantic tokens in the editor spec tooling.
Improvements
- Align UIKit/AppKit editor owners with native Observation rendering:
SyntaxEditorDocumentandSyntaxEditorConfigurationare the sources of truth, while native views/controllers render observed state directly. - Update ObservationBridge to
0.10.0.
Compatibility
SyntaxEditorViewControllerand macOSSyntaxEditorViewno longer conform toObservable. ObserveSyntaxEditorDocumentandSyntaxEditorConfigurationdirectly for semantic state.
Full Changelog: v0.8.1...v0.8.2