Skip to content

Commit 35f0ed3

Browse files
committed
Release v1.2.0
1 parent 58e7c1e commit 35f0ed3

File tree

4 files changed

+2451
-2049
lines changed

4 files changed

+2451
-2049
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [v1.2.0](https://github.com/jakezatecky/react-dual-listbox/compare/v1.1.0...v1.2.0) (2017-08-12)
4+
5+
* [#26]: Add support for `filter` and `onFilterChange` properties
6+
37
## [v1.1.0](https://github.com/jakezatecky/react-dual-listbox/compare/v1.0.1...v1.1.0) (2017-05-11)
48

59
* [#21]: Add support for `disabled` property

examples/dist/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ <h3>Optgroup Example</h3>
4444
<h2>Advanced Options</h2>
4545
<h3>Filter Example</h3>
4646
<p>
47-
To enable filtering, just pass in the <code>canFilter</code> property:
47+
To enable filtering, just pass in the <code>canFilter</code> property. You can optionally pass in
48+
<code>filter</code> and <code>onFilterChange</code> to control the state yourself:
4849
</p>
4950
<div id="filter-example"></div>
5051

0 commit comments

Comments
 (0)