CHANGELOG.md in view_component-2.31.2 vs CHANGELOG.md in view_component-2.32.0

- old
+ new

@@ -1,21 +1,43 @@ # CHANGELOG ## main -## 2.31.2 +## 2.32.0 -* Patch XSS vulnerability in `Translatable` module caused by improperly escaped interpolation arguments. +* Enable previews by default in test environment. - *Cameron Dutro* + *Edouard Piron* +* Fix test helper compatibility with Rails 7.0, TestRequest, and TestSession. + + *Leo Correa* + +* Add experimental `_output_postamble` lifecyle method. + + *Joel Hawksley* + +* Add compatibility notes on FAQ. + + *Matheus Richard* + +* Add Bridgetown on Compatibility documentation. + + *Matheus Richard* + +* Are you interested in building the future of ViewComponent? GitHub is looking to hire a Senior Engineer to work on Primer ViewComponents and ViewComponent. Apply here: [US/Canada](https://github.com/careers) / [Europe](https://boards.greenhouse.io/github/jobs/3132294). Feel free to reach out to joelhawksley@github.com with any questions. + + *Joel Hawksley* + ## 2.31.1 * Fix `DEPRECATION WARNING: before_render_check` when compiling `ViewComponent::Base` *Dave Kroondyk* ## 2.31.0 + +_Note: This release includes an underlying change to Slots that may affect incorrect usage of the API, where Slots were set on a line prefixed by `<%=`. The result of setting a Slot should not be returned. (`<%`)_ * Add `#with_content` to allow setting content without a block. *Jordan Raine, Manuel Puyol*