changelog.txt 1.8 KB

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