belle v1.1.0 Release Notes

Release Date: 2015-07-28 // almost 9 years ago
  • ➕ Added

    • ⚡️ [ComboBox] The onUpdate callback now includes 3 more properties in the argument. #146
    onUpdate({
      value: value string,
      identifier: identifier of the type you passed,
      isMatchingOption: true/false,
      isOptionSelection: true/false
    })
    

    🔄 Changed

    • 💅 Instead of using a copy of React 0.13.3 to create Markup for custom styles now the locally installed React version is used. #150

    🛠 Fixed

    • 🛠 Fix server-side rendering of Belle components by preventing to inject styles into the DOM without being available. #150
    • 👻 [TextInput] When rendered on the server the TextInput will have a height of 0px instead of throwing an exception. #157