Skip to content

Releases: antonmedv/codejar

Release 4.3.0

14 Oct 09:06
206df1e

Choose a tag to compare

  • Fixed bug with contenteditable plaintext-only mode on Firefox versions >136 (#126) (4d19174)
  • Added support to extendes autoclose simbols (#122) (ab52adb)
  • Fixed cursor jumping to bottom when editor is nested inside a shadow root (#112) (245726c)
  • Added parameter to updateCode to optionaly prevent callback being called (#110) (2587dc3)
  • Added reference to codejar-linenumbers library (#108) (7568251)

Release 4.2.0

03 Aug 13:56
8e66e80

Choose a tag to compare

  • Respect defaultPrevented in handlePaste (89940be)

Release 4.1.2

02 Aug 00:24
2935f6a

Choose a tag to compare

  • Place cursor before uneditable element (cfbd05c)

Release 4.1.1

26 Jul 13:50
61a2b38

Choose a tag to compare

Release 4.1.0

26 Jul 13:43
8d16d7f

Choose a tag to compare

4.0.0

25 Jul 14:20
49745eb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.7.0...4.0.0

Release 3.7.0

27 Feb 21:38

Choose a tag to compare

  • Fixed for Ctrl+C in Firefox (#89)
  • Fixed undo/redo on other keyboard layouts (#91)
  • Fixed save selection state when the selection root is the editor (#82)

Release 3.6.0

03 Apr 20:31

Choose a tag to compare

  • Fixed incorrect positioning of the cursor when pasting with a right-to-left selection (#71)
  • Added moveToNewLine option (#76)

Release 3.5.0

26 Jun 11:24

Choose a tag to compare

  • use KeyboardEvent code instead of key for multi language support (#58) (59da1f9)
  • Remove resize vertical (a7817c6)
  • Add support for shadow dom and iframes (f623c73)
  • fix editing issues in Firefox (6ed8223)
  • Fix updateOptions (#59) (b037e29)

Release 3.4.0

02 Apr 21:39

Choose a tag to compare

  • Add wrapping of selected text on self closing char (d16edae)
  • Fix paste with \r chars (a85bcb1)
  • Add support for shadow dom and iframes (ebbd389)