changelog.txt 2.0 KB

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