Skip to content

Commit a1d8421

Browse files
committed
fix changelog stuff
1 parent b2807a7 commit a1d8421

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
@@ -14,6 +14,10 @@ nav_order: 6
1414

1515
*Joel Hawksley*, *Blake Williams*
1616

17+
* Add experimental support for caching.
18+
19+
*Reegan Viljoen*
20+
1721
## 4.0.0.rc1
1822

1923
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:
317321

318322
## 3.23.0
319323

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.
321325

322326
*Joel Hawksley
323327

@@ -381,15 +385,15 @@ This release makes the following breaking changes:
381385

382386
*Reegan Viljoen*
383387

384-
* Add experimental support for caching.
388+
* Add HomeStyler AI to list of companies using ViewComponent.
385389

386-
*Reegan Viljoen*
390+
*JP Balarini*
387391

388392
## 3.21.0
389393

390394
* Updates testing docs to include an example of how to use with RSpec.
391395

392-
*Rylanview_cache Bowers*
396+
*Rylan Bowers*
393397

394398
* Add `--skip-suffix` option to component generator.
395399

@@ -1773,7 +1777,7 @@ Run into an issue with this release? [Let us know](https://github.com/ViewCompon
17731777
17741778
*Joel Hawksley*
17751779
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!
17771781

17781782
* 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)
17791783

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

25382542
*Matheus Richard*
25392543

2540-
* 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.
2544+
* 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.
25412545

25422546
*Joel Hawksley*
25432547

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

25562560
## 2.31.0
25572561

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. (`<%`)*
25592563
25602564
* Add `#with_content` to allow setting content without a block.
25612565
@@ -3003,7 +3007,7 @@ _Note: This release includes an underlying change to Slots that may affect incor
30033007

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

0 commit comments

Comments
 (0)