changelog.txt 1.6 KB

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