ReactOnRails v11.1.0 Release Notes

Release Date: 2018-08-07 // over 5 years ago
  • ➕ Added

    • 🔧 Add random dom id option. This new global and react_component helper option allows configuring whether or not React on Rails will automatically add a random id to the DOM node ID. PR 1121 by justin808
      • Added configuration option random_dom_id
      • Added method RenderOptions has_random_dom_id? #### 🛠 Fixed
    • Fix invalid warn directive. PR 1123 by mustangostang.