CHANGELOG.txt 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. Angular-xeditable changelog
  2. =============================
  3. Version 0.1.9 Mar 22, 2015
  4. ----------------------------
  5. [enh #258] Support for bootstrap-ui datepicker (Painyjames)
  6. [enh #251] added setTimeout() to call $hide on another stack (enapupe)
  7. [enh #235] Made possible disabled of x-editable using global option of directive at... (hammat)
  8. [bug #225] fix #225 'Feature: choose event to activate edit mode' (wetternest)
  9. [enh #224] Added support for ng-disabled to radiolist (OneMuppet)
  10. [bug #219] Support file inputs as a directive (bdgamble)
  11. [bug #216] Fix IE8 accidental onblur. (arcadeJHS)
  12. [bug #215] Fix checkbox form alignment (mdarveau)
  13. [enh #212] Make e-form more flexible, when there isn't parent form element (pr0da)
  14. [bug #207] docs(reference): fix properties and methods examples (AdirAmsalem)
  15. [bug #130] Fix for issue #130 - Updating form view value. (joseaquino)
  16. [bug #176] Fix bug #176 : Blur should not be triggered when it happens on edited form inputs (julienboulay)
  17. [bug #162] Fix blur="submit" does not work on IE8
  18. [bug #158] Fix scope memory leak (maynier)
  19. [enh #131] Implemented combodate (jjlpinto)
  20. [enh #113] add input:password to directives (DLoT)
  21. [bug #112] Fixed angular.copy issue (roymiloh)
  22. [enh #102] Add the ability to choose external icon sets. Support font awesome (bholzer)
  23. [bug #97] `e-value` fix (mp-jgoetzinger)
  24. [enh #91] Applying 'form-control to bsdate in bs3 (paulmand3l)
  25. Version 0.1.81 Feb 20, 2014
  26. ----------------------------
  27. [enh] allow clicking on elements with manual trigger with e-clickable
  28. Version 0.1.8 Jan 10, 2014
  29. ----------------------------
  30. [enh] added checklist directive (vitalets)
  31. [enh #35] added radiolist directive (vitalets)
  32. [bug #62] validate error not works with angular symbol changed (vitalets)
  33. [enh #53] apply bs3 style to html5 inputs (Aminix, vitalets)
  34. [enh #43] add `activate` prop to editableOptions to set activations method: focus|select (vitalets)
  35. [enh] add `blur` attribute of editable form (vitalets)
  36. Version 0.1.7 Oct 26, 2013
  37. ----------------------------
  38. [enh] add `shown` attribute of editable form (vitalets)
  39. [bug #38] select multiple with label-only ng-options (vitalets)
  40. [bug #37] setWaiting function overrides ng-disabled and ng-enabled (vitalets)
  41. Version 0.1.6 Oct 19, 2013
  42. ----------------------------
  43. [enh] add HTML5 inputs (vitalets)
  44. [bug] ignore right button mouse click (vitalets)
  45. [enh #26] introduce `oncancel` and `onhide` hooks (vitalets)
  46. [bug #29] include jquery before angular breaks single forms (vitalets)
  47. [enh] show control if added to already visible form (vitalets)
  48. [bug] second immediate call of $show dulicates controls (vitalets)
  49. Version 0.1.5 Oct 14, 2013
  50. ----------------------------
  51. [enh #25] support `ng-dirty | ng-pristine` and other angular form classes (vitalets)
  52. [enh #23] add `blur` attribute (vitalets)
  53. [enh] add typeahead control (vitalets)
  54. [bug #20] support `data-e-*` and `x-e-*` attributes for transfer (vitalets)
  55. [enh #12] timepicker (vitalets)
  56. [enh #17] support promise as model value (vitalets)
  57. [enh] docs: add starter template (vitalets)
  58. Version 0.1.4 Sep 26, 2013
  59. ----------------------------
  60. [enh #10] attach `editable-empty` class if value is empty (vitalets)
  61. [enh #11] add `buttons="no"` attribute to hide buttons (vitalets)
  62. [enh #7] add datepicker via angular-ui bootstrap date (vitalets)
  63. Version 0.1.3 Sep 19, 2013
  64. ----------------------------
  65. [bug #9] hotfix for minified js file (vitalets)
  66. Version 0.1.2 Sep 19, 2013
  67. ----------------------------
  68. [bug] hotfix to keep buttons on the same line via `editable-input` class (vitalets)
  69. Version 0.1.1 Sep 19, 2013
  70. ----------------------------
  71. [bug #4] fix arrayRemove (vitalets)
  72. [bug #1] add support of angular >= 1.0.8 (vitalets)
  73. [enh] improve docs (vitalets)
  74. Version 0.1.0 Sep 5, 2013
  75. ----------------------------
  76. Initial release.