All Versions
21
Latest Version
Avg Release Cycle
41 days
Latest Release
2173 days ago

Changelog History
Page 1

  • v4.0.0 Changes

    October 10, 2017
    • ๐Ÿ‘Œ Support React 15.4.0 #341
  • v3.0.2 Changes

    May 30, 2017
    • โœ‚ Removed duplicate declaration of style property in component Day #336
  • v3.0.1 Changes

    January 16, 2017
    • ๐Ÿ›  [Select] Fixed issue with Internet Explorer 11. The onBlur event is triggered before the onClick event occurs. Using onMouseDown resolved it. #333
  • v3.0.0 Changes

    December 05, 2016
    • ๐Ÿ›  [All Components] Fixed incompatible with React v15.4.0 #330
  • v2.0.9 Changes

    October 21, 2016
    • โšก๏ธ [DatePicker, ActionArea] Avoid firing the ActionArea's onUpdate twice on touch devices e.g. next month button & previous month button.
  • v2.0.8 Changes

    October 17, 2016
    • โš  [All Components] Fixed various warnings introduced throughout React 15.x
  • v2.0.7 Changes

    April 05, 2016

    Due connection issues to NPM I republished it.

  • v2.0.6 Changes

    April 05, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ›  [Rating] Fixed an issue in Safari where selecting a rating was not possible #277
  • v2.0.5 Changes

    March 28, 2016

    ๐Ÿ”„ Changed

    • [All Components] Changed internal ID generation to make Belle compatible to React 15.

    ๐Ÿ›  Fixed

    • [Combobox] Clicking on an filtered option now picks the correct entry #269
  • v2.0.4 Changes

    February 16, 2016

    ๐Ÿ”„ 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