changelog.txt 2.2 KB

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