react-desktop
Version:
React UI Components for macOS High Sierra and Windows 10
140 lines (83 loc) • 3.31 kB
Markdown
# CHANGELOG
## 0.3.7 (July 25th, 2018)
- Add ability to disable individual titlebar controls (#125)
- Allow end-user to force `isWindowFocused` prop (#126)
- Allow defaultChecked to be string as well as boolean (#123) (Fixes #90)
## 0.3.6 (July 25th, 2018)
- This release was published incorrectly. Use 0.3.7 instead.
## 0.3.5 (April 6th, 2018)
- Fixed issue with case sensitivity
## 0.3.4 (April 4th, 2018)
- Added TextArea component
- Several minor fixes
## 0.3.3 (November 21st, 2017)
- Updated dependencies
- Fixed title props
## 0.3.2 (October 17th, 2017)
- Updated dependencies
- Fixed unit tests
- Fixed unit playground
- Add public `focus` and `blur` methods to TextInput
- Prop title of TitleBar now supports element node
## 0.3.1 (June 21th, 2017)
- Updated dependencies
## 0.3.0 (April 17th, 2017)
- Added prop-types dependency to avoid deprecation in React 16
## 0.2.19 (March 14th, 2017)
- Removed rubber band effect from list view
## 0.2.18 (March 14th, 2017)
- Fixed an issue with OS detection
## 0.2.17 (January 9th, 2017)
- Fixed issue with windows window background color
- Added ref value for input elements
- CheckBoxes and Radios now changes style when window is unfocused
- Can now import components based on OS from 'react-desktop'
## 0.2.16 (January 9th, 2017)
- Custom styles for Windows text field's label
- Default color for Windows text field's label changes based on theme
## 0.2.15 (January 9th, 2017)
- Fixed bug with macOs text field’s placeholder
## 0.2.14 (September 19th, 2016)
- Fixed duplicate onChange events on the windows textInput
## 0.2.13 (August 25th, 2016)
- Improve macOS title bar control icons
## 0.2.12 (August 17th, 2016)
- Fixed some styling issues with the list view
- Fixed some styling issues with the windows
## 0.2.11 (August 12th, 2016)
- Added macOS list view component
## 0.2.10 (August 11th, 2016)
- Quick fix for the macOS text input component border issue
## 0.2.9 (August 11th, 2016)
- Added macOS search field component
- Added centerPlaceholder, focusRing, icon and onEnter properties to the macOS text input component
## 0.2.8 (August 8th, 2016)
- Added macOS toolbar nav component
- Added inset property to macOS title bar component
- Added dimension and alignment properties to macOS toolbar component
## 0.2.7 (July 28th, 2016)
- Added macOS dialog component
- Added bold property to macOS text
- Added onEnter and disabled properties to macOS button
- Fixed issues with margin on pin component for macOS
## 0.2.6 (July 27th, 2016)
- Added macOS pin component
- Added size, padding and margin properties to macOS buttons
- Fixed issues with text input for macOS
- Added rounded corners and size properties to text input for macOS
## 0.2.5 (July 18th, 2016)
- Fixed some issues with View alignment
## 0.2.4 (July 17th, 2016)
- Removed all unknown props from components
- Intial window focus is now the real window focus instead of being always true
## 0.2.3 (June 24th, 2016)
- Fixed bug with title bar in macOS
## 0.2.2 (June 24th, 2016)
- Added Link component for macOS
- Added size to Text component
- Added transparent option to titlebar for macOS
- Fixed title bar size for macOS
## 0.2.1 (June 14th, 2016)
- Added support for React 15.1.0
## 0.2.0 (May 16th, 2016)
- Beta 1 release