Skip to content

Releases: philenius/ngx-annotate-text

v14.1.1

09 Mar 12:12
16537d3
Compare
Choose a tag to compare

Bumps http-cache-semantics from 4.1.0 to 4.1.1

v14.1.0

04 Feb 16:07
f18a605
Compare
Choose a tag to compare
  • Adds the output clickAnnotation to the ngx-annotate-text component which emits the selected annotation when the user clicks on an annotation as requested in #10.
  • Adds the output removeAnnotation to the ngx-annotate-text component which emits the selected annotation when the user removes an annotation by clicking the annotation's X button in the upper right corner.

v14.0.0

29 Jan 22:09
c7acbd7
Compare
Choose a tag to compare

Upgrade to Angular 14.2.12

v13.0.0

26 Apr 21:14
de9f4e7
Compare
Choose a tag to compare

Upgrade to Angular 13.3.0

v12.0.0

26 Apr 21:14
7a4c901
Compare
Choose a tag to compare

Upgrade to Angular 12.2.0

v11.0.0: Merge pull request #5 from philenius/develop

26 Apr 21:14
fdc2581
Compare
Choose a tag to compare
  • Upgrade to Angular 11.2.14
  • Replace TSLint by ESLint
  • Fix linting errors and errors due to strict null checks
  • Add new method isOverlappingWithExistingAnnotations() to check whether the current text selection overlaps with the existing annotations.

v10.0.0

26 Apr 21:13
Compare
Choose a tag to compare

Change versioning of this NPM package to align it with Angular versions (Angular 10.1.6)

v0.1.4

26 Apr 21:13
4161f7f
Compare
Choose a tag to compare
  • Replace import of BrowserModule by CommonModule to fix issue #2:

    BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.

  • Refactor code for tokenization and improve code coverage