Skip to content

Commit

Permalink
Merge pull request #19 from sdidier-dev/bump-to-v30
Browse files Browse the repository at this point in the history
  • Loading branch information
BSd3v authored Jan 26, 2024
2 parents 16f51d4 + 4191c3a commit 3ace197
Show file tree
Hide file tree
Showing 8 changed files with 525 additions and 207 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-ag-grid",
"version": "31.0.1rc3",
"version": "31.0.2rc5",
"description": "Dash wrapper around AG Grid, the best interactive data grid for the web.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,9 +29,9 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"ag-grid-community": "^31.0.1",
"ag-grid-enterprise": "^31.0.1",
"ag-grid-react": "^31.0.1",
"ag-grid-community": "^31.0.2",
"ag-grid-enterprise": "^31.0.2",
"ag-grid-react": "^31.0.2",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"d3-format": "^3.1.0",
Expand Down
6 changes: 5 additions & 1 deletion src/lib/utils/propCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const COLUMN_DANGEROUS_FUNCTIONS = {
filterValueGetter: 1,
headerValueGetter: 1,
template: 1,
dateParser: 1,
dateFormatter: 1,
};

/**
Expand Down Expand Up @@ -183,7 +185,6 @@ export const COLUMN_MAYBE_FUNCTIONS_NO_PARAMS = {

// Columns: Sort
comparator: 1,
dataTypeMatcher: 1,

// filter params custom option
predicate: 1,
Expand Down Expand Up @@ -265,6 +266,9 @@ export const COLUMN_MAYBE_FUNCTIONS = {

// In filterParams
filterPlaceholder: 1,

// In dataTypeDefinitions
dataTypeMatcher: 1,
};

/**
Expand Down
Loading

0 comments on commit 3ace197

Please sign in to comment.