changelog.txt 1.7 KB

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