Skip to content

Commit 1412675

Browse files
committed
Release v1.1.0
1 parent 5611f29 commit 1412675

5 files changed

Lines changed: 2581 additions & 2024 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v1.1.0
3+
## [v1.1.0](https://github.com/jakezatecky/react-dual-listbox/compare/v1.0.1...v1.1.0) (2017-05-11)
44

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

examples/dist/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ <h3>Align Actions to Top Example</h3>
5555
</p>
5656
<div id="align-top-example"></div>
5757

58+
<h3>Disabled Example</h3>
59+
<p>
60+
Simply pass in the <code>disabled</code> property to disable this control:
61+
</p>
62+
<div id="disabled-example"></div>
63+
5864
<h3>Preserve Select Order Example</h3>
5965
<p>
6066
In the example below, the order in which you move the items to the right matters. Compare this with the default

0 commit comments

Comments
 (0)