Codejar Versions Save

An embeddable code editor for the browser 🍯

4.2.0

9 months ago
  • Respect defaultPrevented in handlePaste (89940be)

4.1.2

9 months ago
  • Place cursor before uneditable element (cfbd05c)

4.1.1

9 months ago
  • Add typesVersions (aa824b1)

4.1.0

9 months ago
  • Add onPaste event (90b0b86)
  • Fix pos restore for cut event (f730c38)

4.0.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/antonmedv/codejar/compare/3.7.0...4.0.0

3.7.0

1 year ago
  • 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)

3.6.0

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

3.5.0

2 years ago
  • 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)

3.4.0

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

3.3.0

3 years ago
  • Add new options and export more functions (c465138)
  • Optimized closing characters. (#41) (a599705)