Releases: DigiExam/ng-annotate-text
Releases · DigiExam/ng-annotate-text
Version 2.5.1
Fixed a bug where all preloaded annotations would show the tooltip and popup of the first of the preloaded annotations.
Version 2.5.0
- Renamed to ng-annotate-text (because there is already a ng-annotate)
- Annotation color is selected by clicking buttons instead of chosen from a dropdown
- Improve documentation
- Add an event listener for "ngAnnotateText.clearPopups" that will clear any open popup or tooltip
- Refactored the
options
attribute that accepted an object to be separate attributes for each of its properties - Don't show a tooltip if it won't show any comment or points
- Redesign the tooltips so they look more like tooltips instead of reusing the popup styles
- The popup and tooltip will now position themselves smartly on the side of the annotation where they can fit
- Refactor default CSS to be complete and not assume any external styles
Version 2.4.0
Minor fix:
- Fixed a bug where the tooltip/popup could be placed outside the screen if the window was too small.
Version 2.3.0
List of fixes in this version:
- Internet Explorer 9+ and Firefox support
- The popup now aligns with some margin to the text, looks way better
- The popup now align correct to the text even if the text has padding
Version 2.2.0
- Code & Project cleanup
- Fixed a bug in the example application
- Removed breakpoints that shouldn't been there in the first place
Version 2.1.0
- Added a readonly mode.
- No longer completely breaks when not providing a popupTemplateUrl or tooltipTemplateUrl.
Version 2.0.0
- Now supports specifying controller for annotation popups and tooltips in the options object.
- Bugfixes.
- Performance improvements.
Version 1.3.0
- Added scope method
$reposition
to realign the annotation tooltip or popup when doing operations alting the height and width of the tooltip or popup. - Renamed the
.teal
type to.aqua
as the color is more like it. - Solved issue where a tooltip might stay on the page.
Version 1.2.0
- Changed to colors that are nicer on the eyes
- Fixed bug where you could not remove child comments
- UX Enhancement, clicking in the text outside an annotation will close any open anotation popups.