belle v2.0.4 Release Notes

Release Date: 2016-02-16 // about 8 years ago
  • ๐Ÿ”„ Changed

    • ๐ŸŽ [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