Skip to content

Commit 5940eb4

Browse files
committed
Release v0.6.0
1 parent 657ba07 commit 5940eb4

5 files changed

Lines changed: 814 additions & 401 deletions

File tree

CHANGELOG.md

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

3-
## v0.6.0 (TBA)
3+
## [v0.6.0](https://github.com/jakezatecky/react-dual-listbox/compare/v0.5.1...v0.6.0) (2017-03-25)
44

55
### New Features
66

77
* [#15]: Components are now more accessible to assistive technologies
88

99
### Other
1010

11-
* [#16]: (breaking) Rename `.rdl-btn` to `.rdl-move`
12-
# [#17]: (breaking) Use color more consistently and make font-family inherit
11+
* [#16]: **(breaking)** Rename `.rdl-btn` to `.rdl-move`
12+
* [#17]: **(breaking)** Use color more consistently and make font-family inherit
1313

14-
## [v0.5.1](https://github.com/jakezatecky/react-dual-listbox/compare/v0.5.0...v0.5.1) (2016-01-12)
14+
## [v0.5.1](https://github.com/jakezatecky/react-dual-listbox/compare/v0.5.0...v0.5.1) (2017-01-12)
1515

1616
### New Features
1717

1818
* [#2]: Add support for `availableRef` and `selectedRef`
1919

20-
## [v0.5.0](https://github.com/jakezatecky/react-dual-listbox/compare/v0.4.0...v0.5.0) (2016-01-10)
20+
## [v0.5.0](https://github.com/jakezatecky/react-dual-listbox/compare/v0.4.0...v0.5.0) (2017-01-10)
2121

2222
### New Features
2323

examples/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en-US">
33
<head>
44
<title>React Dual Listbox</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0 commit comments

Comments
 (0)