Releases: philenius/ngx-annotate-text
Releases · philenius/ngx-annotate-text
v14.1.1
v14.1.0
- Adds the output
clickAnnotation
to thengx-annotate-text
component which emits the selected annotation when the user clicks on an annotation as requested in #10. - Adds the output
removeAnnotation
to thengx-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
v13.0.0
v12.0.0
v11.0.0: Merge pull request #5 from philenius/develop
- 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.