changelog.txt 1.8 KB

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