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.