Skip to content

v0.8.2

Choose a tag to compare

@lynnswap lynnswap released this 27 May 03:44
· 222 commits to main since this release
982b31e

SyntaxEditorUI v0.8.2

Bug Fixes

  • Improve Objective-C highlighting for property declarations, self member 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: SyntaxEditorDocument and SyntaxEditorConfiguration are the sources of truth, while native views/controllers render observed state directly.
  • Update ObservationBridge to 0.10.0.

Compatibility

  • SyntaxEditorViewController and macOS SyntaxEditorView no longer conform to Observable. Observe SyntaxEditorDocument and SyntaxEditorConfiguration directly for semantic state.

Full Changelog: v0.8.1...v0.8.2