changelog.txt 2.2 KB

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