Skip to content

Releases: seeq12/angular-editable-text

2.0.12

Choose a tag to compare

@mikedaly mikedaly released this 14 Sep 18:47

Add 'autocomplete' attribute, to allow disabling it on the embedded input field.

2.0.10

Choose a tag to compare

@mikedaly mikedaly released this 22 Dec 21:02

Add no-animate classes to ng-show/ng-hide elements, so that animation can be turned off using $animationProvider.classNameFilter to avoid angular/angular.js#14015

2.0.9

Choose a tag to compare

@bmartinelle bmartinelle released this 03 Nov 17:18

Fixed "Select All" behavior.

2.0.8

Choose a tag to compare

@moses-v51 moses-v51 released this 08 Jul 19:45

Made the use of the ellipsis toggle-able.

2.0.7

Choose a tag to compare

@moses-v51 moses-v51 released this 30 Jun 20:26

Forcing min width to 100% so that the input does not resize as text is being entered, as it is distracting to the user.

2.0.6

Choose a tag to compare

@moses-v51 moses-v51 released this 30 Jun 17:30

Adding ability for ellipsis to work properly for long strings

2.0.5

Choose a tag to compare

@mikedaly mikedaly released this 23 Jan 00:31
  • Removed ng-click handler, since it isn't necessary now that we're handling ng-focus; it eliminates click-handling issues in IE

2.0.4

Choose a tag to compare

@mikedaly mikedaly released this 20 Jan 21:51
  • When used together, gg-select-all and gg-keep-focus will automatically select all text on Enter
  • Removed some unnecessary manual sizing code which caused the input field to grow slightly over time

2.0.3

Choose a tag to compare

@mikedaly mikedaly released this 12 Jan 21:10
  • Added gg-keep-focus attribute to keep focus on the input field on Enter/Return

2.0.2

Choose a tag to compare

@mikedaly mikedaly released this 12 Jan 19:42
  • Added ng-focus on input field, so that tabbing works as expected