Skip to content

Commit c5ec2c4

Browse files
committed
v0.4.2
1 parent 8fd7d69 commit c5ec2c4

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
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

37
Removed `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

1115
Re-bundled with latest Browserify (9.x) and React (0.13.x), but still
1216
compatible with React 0.12.x.
1317

14-
## 0.3.1 - 2015-01-13
18+
# 0.3.1 / 2015-01-13
1519

1620
Added: new `buttonActive` property for the `classNames` prop - this will be
1721
used when one or more options are selected, otherwise `button` will be used.
1822

1923
Changed: `classNames` prop no longer has to provide all properties - defaults
2024
will be used where not provided.
2125

22-
## 0.3.0 - 2015-01-01
26+
# 0.3.0 / 2015-01-01
2327

2428
Added: 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,
2933
you now _must_ either pass them back to `FilteredMultiSelect` via its
@@ -36,10 +40,10 @@ replaced with another object, or `options.length` changes.
3640
Removed 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

4145
No 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

4549
Initial version.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)