From 17b2f0d5c9adb4bd4fed423203631ce9923743b2 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Mon, 6 Jul 2026 10:32:43 +0100 Subject: [PATCH] Update govuk-components link for new domain We've moved all x-govuk projects under the x-govuk.org umbrella now and won't be using the netlify.app domains any more. --- docs/CHANGELOG.md | 4 ++++ docs/resources.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0097e649f..9f741f84a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,10 @@ nav_order: 6 ## main +* Update link to GOV.UK Components library in resources list to govuk-components.x-govuk.org + + *Peter Yates* + ## 4.12.0 * Fix stale render context on reused component instances. A `ViewComponent::Base` instance memoized its controller, helpers, request, view context, lookup context, view flow, and requested format details on first render via `||=`. Rendering the same instance a second time (intentionally or via aliasing) reused that stale context, which could leak data across requests, sessions, or users. `#render_in` now resets these ivars on every call so each render derives its context from the current view. diff --git a/docs/resources.md b/docs/resources.md index d4b22ee26..597b3d04c 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -11,7 +11,7 @@ _Is this page missing a link? Open a PR!_ ## ViewComponent libraries - [Primer ViewComponents](https://primer.style/view-components/) -- [GOV.UK Rails Components](https://govuk-components.netlify.app/) +- [GOV.UK Rails Components](https://govuk-components.x-govuk.org/) - [Polaris ViewComponents](https://github.com/baoagency/polaris_view_components) - [Rails Designer](https://railsdesigner.com/)