Skip to content

[pull] latest from ag-grid:latest#721

Merged
pull[bot] merged 6 commits intocode:latestfrom
ag-grid:latest
May 8, 2026
Merged

[pull] latest from ag-grid:latest#721
pull[bot] merged 6 commits intocode:latestfrom
ag-grid:latest

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 8, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

sdwvit and others added 6 commits May 8, 2026 14:26
* Rename e2e.sh to docs-e2e.sh and update references

Updates the helper script name to be more descriptive, and documents
the new docs-e2e.sh commands in AGENTS.md, rulesync rules, and package.json.

* fix spelling
* AG-17221 Fix React cell render loop on column drag

Add an early-return in cellComp.tsx's useLayoutEffect on [renderDetails]
when the inner compDetails reference is unchanged. Without this guard, a
wrapper-only renderDetails update (new wrapper object holding the same
compDetails ref) would call refresh() → setRenderKey → renderer remount →
cellCtrl re-emits compDetails → repeat. With renderers whose refresh()
returns false (e.g. agGroupCellRenderer), this produced an infinite
"Maximum update depth exceeded" loop, observed during column
drag-and-drop on auto group columns.

Fix #AG-17221

* AG-17221 Combine renderDetails guards into a single check

Fold the new compDetails-identity guard into the existing nullish check.
Net behavioural change: rowDragCompRef.refreshVisibility() now skips on
wrapper-only renderDetails updates, which is consistent with the rest of
the effect — if compDetails hasn't changed there's nothing for row-drag
visibility to react to.

* Reduce duplication
* AG-3390 - Port overrideSocialImage prop to Layout.astro

Cherry-picks the Layout.astro plumbing from PR #13628 (b35.2.1) so pages
on latest can override the default social card via `overrideSocialImage`.

* AG-3390 - Sync beyond-the-prompt campaign from b35.2.1

- Replaces beyond-the-prompt page and stylesheet with the redesigned
  versions from b35.2.1 (#13628, #13645).
- Adds the new SVG portraits (incl. orange-bg variants), social card,
  Savoy venue images, replacement webp speakers, and bryntum-logo.webp.
- Removes orphaned venue-1/2/3.webp and bryntum-logo.png that the old
  page referenced.
- Wires up showAnnouncementBanner in Layout.astro so the page can
  suppress the announcement banner on itself.

* AG-3390 - Drop unused announcementBannerProps interface field

Matches b35.2.1's tidy-up from #13628; the field had no callers and the
hardcoded internal const of the same name (used by the page-wide banner)
is unaffected.
* AG-3390 - Add boilerplate files back in

* git subrepo push external/ag-website-shared

subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "a75e88d9149"
upstream:
  origin:   "git@github.com:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "a75e88d9149"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "30db3b8"
@pull pull Bot locked and limited conversation to collaborators May 8, 2026
@pull pull Bot added the ⤵️ pull label May 8, 2026
@pull pull Bot merged commit 6339c1d into code:latest May 8, 2026
5 of 7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants