CHANGELOG.md in view_component-2.10.0 vs CHANGELOG.md in view_component-2.11.0

- old
+ new

@@ -1,6 +1,16 @@ # master +# 2.11.0 + +* Ensure Rails configuration is available within components. + + *Trevor Broaddus* + +* Fix bug where global Rails helpers are inaccessible from nested components. Before, `helpers` was pointing to parent component. + + *Franco Sebregondi* + # 2.10.0 * Raise an `ArgumentError` with a helpful message when Ruby cannot parse a component class. *Max Beizer*