Skip to content

Releases: DigiExam/ng-annotate-text

Version 2.5.1

27 Aug 08:54
Compare
Choose a tag to compare

Fixed a bug where all preloaded annotations would show the tooltip and popup of the first of the preloaded annotations.

Version 2.5.0

30 Jul 13:52
Compare
Choose a tag to compare
  • 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

15 Jul 12:28
Compare
Choose a tag to compare

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

14 Jul 13:37
Compare
Choose a tag to compare

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

24 Jun 12:11
Compare
Choose a tag to compare
  • 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

30 May 12:59
Compare
Choose a tag to compare
  • Added a readonly mode.
  • No longer completely breaks when not providing a popupTemplateUrl or tooltipTemplateUrl.

Version 2.0.0

30 May 09:12
Compare
Choose a tag to compare
  • Now supports specifying controller for annotation popups and tooltips in the options object.
  • Bugfixes.
  • Performance improvements.

Version 1.3.0

28 May 13:18
Compare
Choose a tag to compare
  • 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

27 May 14:03
Compare
Choose a tag to compare
  • 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.