Skip to content

Commit ae4e016

Browse files
committed
fix changelog stuff
1 parent f994d27 commit ae4e016

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ nav_order: 6
1010

1111
## main
1212

13+
* Add experimental support for caching.
14+
15+
*Reegan Viljoen*
16+
1317
* Introduce component-local config and migrate `strip_trailing_whitespace` to use it under the hood.
1418

1519
*Simon Fish*
1620

17-
* Add docs about Slack channel in Ruby Central workspace. (Join us! #oss-view-component). Email [email protected] for an invite.
21+
* Add docs about Slack channel in Ruby Central workspace. (Join us! #oss-view-component). Email <[email protected]> for an invite.
1822

1923
*Joel Hawksley
2024

@@ -78,15 +82,15 @@ nav_order: 6
7882

7983
*Reegan Viljoen*
8084

81-
* Add experimental support for caching.
85+
* Add HomeStyler AI to list of companies using ViewComponent.
8286

83-
*Reegan Viljoen*
87+
*JP Balarini*
8488

8589
## 3.21.0
8690

8791
* Updates testing docs to include an example of how to use with RSpec.
8892

89-
*Rylanview_cache Bowers*
93+
*Rylan Bowers*
9094

9195
* Add `--skip-suffix` option to component generator.
9296

@@ -1470,7 +1474,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
14701474
14711475
*Joel Hawksley*
14721476
1473-
* The ViewComponent team at GitHub is hiring! We're looking for a Rails engineer with accessibility experience: [https://boards.greenhouse.io/github/jobs/4020166](https://boards.greenhouse.io/github/jobs/4020166). Reach out to joelhawksley@github.com with any questions!
1477+
* The ViewComponent team at GitHub is hiring! We're looking for a Rails engineer with accessibility experience: [https://boards.greenhouse.io/github/jobs/4020166](https://boards.greenhouse.io/github/jobs/4020166). Reach out to <joelhawksley@github.com> with any questions!
14741478

14751479
* The ViewComponent team is hosting a happy hour at RailsConf. Join us for snacks, drinks, and stickers: [https://www.eventbrite.com/e/viewcomponent-happy-hour-tickets-304168585427](https://www.eventbrite.com/e/viewcomponent-happy-hour-tickets-304168585427)
14761480

@@ -2234,7 +2238,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
22342238

22352239
*Matheus Richard*
22362240

2237-
* 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.
2241+
* 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.
22382242

22392243
*Joel Hawksley*
22402244

@@ -2252,7 +2256,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
22522256

22532257
## 2.31.0
22542258

2255-
_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 shouldn't be returned. (`<%`)_
2259+
*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 shouldn't be returned. (`<%`)*
22562260
22572261
* Add `#with_content` to allow setting content without a block.
22582262
@@ -2700,7 +2704,7 @@ _Note: This release includes an underlying change to Slots that may affect incor
27002704

27012705
* The gem name is now `view_component`.
27022706
* ViewComponent previews are now accessed at `/rails/view_components`.
2703-
* ViewComponents can _only_ be rendered with the instance syntax: `render(MyComponent.new)`. Support for all other syntaxes has been removed.
2707+
* ViewComponents can *only* be rendered with the instance syntax: `render(MyComponent.new)`. Support for all other syntaxes has been removed.
27042708
* ActiveModel::Validations have been removed. ViewComponent generators no longer include validations.
27052709
* In Rails 6.1, no monkey patching is used.
27062710
* `to_component_class` has been removed.

0 commit comments

Comments
 (0)