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
@@ -14,6 +14,10 @@ nav_order: 6
14
14
15
15
*Joel Hawksley*, *Blake Williams*
16
16
17
+
* Add experimental support for caching.
18
+
19
+
*Reegan Viljoen*
20
+
17
21
## 4.0.0.rc1
18
22
19
23
Almost six years after releasing [v1.0.0](https://github.com/ViewComponent/view_component/releases/tag/v1.0.0), we're proud to ship the first release candidate of ViewComponent 4. This release marks a shift towards a Long Term Support model for the project, having reached significant feature maturity. While contributions are always welcome, we're unlikely to accept further breaking changes or major feature additions.
@@ -317,7 +321,7 @@ This release makes the following breaking changes:
317
321
318
322
## 3.23.0
319
323
320
-
* Add docs about Slack channel in Ruby Central workspace. (Join us! #oss-view-component). Email [email protected] for an invite.
324
+
* Add docs about Slack channel in Ruby Central workspace. (Join us! #oss-view-component). Email <[email protected]> for an invite.
321
325
322
326
*Joel Hawksley
323
327
@@ -381,15 +385,15 @@ This release makes the following breaking changes:
381
385
382
386
*Reegan Viljoen*
383
387
384
-
* Add experimental support for caching.
388
+
* Add HomeStyler AI to list of companies using ViewComponent.
385
389
386
-
*Reegan Viljoen*
390
+
*JP Balarini*
387
391
388
392
## 3.21.0
389
393
390
394
* Updates testing docs to include an example of how to use with RSpec.
391
395
392
-
*Rylanview_cache Bowers*
396
+
*Rylan Bowers*
393
397
394
398
* Add `--skip-suffix` option to component generator.
395
399
@@ -1773,7 +1777,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
1773
1777
1774
1778
*Joel Hawksley*
1775
1779
1776
-
* 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!
1780
+
* 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!
1777
1781
1778
1782
*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)
1779
1783
@@ -2537,7 +2541,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
2537
2541
2538
2542
*MatheusRichard*
2539
2543
2540
-
*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.
2544
+
*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.
2541
2545
2542
2546
*JoelHawksley*
2543
2547
@@ -2555,7 +2559,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
2555
2559
2556
2560
## 2.31.0
2557
2561
2558
-
_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. (`<%`)_
2562
+
*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. (`<%`)*
2559
2563
2560
2564
* Add `#with_content` to allow setting content without a block.
2561
2565
@@ -3003,7 +3007,7 @@ _Note: This release includes an underlying change to Slots that may affect incor
3003
3007
3004
3008
*The gem name is now `view_component`.
3005
3009
*ViewComponent previews are now accessed at `/rails/view_components`.
3006
-
*ViewComponents can _only_ be rendered with the instance syntax:`render(MyComponent.new)`. Supportfor all other syntaxes has been removed.
3010
+
*ViewComponents can *only* be rendered with the instance syntax:`render(MyComponent.new)`. Supportfor all other syntaxes has been removed.
3007
3011
*ActiveModel::Validations have been removed. ViewComponent generators no longer include validations.
0 commit comments