Skip to content

Releases: julianpoemp/ngx-codejar

fixed code not changed on firefox

09 Apr 15:51
84d2ba7
Compare
Choose a tag to compare

7.0.3 (2024-04-09)

Bug Fixes

  • ngx-codejar: can't change code on firefox (96996c7)

linebreaks completely fixed

09 Mar 12:45
bfb63d4
Compare
Choose a tag to compare

7.0.2 (2024-03-09)

Bug Fixes

  • ngx-codejar: newlines not working ref #3 (5a6e111)

Thanks to

PLEASE update to 6.1.4 (if you are using Angular 15 or 7.0.2 for Angular >= 16 asap

fixed linebreaks removed on Chrome

08 Mar 19:50
e782949
Compare
Choose a tag to compare

6.1.3 (2024-03-08)

Bug Fixes

  • ngx-codejar: removed linebreaks/tabs after enter key pressed ref #3 (41c2576)

Please update your CodeJar dependency to ^v4.2.0.

Firefox: fix readonly

24 Feb 17:32
3d47d7c
Compare
Choose a tag to compare

6.1.2 (2024-02-24)

Bug Fixes

  • ngx-codejar: turning off readonly not working on FIrefox (d47c716)

fixed "style of undefined" issue

12 Dec 11:05
220f9d4
Compare
Choose a tag to compare

6.1.1 (2023-12-12)

Bug Fixes

  • ngx-codejar: cannot set style of undefined (f8facb7)

new property: readonly

21 Nov 09:11
c9304b0
Compare
Choose a tag to compare

6.1.0 (2023-11-21)

Features

  • ngx-codejar: readonly property (d908e52)

CodeJar 4 and linenumbers fix

31 Jul 09:33
4bc964e
Compare
Choose a tag to compare

6.0.0 (2023-07-31)

Bug Fixes

  • ngx-codejar: line numbers not working with CodeJar >= 4 (aef65c3), closes #2

BREAKING CHANGES

  • Linenumbers feature was dropped in main CodeJar repository since v4. You have to install package codejar-linenumbers instead. ! changed installation instructions !
  • minimum CodeJar version is 4 about now.

standalone & options

07 Jul 08:06
365a355
Compare
Choose a tag to compare

5.2.0 (2023-07-07)

Features

  • ngx-codejar: add all API functions provided by CodeJar (3a5b29f)
  • ngx-codejar: add options provided by CodeJar (03379ac)
  • ngx-codejar: introducing standalone component (e82f9fd)

BREAKING CHANGES

  • ngx-codejar: NgxCodeJarComponent is now a standalone component. Have
    a look on the README for more information

Support for height and flexbox on ngx-codejar HTML code

27 Jun 09:22
d35790f
Compare
Choose a tag to compare

5.1.6 (2023-06-26)

Features

  • editor: support for setting height and flex to ngx-codejar (8653204)

documentation related changes

12 May 09:33
Compare
Choose a tag to compare

5.1.5 (2023-05-12)

  • README and github page updates.

! NOTICE: If exists, remove julianpoemp/codejar-fixed-redo-undo and use >= [email protected] . The undo/redo issue is
now fixed in the official package.