Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Production Build
BUILD_GRID_VERSION=35.0.0-beta.20260201.2039
BUILD_CHARTS_VERSION=13.0.0-beta.20260201
BUILD_GRID_VERSION=35.0.0-beta.20260202.1339
BUILD_CHARTS_VERSION=13.0.0-beta.20260202
ENV=local
NX_BATCH_MODE=true
NX_ADD_PLUGINS=false
Expand Down
2 changes: 1 addition & 1 deletion community-modules/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/locale",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "Localisation Module for AG Grid, providing translations in 31 languages.",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion community-modules/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ag-grid-community/styles",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "AG Grid Styles and Themes",
"main": "_index.scss",
"files": [
Expand Down
24 changes: 12 additions & 12 deletions documentation/ag-grid-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ag-grid-docs",
"description": "Documentation for AG Grid",
"type": "module",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
Expand Down Expand Up @@ -53,17 +53,17 @@
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@pqina/flip": "^1.8.4",
"ag-charts-angular": "13.0.0-beta.20260201",
"ag-charts-community": "13.0.0-beta.20260201",
"ag-charts-enterprise": "13.0.0-beta.20260201",
"ag-charts-types": "13.0.0-beta.20260201",
"ag-charts-react": "13.0.0-beta.20260201",
"ag-charts-vue3": "13.0.0-beta.20260201",
"ag-grid-angular": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-enterprise": "35.0.0-beta.20260201.2039",
"ag-grid-react": "35.0.0-beta.20260201.2039",
"ag-grid-vue3": "35.0.0-beta.20260201.2039",
"ag-charts-angular": "13.0.0-beta.20260202",
"ag-charts-community": "13.0.0-beta.20260202",
"ag-charts-enterprise": "13.0.0-beta.20260202",
"ag-charts-types": "13.0.0-beta.20260202",
"ag-charts-react": "13.0.0-beta.20260202",
"ag-charts-vue3": "13.0.0-beta.20260202",
"ag-grid-angular": "35.0.0-beta.20260202.1339",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"ag-grid-enterprise": "35.0.0-beta.20260202.1339",
"ag-grid-react": "35.0.0-beta.20260202.1339",
"ag-grid-vue3": "35.0.0-beta.20260202.1339",
"algoliasearch": "^4.18.0",
"astro": "5.16.6",
"cheerio": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion documentation/update-algolia-indices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "update-algolia-indices",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "Update algolia indices",
"main": "src/index.ts",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions external/ag-website-shared/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = git@github.com:ag-grid/ag-website-shared.git
branch = latest
commit = 9c58618050167cd2ceec99f66f6564d4481e0a27
parent = fe26a4f31e3dcd01142d47b89a84d03e8dc6549e
commit = 1709859232d2cee4e1c97e22604df7d7a81848d5
parent = 17685a309e40351e2f2778a8b8b0c21f192af677
method = rebase
cmdver = 0.4.9
Original file line number Diff line number Diff line change
Expand Up @@ -213,38 +213,33 @@ body > #highlighter {
}

.controls-row {
display: flex;
justify-content: space-between;
}

.controls-left {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: var(--row-gap);
font-variant: tabular-nums;
}

