You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,15 @@ nav_order: 6
10
10
11
11
## main
12
12
13
+
* Add experimental support for caching.
14
+
15
+
*Reegan Viljoen*
16
+
13
17
* Introduce component-local config and migrate `strip_trailing_whitespace` to use it under the hood.
14
18
15
19
*Simon Fish*
16
20
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.
18
22
19
23
*Joel Hawksley
20
24
@@ -78,15 +82,15 @@ nav_order: 6
78
82
79
83
*Reegan Viljoen*
80
84
81
-
* Add experimental support for caching.
85
+
* Add HomeStyler AI to list of companies using ViewComponent.
82
86
83
-
*Reegan Viljoen*
87
+
*JP Balarini*
84
88
85
89
## 3.21.0
86
90
87
91
* Updates testing docs to include an example of how to use with RSpec.
88
92
89
-
*Rylanview_cache Bowers*
93
+
*Rylan Bowers*
90
94
91
95
* Add `--skip-suffix` option to component generator.
92
96
@@ -1470,7 +1474,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
1470
1474
1471
1475
*Joel Hawksley*
1472
1476
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!
1474
1478
1475
1479
*TheViewComponent team is hosting a happy hour at RailsConf. Join us for snacks, drinks, andstickers: [https://www.eventbrite.com/e/viewcomponent-happy-hour-tickets-304168585427](https://www.eventbrite.com/e/viewcomponent-happy-hour-tickets-304168585427)
1476
1480
@@ -2234,7 +2238,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
2234
2238
2235
2239
*MatheusRichard*
2236
2240
2237
-
*Are you interested in building the future of ViewComponent? GitHub is looking to hire a SeniorEngineer to work on PrimerViewComponentsandViewComponent. Applyhere: [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 SeniorEngineer to work on PrimerViewComponentsandViewComponent. Applyhere: [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.
2238
2242
2239
2243
*JoelHawksley*
2240
2244
@@ -2252,7 +2256,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
2252
2256
2253
2257
## 2.31.0
2254
2258
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. (`<%`)*
2256
2260
2257
2261
* Add `#with_content` to allow setting content without a block.
2258
2262
@@ -2700,7 +2704,7 @@ _Note: This release includes an underlying change to Slots that may affect incor
2700
2704
2701
2705
*The gem name is now `view_component`.
2702
2706
*ViewComponent previews are now accessed at `/rails/view_components`.
2703
-
*ViewComponents can _only_ be rendered with the instance syntax:`render(MyComponent.new)`. Supportfor all other syntaxes has been removed.
2707
+
*ViewComponents can *only* be rendered with the instance syntax:`render(MyComponent.new)`. Supportfor all other syntaxes has been removed.
2704
2708
*ActiveModel::Validations have been removed. ViewComponent generators no longer include validations.
0 commit comments