CHANGELOG.md in view_component-2.27.0 vs CHANGELOG.md in view_component-2.28.0

- old
+ new

@@ -1,8 +1,22 @@ # CHANGELOG ## main +## 2.28.0 + +* Include SlotableV2 by default in Base. **Note:** It's no longer necessary to include `ViewComponent::SlotableV2` to use Slots. + + *Joel Hawksley* + +* Prepend Preview routes instead of appending, accounting for cases where host application has catchall route. + + *Joel Hawksley* + +* Fix bug where blocks passed to lambda slots will render incorrectly in certain situations. + + *Blake Williams* + ## 2.27.0 * Allow customization of the controller used in component tests. *Alex Robbin*