changelog.txt 1.6 KB

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