We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6660326 commit 7dacf9cCopy full SHA for 7dacf9c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 0.2.17 (January 9th, 2017)
4
+
5
+- Fixed issue with windows window background color
6
+- Added ref value for input elements
7
+- CheckBoxes and Radios now changes style when window is unfocused
8
+- Can now import components based on OS from 'react-desktop'
9
10
## 0.2.16 (January 9th, 2017)
11
12
- Custom styles for Windows text field's label
package.json
@@ -1,7 +1,7 @@
{
"name": "react-desktop",
"author": "Gabriel Bull",
- "version": "0.2.16",
+ "version": "0.2.17",
"description": "React UI Components for macOS Sierra and Windows 10",
"main": "./index.js",
"keywords": [
0 commit comments