UNPKG

6.31 kBMarkdownView Raw
1## Changelog
2
3### 1.4.0
4
5- **New:** Added `data` support.
6- **New:** Added vue component.
7- **New:** Added `locale` support.
8- **New:** Added `getOptions` method.
9- **New:** Added `singleRadio` option to support hide radio buttons.
10- **New:** Added new website.
11- **New:** Added bower.json.
12- **New:** Added vue-starter example.
13- **Update:** Improved the label element for select.
14- **Update:** Improved text display only one option.
15- **Update:** Fixed IE build error with core-js devDependencies.
16- **Update:** Fixed `onCheckAll/onUncheckAll` trigger bug.
17- **Update:** Fixed `disabled` options cannot show after filtering.
18- **Update:** Fixed `single` filter bug.
19
20### 1.3.1
21
22- **Update:** Fixed optgroup selected item display bug.
23- **Update:** Fixed filter li display blank space bug.
24- **Update:** Fixed container outer width bug.
25- **Update:** Updated `addTitle` option to `displayTitle` option.
26- **Update:** Fixed filter with no select options display bug.
27- **Update:** Fixed openOnHover bug.
28- **Update:** Updated `onOptgroupClick` and `onClick` parameters.
29- **Update:** Updated `formatCountSelected` parameters.
30
31### 1.3.0
32
33- **New:** Rewrote code to ES6.
34- **New:** Added `filterGroup` option.
35- **New:** Added `babel` and refined the code.
36- **New:** Used `dist` to output the build files.
37- **New:** Added full examples.
38- **Update:** Fixed css escape bug.
39
40### 1.2.3
41
42- **New:** Added `onAfterCreate` event.
43- **New:** Made option labels appear clickable.
44- **New:** Allowed `placeholder` from html.
45- **Update:** Fixed groups don't get `checked` by default.
46- **Update:** Fixed `getSelects` bug with `single` option.
47- **Update:** Removed duplicate `destroy` method.
48- **Update:** Fixed outdated CSS syntax in linear-gradient.
49- **Update:** Removed `selectAll` whitespace.
50- **Update:** Fixed `selectAllText/allSelected` doesn't work.
51- **Update:** Fixed IE 11 crashing bug.
52- **Update:** Fixed radio style bug.
53
54### 1.2.2
55
56* [bug] Fix #264: updated the default of textTemplate to .html().
57* [enh] Added wrap span to label text.
58* [enh] Added `destroy` method.
59* [enh] Added `openOnHover` option.
60* [bug] Fix #377: rebuild docs and use gh-pages.
61* [bug] Fix #362: update multiple-select.css.
62
63### 1.2.1
64
65* [bug] Fix #84: single select with Optgroups bug.
66* [bug] Fix #154: special character problem.
67* [enh] Added `dropWidth` option.
68* [enh] Added `open` and `close` methods.
69* [enh] Fix #139: Added onFilter event.
70* [enh] Fix #144: added `animate` option to support fade and slide animates.
71* [bug] Fix #257: <label> element detection.
72* [bug] Fix jQuery dependency.
73* [bug] Fixed disable issue.
74* [enh] Add selected class to 'select all' option.
75* [enh] Added logic to perform accent insensitive compare when filtering values.
76* [bug] Fix #264: updated the default of textTemplate to .html().
77
78### 1.2.0
79
80* [enh] Update `jquery.multiple.select.js` to `multiple-select.js`.
81* [bug] Fix filter not match bug.
82* [enh] Trigger change for select after set of new value.
83* [bug] Prevents `updateSelectAll()` from calling `options.onCheckAll()` on init.
84* [enh] Added `labelTemplate` option.
85* [bug] Fix #188: Automatically set Group when all child was selected.
86* [bug] Fixed filter functionality with 'no-results' label behavior.
87* [bug] Fix #184: prevented the dropdown handle error.
88* [enh] INPUT tags should be nameless.
89* [bug] Fix #48: auto hide when the single option is set to true.
90* [bug] Fix #65: show selectAll and hide noResults when open.
91* [bug] Fix #45, #64: update width option to support a percentage setting.
92* [bug] Trigger the checkbox on the entire line.
93* [bug] Added `noMatchesFound` option.
94* [bug] Update `seperator` to `separator`.
95* [enh] Allow object of options along with initial method.
96* [enh] Add a `filterAcceptOnEnter` option.
97* [enh] Put class on ms-parent div instead of ul.
98* [bug] Fixed #99: connect select back to its label.
99* [enh] Added `hideOptgroupCheckboxes` option to hide optgroup checkboxes.
100* [enh] Added `displayValues` and `delimiter` options.
101* [enh] Added `textTemplate` option to custom the text.
102* [enh] Added `selectAllDelimiter` option.
103* [enh] Added `ellipsis` option.
104* [enh] Get percentage width, if used.
105* [bug] Fix #134: spelling error.
106* [bug] Fixed the error when element id's contain colons.
107* [bug] Fix current selected element not displayed in newer jquery versions.
108* [bug] Fix #148 plain text stored to HTML.
109* [bug] Update multiple-select.png.
110* [enh] Added 'close' to allowedMethods.
111* [bug] Prevent dropdown from closing occasionally when clicking on checkbox.
112* [bug] Fixed dropdown not closing when focus was lost.
113* [enh] Support for add title (tooltip) on the select list.
114
115### 1.1.0
116
117* Fix #63: Add ```keepOpen``` option.
118* Fix #62: Fix ```isOpen``` and ```filter``` options are both true bug.
119* Fix #57: Fire onCheckAll event when literally select.
120* Add data attributes for support.
121* Fix #55: Add ```name``` option.
122
123### 1.0.9
124
125* Fix #42: Add ```styler``` option to custom item style.
126* Fix firefox click bug.
127* Add ```allSelected```, ```minimumCountSelected``` and ```countSelected``` options.
128* Fix #35: Add ```onFocus``` and ```onBlur``` events.
129* Fix #25: Add ```focus``` and ```blur``` methods.
130* Fix #31: Trigger the onCheckAll & onUncheckAll events when use filter to select all.
131
132### 1.0.8
133
134* Update the license to The MIT License.
135* Fix #47: Add ```No matches found``` message when there are no results found.
136* Fix #43: Add ```position``` option.
137
138### 1.0.7
139
140* Fix #44: The filters not working bugs.
141
142### 1.0.6
143
144* Fix #21: Add ```single``` option.
145* Add ```override``` option.
146* Add ```container``` option.
147* Fix #29: Update the optgroups select text.
148* Fix #30: Image is not shown in Firefox 25.0.1.
149* Fix #22: fix group filter problem.
150
151### 1.0.5
152
153* Update the button text witdh.
154* Add keyboard support.
155
156### 1.0.4
157
158* Fix #12: Add ```width``` option.
159* Fix #11: Add callback events.
160* Add ```maxHeight``` option.
161
162### 1.0.3
163
164* Fix #4: Add ```filter``` option.
165* Support mobile devices.
166* Fix #6: Add ```refresh``` method.
167
168### 1.0.2
169
170* Fix #7: Add ```selected``` and ```disabled``` options.
171* Fix #5: Add ```checkAll``` and ```uncheckAll``` methods.
172
173### 1.0.1
174
175* Fix #3: Add optgroups support.
176* Add ```placeholder``` option.
177* Fix #2: use prop method instead of attr.
178
179### 1.0.0
180
181* Initial release
182
\No newline at end of file