changelog.txt 1.9 KB

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