[Button, ComboBox, DatePicker, Rating, Select, TextInput, Toggle] Improved rendering performance by binding the functions to the class instantiation instead of every render due binding in JSX. Find more info here#263 & #265
Fixed
[DatePicker] use nextMonthNavProps.className for next month (was prevMonthNavProps before) b9937bb
[DatePicker] fix broken Keyboard navigation in Firefox 39.0 and properly parse Date when jumping from January 2016 to December 2015 via keyboard in Chrome 48 #264