Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 03:42
· 200 commits to main since this release
bb183f8

Minor Changes

  • #3868 by @zbeyens
    • api.aiChat.replaceSelection() – new option format: 'none' | 'single' | 'all'
      • 'single' (default):
        • Single block: Applies block's formatting to inserted content
        • Multiple blocks: Preserves source formatting
      • 'all': Forces first block's formatting on all inserted blocks
      • 'none': Preserves source formatting completely