Releases: julianpoemp/ngx-codejar
Releases · julianpoemp/ngx-codejar
fixed code not changed on firefox
linebreaks completely fixed
7.0.2 (2024-03-09)
Bug Fixes
Thanks to
- @jackmparker for reporting important issue #3
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
Firefox: fix readonly
fixed "style of undefined" issue
new property: readonly
CodeJar 4 and linenumbers fix
6.0.0 (2023-07-31)
Bug Fixes
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
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
documentation related changes
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.