Skip to content

2.6.5

Choose a tag to compare

@WebCoder49 WebCoder49 released this 16 Aug 23:36
· 87 commits to main since this release

Small Enhancements

  • The visible instructions when using keyboard navigation with the indent plugin now display more cleanly and with the same horizontal padding as the code-input element.
  • Usage of relative paths to ECMAScript modules is now documented better.
  • --padding-left, --padding-right, --padding-top and --padding-bottom CSS variables can now be used on code-input elements as well as --padding (read the docs).
  • When a code-input element is registered and the fallback textarea is already being edited, it will retain focus and caret/scroll position for a seamless experience during slow loading.

Bug Fixes

  • Functions in the textarea interface work on code-input elements even when the elements are not registered, and eliminating a bug - #179
  • Padding is no longer duplicated in unregistered code-input elements with fallback textareas - #181
  • More elements in the code-input (keyboard navigation instructions, plugin dialogs) now keep consistent appearance, no matter the global CSS box-sizing.

As always, contributions are the fuel of this project, and bug reports, suggestions, documentation contributions and code contributions of any size are more than welcome! Just see the CONTRIBUTING.md file or email [email protected]! 🎉