changelog.txt 1.8 KB

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