changelog.txt 1.9 KB

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