Tags: diana14000/CodeMirror
Tags
Version 5.63.3 ### Bug fixes Re-publish 5.63.2 because npm somehow swallowed that, but won't let me publish it again.-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEErLY20j+/ljvJRHotcD8b7W0zrh4FAmFlhk0ACgkQcD8b7W0z rh6lWgf/WRGEk/c0cqPKXuKvFAMK1El2R/IC6lapruHsOYuF4FilKHy0hssu4W+D Fm15suBTDmxGhlP06dcjbJfmS28qBPVzA061guHg63dzFgbCS10+6pBbiRTMgzsG rDWAlMawlIfFrW4LIzt7HajaenybGiJKgKezvChTmrhLeLDkvmn442u1PGmuRa5C ZtAhL0yPYhbpuqK0wQXL3OuGhgQFHwp3xAiuPVLUJZ4VI2T9caNmckic7y5cJ4NT 8WXyDjwWTjboeEyYNyqm88uFqf0B0VO5B/vJnbcgfJbplCcQyn9kQDj1pb2jmuBp haki+zoTerm6nfBjyBpy6mv68Wcqzw== =mCdh -----END PGP SIGNATURE-----
Version 5.63.0 ### Bug fixes Fix scroll position jumping when scrolling a document with very different line heights. [xml mode](https://codemirror.net/mode/xml/): Look up HTML element behavior in a case-insensitive way. ### New features [vim bindings](https://codemirror.net/demo/vim.html): Support guu for case-changing.
Version 5.62.3 ### Bug fixes Give the editor a `translate=no` attribute to prevent automatic translation from modifying its content. Give vim-style cursors a width that matches the character after them. [merge addon](https://codemirror.net/doc/manual.html#addon_merge): Make buttons keyboard-accessible. [emacs bindings](https://codemirror.net/demo/emacs.html): Fix by-page scrolling keybindings, which were accidentally inverted.
Version 5.62.2 ### Bug fixes [lint addon](https://codemirror.net/doc/manual.html#addon_lint): Fix a regression that broke several addon options.
Version 5.62.1 ### Bug fixes [vim bindings](https://codemirror.net/demo/vim.html): Make matching of upper-case characters more Unicode-aware. [lint addon](https://codemirror.net/doc/manual.html#addon_lint): Prevent options passed to the addon itself from being given to the linter. [show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): Improve screen reader support. [search addon](https://codemirror.net/demo/search.html): Avoid using `innerHTML`.
Version 5.62.0 ### Bug fixes Improve support for vim-style cursors in a number of themes. ### New features [lint addon](https://codemirror.net/doc/manual.html#addon_lint): Add support for highlighting lines with errors or warnings.
Version 5.61.1 ### Bug fixes Fix a bug where changing the editor's document could confuse text-direction management. Fix a bug in horizontally scrolling the cursor into view. Optimize adding lots of marks in a single transaction. [simple mode addon](https://codemirror.net/demo/simplemode.html): Support regexps with a unicode flag. [javascript mode](https://codemirror.net/mode/javascript/index.html): Add support for TypeScript template string types, improve integration with JSX mode.
Version 5.61.0 ### Bug fixes Improve support for being in a shadow DOM in contenteditable mode. Prevent line number from being read by screen readers. [show-hint addon](https://codemirror.net/doc/manual.html#addon_show-hint): Fix a crash caused by a race condition. [javascript mode](https://codemirror.net/mode/javascript/): Improve scope tracking. ### New features The library now emits an `"updateGutter"` event when the gutter width changes. [emacs bindings](https://codemirror.net/demo/emacs.html): Provide named commands for all bindings.
PreviousNext