changelog.txt 2.0 KB

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