changelog.txt 1.3 KB

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