changelog.txt 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. LASTEST NOT RELEASED
  2. ------------------------------
  3. NONE
  4. V1.35.3
  5. ------------------------------
  6. * Refs #144 *
  7. * Refs #284 *
  8. * Refs #231 *
  9. * Refs #271 *
  10. * Refs #294 *
  11. V1.35.2
  12. ------------------------------
  13. * Refs #251 Close icon on the top right is configurable *
  14. * Refs #249 *
  15. * Refs #256 *
  16. V1.35.1
  17. ------------------------------
  18. * Refs #243 *
  19. V1.35.0
  20. ------------------------------
  21. * Refs #224 *
  22. * Refs #208 *
  23. * Refs #233 *
  24. * Refs #247 *
  25. * Refs #248 *
  26. V1.34.9
  27. ------------------------------
  28. * Fixed #221 *
  29. V1.34.8
  30. ------------------------------
  31. * Set 'realized' status to false when closing a 'autodestroy' dialog. *
  32. * Merged #136 *
  33. * Refs #210 *
  34. * Merged #219 *
  35. V1.34.7
  36. ------------------------------
  37. * Refs #176 *
  38. * Refs #109, Add methods getDialog(), setDialog() and addDialog() to BootstrapDialog. *
  39. * Refs #201 *
  40. * Refs #200 *
  41. V1.34.6
  42. ------------------------------
  43. * Refs #159 *
  44. * Refs #160*
  45. * Refs #179, removed local assets for example page, and used files hosted on CDN instead. *
  46. V1.34.5
  47. ------------------------------
  48. * Merged #137, Add missing less and remove stray css file in src folder *
  49. * Tabindex is a customizable option now. *
  50. * Refs #142 *
  51. * Refs #145 *
  52. V1.34.4
  53. ------------------------------
  54. * Updated required Bootstrap version. *
  55. V1.34.3
  56. ------------------------------
  57. * Fixed #125, a bug that dialog footer won't be shown if it was hidden by a no button realization. *
  58. * Refs #126. Adding a data 'button' to the created button. Passing original event object to button callback action(dialog, event). *
  59. * Support Bootstrap v3.3.4
  60. V1.34.2
  61. ------------------------------
  62. * FIXED #102 *
  63. * FIXED #121 *
  64. * Implemented modal-sm, REFS #105 *
  65. * More controls on confirm dialog, REFS #105 *
  66. * Added I18N example *
  67. V1.34.1
  68. ------------------------------
  69. * Added more compatible methods to make BootstrapDialog works better with older version of Bootstrap Modal. *
  70. V1.34.0
  71. ------------------------------
  72. * FIXED #84 *
  73. * Support Bootstrap Modal v3.3.0 *
  74. V1.33.5
  75. ------------------------------
  76. * PULL REQUEST: #72 *
  77. * PULL REQUEST: #83 *
  78. * Fixed a bug that after dragging the dialog to another place, the original place prevents closing the dialog by clicking on backdrop. *
  79. V1.33.4
  80. ------------------------------
  81. * RE-FIXED #56 *
  82. V1.33.3
  83. ------------------------------
  84. * FIXED #62 *
  85. * IMPLEMENTED #67 *