CodeMirror v5.65.10 Release Notes

Release Date: 2022-11-20 // over 1 year ago
  • ๐Ÿ› Bug fixes

    sql-hint addon: Fix completion when the SQL mode is wrapped by some outer mode.

    ๐Ÿ“œ javascript mode: Fix parsing of property keywords before private property names.


Previous changes from v5.65.9

  • ๐Ÿ› Bug fixes

    โž• Add a workaround for a regression in Chrome 105 that could cause content below the editor to not receive mouse events.

    show-hint addon: Resize the tooltip if it doesn't fit the screen.

    swift mode: Fix tokenizing of block comments.

    ๐Ÿ‘ jinja2 mode: Support line statements.