|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +### 2.0.2 (Dec 1, 2017) |
| 4 | + |
| 5 | +- Trigger change event once district changed. |
| 6 | +- Support to load in node environment. |
| 7 | +- Update districts. |
| 8 | + |
3 | 9 | ### 2.0.1 (Sep 1, 2017) |
4 | 10 |
|
5 | | -- Updated districts. |
| 11 | +- Update districts. |
6 | 12 |
|
7 | 13 | ### 2.0.0 (Jun 1, 2017) |
8 | 14 |
|
9 | | -- Updated districts. |
| 15 | +- Update districts. |
10 | 16 | - Use `window.jQuery` instead of `window.$` for browser side usage. |
11 | 17 | - Change the `main` field value from `dist/distpicker.js` (UMD) to `dist/distpicker.common.js` (CommonJS). |
12 | 18 | - Added `module` and `browser` fields to `package.json`. |
13 | 19 |
|
14 | | - |
15 | 20 | ### 2.0.0-rc (Mar 4, 2017) |
16 | 21 |
|
17 | | -- Updated districts. |
18 | | - |
| 22 | +- Update districts. |
19 | 23 |
|
20 | 24 | ### 2.0.0-beta.2 (Dec 8, 2016) |
21 | 25 |
|
22 | 26 | - Build the source code with [Rollup](https://github.com/rollup/rollup). |
23 | 27 |
|
24 | | - |
25 | 28 | ### 2.0.0-beta.1 (Oct 15, 2016) |
26 | 29 |
|
27 | 30 | - Fixed the issue of restoring saved districts by code (#19). |
28 | 31 |
|
29 | | - |
30 | 32 | ### 2.0.0-alpha.2 (Sep 6, 2016) |
31 | 33 |
|
32 | 34 | - Rename `autoSelect` option to `autoselect`. |
33 | 35 | - Subdivide optional values for `autoselect` option (#13). |
34 | 36 | - Fixed the wrong value of the `<select>` elements (#18). |
35 | 37 |
|
36 | | - |
37 | 38 | ### 2.0.0-alpha.1 (Aug 11, 2016) |
38 | 39 |
|
39 | 40 | - Merge the `distpicker.data.js` file to the `distpicker.js` file. |
40 | 41 | - Added a new option: `valueType`. |
41 | 42 | - Added a new method: `getDistricts`. |
42 | 43 |
|
43 | | - |
44 | 44 | ### 1.0.4 (Jun 1, 2016) |
45 | 45 |
|
46 | | -- Updated districts data. |
47 | | - |
| 46 | +- Update districts data. |
48 | 47 |
|
49 | 48 | ### 1.0.3 (Mar 3, 2016) |
50 | 49 |
|
51 | | -- Updated districts data. |
52 | | - |
| 50 | +- Update districts data. |
53 | 51 |
|
54 | 52 | ### 1.0.2 (Dec 26, 2015) |
55 | 53 |
|
56 | | -- Updated lots of districts. |
57 | | - |
| 54 | +- Update lots of districts. |
58 | 55 |
|
59 | 56 | ### 1.0.1 (Sep 6, 2015) |
60 | 57 |
|
61 | 58 | - Added new cities of Xizang (Tibet). |
62 | 59 |
|
63 | | - |
64 | 60 | ### 1.0.0 (Aug 27, 2015) |
65 | 61 |
|
66 | 62 | - Added new districts of Sanya city. |
67 | 63 | - Optimized code style. |
68 | 64 |
|
69 | | - |
70 | 65 | ### 0.2.1 (Dec 26, 2014) |
71 | 66 |
|
72 | 67 | - Enable to change the global default options. |
73 | 68 | - Fix placeholder bug. |
74 | 69 | - Improve code. |
75 | 70 |
|
76 | | - |
77 | 71 | ### 0.2.0 (Dec 20, 2014) |
78 | 72 |
|
79 | 73 | - Add new options: "autoSelect", "placeholder". |
80 | 74 | - Add new methods: "reset", "destroy". |
81 | 75 | - Use "data-distpicker" attribute for initializing automatically instead of "distpicker" attribute. |
82 | 76 |
|
83 | | - |
84 | 77 | ### 0.1.3 (Aug 9, 2014) |
85 | 78 |
|
86 | 79 | - Improve |
87 | 80 |
|
88 | | - |
89 | 81 | ### 0.1.2 (Apr 8, 2014) |
90 | 82 |
|
91 | 83 | - Fix a type error bug when initialize a city without districts. |
92 | 84 |
|
93 | | - |
94 | 85 | ### 0.1.1 (Feb 21, 2014) |
95 | 86 |
|
96 | 87 | - Fix bug: The default options will be changed when use multiple times in one page. |
97 | 88 |
|
98 | | - |
99 | 89 | ### 0.1.0 (Jan 25, 2014) |
0 commit comments