codejar

An embeddable code editor for the browser 🍯

MIT License

Downloads
40K
Stars
1.8K
Committers
23

Bot releases are hidden (Show)

codejar - Release 4.2.0 Latest Release

Published by antonmedv about 1 year ago

  • Respect defaultPrevented in handlePaste (89940be)
codejar - Release 4.1.2

Published by antonmedv about 1 year ago

  • Place cursor before uneditable element (cfbd05c)
codejar - Release 4.1.1

Published by antonmedv about 1 year ago

  • Add typesVersions (aa824b1)
codejar - Release 4.1.0

Published by antonmedv about 1 year ago

  • Add onPaste event (90b0b86)
  • Fix pos restore for cut event (f730c38)
codejar - 4.0.0

Published by antonmedv about 1 year ago

What's Changed

New Contributors

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

codejar - Release 3.7.0

Published by antonmedv over 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)
codejar - Release 3.6.0

Published by antonmedv over 2 years ago

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

Published by antonmedv over 3 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)
codejar - Release 3.4.0

Published by antonmedv over 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)
codejar - Release 3.3.0

Published by antonmedv over 3 years ago

  • Add new options and export more functions (c465138)
  • Optimized closing characters. (#41) (a599705)
codejar - Release 3.2.3

Published by antonmedv almost 4 years ago

  • Fix paste over selection (84aaec0)
  • fixed paste over selection issue (#39) (ed03d0f)
  • Changed event.code to event.key (d88a7a2)
codejar - Release 3.2.2

Published by antonmedv about 4 years ago

  • Add release hook to build after bump (1722d6c)
codejar - Release 3.2.1

Published by antonmedv about 4 years ago

  • Add release automation (3cfb9f1)
  • Release 3.2.0 (d09c955)
  • Fix typo (f0d687a)
  • Using an event listener instead of onscroll. (f10933b)
  • Fix: Scroll line numbers with editor. (6a45030)
  • Add addClosing option (0155b20)
  • Add spellcheck option to dis/enable spellchecking (b410124)
  • (docs): fixed small error (321725c)
  • release 3.1.0 (8fa36d1)
  • remove handling of jumping to beginning of line (6281405)
  • allow to customize auto-indent (77866d3)
  • feat(codejar): customizable indent rule (ea35086)
  • fix line gutter background color (ee57335)
  • remove unnecessary default (72af82f)
  • Fix type compatibility error (fb6b283)
  • add line-numbers color option (3138a9d)
  • Make space next to jar emoji (6f3bbf6)
  • release v3.0.0 (44a6e3e)
  • remove new keyword (b4f1901)
  • remove new keyword (7111766)
  • reduce minify size (df33039)
  • Update README.md (4cf44dd)
  • @medv/codejar → codejar (4131972)
  • release v1.0.9 (bf380ec)
  • release v1.0.8 with bunch of improvements (515f96a)
  • add check for defaultPrevented event (902a4fb)
  • remove popup example (b4d6485)
  • add cursor.ts (a7e8b19)
  • release v1.0.7 (246154c)
  • add linenumbers class name (ab14d21)
  • Update codejar.ts (62138e4)
  • fix input textContent problem with IME (04a0c2d)
  • release v1.0.6 (89df646)
  • fix toString bug (ff5ca0f)
  • Update README.md (a8171d7)
  • release v1.0.5 (d26e135)
  • release v1.0.4 (dcf2198)
  • refactoring (a1a98a0)
  • code style (8b03cdf)
  • Reworked selection algorithm to consider direction (9f1a874)
  • release v1.0.3 (4fc384c)
  • fix highlight func signature (ee2cf74)
  • update README.md (432c1fb)
  • change desc (4729e5d)
  • release v1.0.2 (622b303)
  • improve tabbig (51697c0)
  • fix detecting undo/redo (a0f316e)
  • add linenumbers.ts (8d0a522)
  • release v1.0.1 (04ef26c)
  • reimplement history (3e0c9b0)
  • add index.html (3f287e1)
  • Update codejar.ts (023b0ec)
  • merge dev (580cb44)
  • Create LICENSE (faf0da7)
  • first commit (9592bc0)