.controls-left + .controls-left {
.controls-row + .controls-row {
margin-top: var(--row-gap);
}

.controls-left.center {
.controls-row.center {
justify-content: center;
}

.controls-left .push-right {
.controls-row .push-right {
margin-left: auto;
}

.controls-left .push-left {
.controls-row .push-left {
margin-right: auto;
}

.controls-left .gap-right {
.controls-row .gap-right {
margin-right: calc(var(--row-gap) * 6);
}

.controls-left .gap-left {
.controls-row .gap-left {
margin-left: calc(var(--row-gap) * 6);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"license": "MIT",
"scripts": {
"compressVideo": "tsx external/ag-website-shared/scripts/compress-video",
Expand Down
6 changes: 3 additions & 3 deletions packages/ag-grid-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-angular",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "AG Grid Angular Component",
"scripts": {
"clean": "rimraf dist",
Expand All @@ -15,7 +15,7 @@
"module": "./dist/ag-grid-angular/fesm2022/ag-grid-angular.mjs",
"typings": "./dist/ag-grid-angular/index.d.ts",
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"@angular/animations": "^18.0.7",
"@angular/common": "^18.0.7",
"@angular/compiler": "^18.0.7",
Expand All @@ -27,7 +27,7 @@
"zone.js": "~0.15.1"
},
"devDependencies": {
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"@angular-devkit/build-angular": "^18.0.7",
"@angular/cli": "^18.0.7",
"@angular/forms": "^18.0.7",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "ag-grid-angular",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "AG Grid Angular Component",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">= 18.0.0",
"@angular/core": ">= 18.0.0"
},
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"tslib": "^2.3.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-community/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-community",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down Expand Up @@ -119,7 +119,7 @@
],
"homepage": "https://www.ag-grid.com/",
"dependencies": {
"ag-charts-types": "13.0.0-beta.20260201"
"ag-charts-types": "13.0.0-beta.20260202"
},
"devDependencies": {
"source-map-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-community/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '35.0.0-beta.20260201.2039';
export const VERSION = '35.0.0-beta.20260202.1339';
12 changes: 6 additions & 6 deletions packages/ag-grid-enterprise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-enterprise",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/main.cjs.js",
"types": "./dist/types/src/main.d.ts",
Expand Down Expand Up @@ -113,16 +113,16 @@
],
"homepage": "https://www.ag-grid.com/",
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260201.2039"
"ag-grid-community": "35.0.0-beta.20260202.1339"
},
"optionalDependencies": {
"ag-charts-community": "13.0.0-beta.20260201",
"ag-charts-enterprise": "13.0.0-beta.20260201"
"ag-charts-community": "13.0.0-beta.20260202",
"ag-charts-enterprise": "13.0.0-beta.20260202"
},
"devDependencies": {
"source-map-loader": "^5.0.0",
"ag-charts-community": "13.0.0-beta.20260201",
"ag-charts-enterprise": "13.0.0-beta.20260201",
"ag-charts-community": "13.0.0-beta.20260202",
"ag-charts-enterprise": "13.0.0-beta.20260202",
"ts-loader": "^9.5.1",
"esbuild-loader": "^4.4.0",
"style-loader": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ag-grid-enterprise/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '35.0.0-beta.20260201.2039';
export const VERSION = '35.0.0-beta.20260202.1339';
6 changes: 3 additions & 3 deletions packages/ag-grid-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-react",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "AG Grid React Component",
"main": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/runtime": "^7.27.1",
"prop-types": "^15.6.2",
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"@babel/plugin-proposal-throw-expressions": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/react": "~18.3.26",
Expand All @@ -44,7 +44,7 @@
},
"dependencies": {
"prop-types": "^15.8.1",
"ag-grid-community": "35.0.0-beta.20260201.2039"
"ag-grid-community": "35.0.0-beta.20260202.1339"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ag-grid-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ag-grid-vue3",
"description": "AG Grid Vue 3 Component",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"author": "Sean Landsman <sean@thelandsmans.com>",
"license": "MIT",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"build-only:watch": "vite build --watch"
},
"dependencies": {
"ag-grid-community": "35.0.0-beta.20260201.2039"
"ag-grid-community": "35.0.0-beta.20260202.1339"
},
"devDependencies": {
"vue": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ag-grid-generate-code-reference-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-generate-code-reference-files",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"private": true,
"dependencies": {
"ag-shared": "0.0.1",
Expand Down
4 changes: 2 additions & 2 deletions plugins/ag-grid-generate-example-files/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "ag-grid-generate-example-files",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"private": true,
"dependencies": {
"ag-shared": "0.0.1",
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"glob": "8.0.3",
"typescript": "~5.4.5",
"cheerio": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ag-grid-task-autogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-task-autogen",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"private": true,
"dependencies": {
"@nx/devkit": "20.3.1",
Expand Down
12 changes: 6 additions & 6 deletions testing/accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-accessibility",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"scripts": {
"download-examples": "curl --retry 5 -retry-all-errors https://grid-staging.ag-grid.com/debug/all-examples.json > ./all-examples.json",
"download-examples-local": "curl https://localhost:4610/debug/all-examples.json > ./all-examples.json",
Expand All @@ -18,11 +18,11 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"ag-grid-angular": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-enterprise": "35.0.0-beta.20260201.2039",
"ag-charts-community": "13.0.0-beta.20260201",
"ag-charts-enterprise": "13.0.0-beta.20260201",
"ag-grid-angular": "35.0.0-beta.20260202.1339",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"ag-grid-enterprise": "35.0.0-beta.20260202.1339",
"ag-charts-community": "13.0.0-beta.20260202",
"ag-charts-enterprise": "13.0.0-beta.20260202",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
Expand Down
8 changes: 4 additions & 4 deletions testing/behavioural/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ag-behavioural-testing",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"private": true,
"description": "Behavioural unit testing for ag-Grid",
"dependencies": {
"tslib": "^2.8.1"
},
"type": "module",
"devDependencies": {
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-enterprise": "35.0.0-beta.20260201.2039",
"ag-grid-react": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"ag-grid-enterprise": "35.0.0-beta.20260202.1339",
"ag-grid-react": "35.0.0-beta.20260202.1339",
"@vitejs/plugin-react": "^4.5.1",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
Expand Down
2 changes: 1 addition & 1 deletion testing/behavioural/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// DO NOT UPDATE MANUALLY: Generated from script during build time
export const VERSION = '35.0.0-beta.20260201.2039';
export const VERSION = '35.0.0-beta.20260202.1339';
2 changes: 1 addition & 1 deletion testing/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-csp",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"description": "CSP testing for AG Grid",
"main": "index.js",
"scripts": {},
Expand Down
12 changes: 6 additions & 6 deletions testing/module-size-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ag-grid-module-size-angular",
"version": "35.0.0-beta.20260201.2039",
"version": "35.0.0-beta.20260202.1339",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -20,11 +20,11 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"ag-grid-angular": "35.0.0-beta.20260201.2039",
"ag-grid-community": "35.0.0-beta.20260201.2039",
"ag-grid-enterprise": "35.0.0-beta.20260201.2039",
"ag-charts-community": "13.0.0-beta.20260201",
"ag-charts-enterprise": "13.0.0-beta.20260201",
"ag-grid-angular": "35.0.0-beta.20260202.1339",
"ag-grid-community": "35.0.0-beta.20260202.1339",
"ag-grid-enterprise": "35.0.0-beta.20260202.1339",
"ag-charts-community": "13.0.0-beta.20260202",
"ag-charts-enterprise": "13.0.0-beta.20260202",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
Expand Down
Loading
Loading