File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
- ## 0.4.1- 2015-11-08
1
+ # 1.2.4 / 2015-11-12
2
+
3
+ Changed UMD build directory.
4
+
5
+ # 0.4.1 / 2015-11-08
2
6
3
7
Removed ` dist/ ` directory from GitHub in favour of [ npmcdn] ( https://npmcdn.com/ ) .
4
8
5
- ## 0.4.0 - 2015-10-28
9
+ # 0.4.0 / 2015-10-28
6
10
7
11
** Breaking:** Now requires React 0.14.
8
12
9
- ## 0.3.2 - 2015-03-11
13
+ # 0.3.2 / 2015-03-11
10
14
11
15
Re-bundled with latest Browserify (9.x) and React (0.13.x), but still
12
16
compatible with React 0.12.x.
13
17
14
- ## 0.3.1 - 2015-01-13
18
+ # 0.3.1 / 2015-01-13
15
19
16
20
Added: new ` buttonActive ` property for the ` classNames ` prop - this will be
17
21
used when one or more options are selected, otherwise ` button ` will be used.
18
22
19
23
Changed: ` classNames ` prop no longer has to provide all properties - defaults
20
24
will be used where not provided.
21
25
22
- ## 0.3.0 - 2015-01-01
26
+ # 0.3.0 / 2015-01-01
23
27
24
28
Added: double-clicking now adds the selected option to the selection.
25
29
26
- ## 0.2.0 - 2014-12-06
30
+ # 0.2.0 / 2014-12-06
27
31
28
32
** Breaking:** If you want selected options to no longer appear in the select,
29
33
you now _ must_ either pass them back to ` FilteredMultiSelect ` via its
@@ -36,10 +40,10 @@ replaced with another object, or `options.length` changes.
36
40
Removed React from package.json ` dependencies ` - it's now only in
37
41
` peerDependencies ` .
38
42
39
- ## 0.1.1 - 2014-11-13
43
+ # 0.1.1 / 2014-11-13
40
44
41
45
No code changes - version bump to get correct package.json metadata into npm.
42
46
43
- ## 0.1.0 - 2014-11-13
47
+ # 0.1.0 / 2014-11-13
44
48
45
49
Initial version.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-filtered-multiselect" ,
3
3
"description" : " Filtered multi-select React component" ,
4
- "version" : " 0.4.1 " ,
4
+ "version" : " 0.4.2 " ,
5
5
"main" : " lib/index.js" ,
6
6
"jsnext:main" : " src/index.js" ,
7
7
"global" : " FilteredMultiSelect" ,
You can’t perform that action at this time.
0 commit comments