changelog.txt 2.4 KB

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