-
Notifications
You must be signed in to change notification settings - Fork 664
/
changelog.txt
110 lines (92 loc) · 2.4 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
LASTEST NOT RELEASED
------------------------------
* Merged #347 *
V1.35.4
------------------------------
* Refs #300 *
* Refs #308 *
* Refs #232 *
* Refs #334 *
* Refs #331 *
V1.35.3
------------------------------
* Refs #144 *
* Refs #284 *
* Refs #231 *
* Refs #271 *
* Refs #294 *
V1.35.2
------------------------------
* Refs #251 Close icon on the top right is configurable *
* Refs #249 *
* Refs #256 *
V1.35.1
------------------------------
* Refs #243 *
V1.35.0
------------------------------
* Refs #224 *
* Refs #208 *
* Refs #233 *
* Refs #247 *
* Refs #248 *
V1.34.9
------------------------------
* Fixed #221 *
V1.34.8
------------------------------
* Set 'realized' status to false when closing a 'autodestroy' dialog. *
* Merged #136 *
* Refs #210 *
* Merged #219 *
V1.34.7
------------------------------
* Refs #176 *
* Refs #109, Add methods getDialog(), setDialog() and addDialog() to BootstrapDialog. *
* Refs #201 *
* Refs #200 *
V1.34.6
------------------------------
* Refs #159 *
* Refs #160*
* Refs #179, removed local assets for example page, and used files hosted on CDN instead. *
V1.34.5
------------------------------
* Merged #137, Add missing less and remove stray css file in src folder *
* Tabindex is a customizable option now. *
* Refs #142 *
* Refs #145 *
V1.34.4
------------------------------
* Updated required Bootstrap version. *
V1.34.3
------------------------------
* Fixed #125, a bug that dialog footer won't be shown if it was hidden by a no button realization. *
* Refs #126. Adding a data 'button' to the created button. Passing original event object to button callback action(dialog, event). *
* Support Bootstrap v3.3.4
V1.34.2
------------------------------
* FIXED #102 *
* FIXED #121 *
* Implemented modal-sm, REFS #105 *
* More controls on confirm dialog, REFS #105 *
* Added I18N example *
V1.34.1
------------------------------
* Added more compatible methods to make BootstrapDialog works better with older version of Bootstrap Modal. *
V1.34.0
------------------------------
* FIXED #84 *
* Support Bootstrap Modal v3.3.0 *
V1.33.5
------------------------------
* PULL REQUEST: #72 *
* PULL REQUEST: #83 *
* Fixed a bug that after dragging the dialog to another place, the original place prevents closing the dialog by clicking on backdrop. *
V1.33.4
------------------------------
* RE-FIXED #56 *
V1.33.3
------------------------------
* FIXED #62 *
* IMPLEMENTED #67 *