Recent Releases of https://github.com/asadm/codemirror-copilot
https://github.com/asadm/codemirror-copilot - v0.0.7
What's Changed
- Packaging improvements by @tmcw in https://github.com/asadm/codemirror-copilot/pull/15
Full Changelog: https://github.com/asadm/codemirror-copilot/compare/v0.0.6...v0.0.7
- JavaScript
Published by tmcw over 2 years ago
https://github.com/asadm/codemirror-copilot - Fix interaction with other plugins
The main component of this release is how codemirror-copilot interacts with other plugins: transactions created by other plugins had the potential to cause flickering of the suggestion. This PR aims to fix that issue.
- Merge pull request #12 from tmcw/other-plugin-interference 02d5420
- Don’t disappear if another plugin produces a transaction 1416093
- Merge pull request #10 from tmcw/symlink-readme 3469032
- Symlink readme, update package.json b63421d
https://github.com/asadm/codemirror-copilot/compare/v0.0.5...v0.0.6
- JavaScript
Published by tmcw over 2 years ago
https://github.com/asadm/codemirror-copilot - v0.0.5
- Make the behavior in which suggestions are accepted on click optional: #5 from tmcw/click-optional c10fc76
- Add documentation, make keybinding customizable fd463e7
- Fix a crash where codemirror.doc cannot be joined 5c46fa8
https://github.com/asadm/codemirror-copilot/compare/85b7ec1aab622578c642a42c7acf8a4561ffb100...v0.0.5
- JavaScript
Published by tmcw over 2 years ago