CHANGELOG.md in view_component-2.24.0 vs CHANGELOG.md in view_component-2.25.0

- old
+ new

@@ -1,9 +1,23 @@ # CHANGELOG ## main +## 2.25.0 + +* Add `--preview` generator option to create an associated preview file. + + *Bob Maerten* + +* Add argument validation to avoid `content` override. + + *Manuel Puyol* + ## 2.24.0 + +* Add `--inline` option to the erb generator. Prevents default erb template from being created and creates a component with a call method. + + *Nachiket Pusalkar* * Add test case for checking presence of `content` in `#render?`. *Joel Hawksley*