Skip to content

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

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

[pull] latest from ag-grid:latest#720
pull[bot] merged 12 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 : )

SalvatorePreviti and others added 12 commits May 8, 2026 10:33
* AG-17280 Toolbar key for api only

* Doc updates

* Fix lint

* Fix link

* Correct test behaviour

* Update icon folders on the docs

* Correcting test behaviour

* Update example buttons
* Add translations

* update dutch

---------

Co-authored-by: Stephen Cooper <scooperdev@gmail.com>
* git subrepo push external/ag-website-shared

subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "bb2db9f2eff"
upstream:
  origin:   "git@github.com:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "bb2db9f2eff"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "5e0f401"

* git subrepo pull external/ag-website-shared

subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "693fbe29f87"
upstream:
  origin:   "git@github.com:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "693fbe29f87"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "5e0f401"

* AG-3390 - Fix formatting differences

* AG-3390 - Fix last name error in trial license form

* git subrepo push external/ag-website-shared

subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "06ffba427e1"
upstream:
  origin:   "git@github.com:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "06ffba427e1"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "30db3b8"

* AG-3390 - Add missing framework text animation

* AG-3390 - Add missing PRODUCTION_STUDIO_SITE_URL

* AG-3390 - Add DEBUG_SCRIPT_FILE_NAME constant

Not used in grid at the moment, but could be used in future.
From studio, see ag-grid/ag-studio#792

* git subrepo push external/ag-website-shared

subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "f4463362670"
upstream:
  origin:   "git@github.com:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "f4463362670"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "30db3b8"

* git subrepo pull external/ag-website-shared

subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "01e1bd87332"
upstream:
  origin:   "git@github.com:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "01e1bd87332"
git-subrepo:
  version:  "0.4.9"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "30db3b8"
…13702)

* AG-17294 Fix legacy Alpine toolbar font weight and button hover

- Add --ag-header-font-weight: 700 to Alpine legacy variables so toolbar matches header
- Restore --ag-icon-button-hover-color on button hover (was replaced with --ag-foreground-color, losing the blue active-color hover in Alpine)

* AG-17294 Refactor Alpine toolbar font weight and fix group panel padding

- Use direct font-weight: 700 rule on .ag-toolbar in Alpine _index.scss instead of declaring --ag-header-font-weight variable
- Restore padding-left: var(--ag-cell-horizontal-padding) to .ag-column-drop-horizontal in legacy themes (_column-drop.scss); the toolbar zeroes it via .ag-toolbar-panel override in _toolbar.scss

* AG-17294 Fix legacy toolbar: Alpine font-weight, group panel padding, toolbar-panel padding

- Alpine toolbar font weight: direct font-weight: 700 on .ag-toolbar in _index.scss, no new variable
- Group panel drop zone: restore padding-left in _column-drop.scss for standalone use
- Toolbar panel: remove own horizontal padding (ag-toolbar-item margin provides spacing); keep padding: 0 on drop zone inside panel
* AG-3390 - Fix link checker losing tags across stream-chunk boundaries

The HTML anchor parser declared its state (prev/active/str) inside the
'readable' event handler, so the state reset every time the event fired.
For files larger than the stream's high-water mark, readable fires more
than once and any <a> tag straddling a buffer boundary was silently
dropped — producing false-positive "could not be resolved" errors for
links whose target anchor exists on the page.

Hoist the state into the surrounding closure and consume the stream via
`for await…of` so it persists across all chunks.

* AG-3390 - Remove temp fix for link checker issues
* AG-17295 Fix drop zone pill font weight inheriting from toolbar

* Fix broken #client-side anchor in row-models page

The Client-Side heading inside a list item did not generate an HTML
anchor, causing link validation to fail for all pages referencing
/row-models/#client-side. Added explicit Markdoc anchor tag.
@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 966dbee into code:latest May 8, 2026
4 of 6 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.

6 participants