Skip to content

Latest commit

 

History

History
152 lines (75 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

152 lines (75 loc) · 5.51 KB

7.0.3 (2024-04-09)

Bug Fixes

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

7.0.1 (2024-03-09)

Bug Fixes

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

Thanks to

  • @jackmparker for reporting important issue #3

7.0.0 (2024-03-09)

chore

  • ngx-codejar: bump v7.0.0 (975bf0e)

BREAKING CHANGES

  • ngx-codejar: Angular requirements is now >= 16

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.

6.1.2 (2024-02-24)

Bug Fixes

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

6.1.1 (2023-12-12)

Bug Fixes

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

6.1.0 (2023-11-21)

Features

  • ngx-codejar: readonly property (d908e52)

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.

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

5.1.6 (2023-06-26)

Features

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

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.

5.1.4 (2023-02-28)

Bug Fixes

  • npm: codejar fixes redo/undo issue since 3.7.0 (a8bc8cc)

5.1.3 (2023-02-12)

Bug Fixes

  • ngx-codejar: redo/undo not working ref #1 (c3df763)

5.1.2 (2022-07-16)

codejar: fixed losing selection in editor on data binding

5.1.1 (2022-07-16)

Bugfixes

  • codejar: fixed issue with data binding not working

5.1.0 (2022-07-16)

Enhancements

  • codejar: fixed issue with selection on some browsers

5.0.1 (2022-07-16)

5.0.0 (2022-06-10)

Enhancements

  • codejar: updated codejar to 3.6.0
  • angular: updated angular to 14.0.1

1.0.2 (2021-06-12)

Features

  • ngx-codejar: added support for line numbers (c4311c2)