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
26
37Removed ` dist/ ` directory from GitHub in favour of [ npmcdn] ( https://npmcdn.com/ ) .
48
5- ## 0.4.0 - 2015-10-28
9+ # 0.4.0 / 2015-10-28
610
711** Breaking:** Now requires React 0.14.
812
9- ## 0.3.2 - 2015-03-11
13+ # 0.3.2 / 2015-03-11
1014
1115Re-bundled with latest Browserify (9.x) and React (0.13.x), but still
1216compatible with React 0.12.x.
1317
14- ## 0.3.1 - 2015-01-13
18+ # 0.3.1 / 2015-01-13
1519
1620Added: new ` buttonActive ` property for the ` classNames ` prop - this will be
1721used when one or more options are selected, otherwise ` button ` will be used.
1822
1923Changed: ` classNames ` prop no longer has to provide all properties - defaults
2024will be used where not provided.
2125
22- ## 0.3.0 - 2015-01-01
26+ # 0.3.0 / 2015-01-01
2327
2428Added: double-clicking now adds the selected option to the selection.
2529
26- ## 0.2.0 - 2014-12-06
30+ # 0.2.0 / 2014-12-06
2731
2832** Breaking:** If you want selected options to no longer appear in the select,
2933you now _ must_ either pass them back to ` FilteredMultiSelect ` via its
@@ -36,10 +40,10 @@ replaced with another object, or `options.length` changes.
3640Removed React from package.json ` dependencies ` - it's now only in
3741` peerDependencies ` .
3842
39- ## 0.1.1 - 2014-11-13
43+ # 0.1.1 / 2014-11-13
4044
4145No code changes - version bump to get correct package.json metadata into npm.
4246
43- ## 0.1.0 - 2014-11-13
47+ # 0.1.0 / 2014-11-13
4448
4549Initial version.
Original file line number Diff line number Diff line change 11{
22 "name" : " react-filtered-multiselect" ,
33 "description" : " Filtered multi-select React component" ,
4- "version" : " 0.4.1 " ,
4+ "version" : " 0.4.2 " ,
55 "main" : " lib/index.js" ,
66 "jsnext:main" : " src/index.js" ,
77 "global" : " FilteredMultiSelect" ,
You can’t perform that action at this time.
0 commit comments