changelog.txt 2.3 KB

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