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
16 changes: 8 additions & 8 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.

Date generated: 2026-5-4
Date generated: 2026-5-12

Revision ID: 0c39c460e837a54efedde9d37131feb930e4b8a1
Revision ID: 52d6a5f81cbc391c8c918fe465fad2be3e3de86f

================================================================================
================================================================================
Expand Down Expand Up @@ -376,7 +376,7 @@ Revision ID: 0c39c460e837a54efedde9d37131feb930e4b8a1
- bail (2.0.2) [MIT]
- balanced-match (2.0.0) [MIT]
- base64-js (1.5.1) [MIT]
- baseline-browser-mapping (2.10.27) [Apache-2.0]
- baseline-browser-mapping (2.10.29) [Apache-2.0]
- batch (0.6.1) [MIT]
- binary-extensions (2.3.0) [MIT]
- bl (4.1.0) [MIT]
Expand Down Expand Up @@ -710,7 +710,7 @@ Revision ID: 0c39c460e837a54efedde9d37131feb930e4b8a1
- magic-string (0.30.21) [MIT]
- make-dir (2.1.0) [MIT]
- mapbox-gl (2.15.0) [BSD-3-Clause, MIT]
- maplibre-gl (4.7.1) [MIT, BSD-3-Clause, ISC, 0BSD]
- maplibre-gl (4.7.1) [MIT, BSD-3-Clause, 0BSD, ISC]
- markdown-table (3.0.4) [MIT]
- matchmediaquery (0.4.2) [MIT]
- math-intrinsics (1.1.0) [MIT]
Expand Down Expand Up @@ -5367,9 +5367,9 @@ MIT


--------------------------------------------------------------------------------
Package Title: baseline-browser-mapping (2.10.27)
Package Title: baseline-browser-mapping (2.10.29)

Package Locator: npm+baseline-browser-mapping$2.10.27
Package Locator: npm+baseline-browser-mapping$2.10.29

Package Depth: Transitive
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -9407,7 +9407,7 @@ MIT, BSD-3-Clause


* Other Licenses *
ISC, 0BSD
0BSD, ISC


--------------------------------------------------------------------------------
Expand Down Expand Up @@ -38277,4 +38277,4 @@ POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2026-5-4
Report Generated by FOSSA on 2026-5-12
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"comment": "sdk-model: Add per-tab `IDashboardTab.parameters`; deprecate root `IDashboard.parameters`",
"type": "none",
"packageName": "@gooddata/sdk-ui-all"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"comment": "api-client-tiger: Add `ITigerDashboardTab.parameters`",
"type": "none",
"packageName": "@gooddata/sdk-ui-all"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"comment": "sdk-backend-tiger: Read/write per-tab `parameters`; V1 root fallback only when no tab declares any",
"type": "none",
"packageName": "@gooddata/sdk-ui-all"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-backend-tiger: Prevented creating new orphaned filter contexts on FE.",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-gen-ai: implement conversation drag and drop using native browser DnD across pinned and rest sections",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-gen-ai: refactor drill state management by replacing useDrillState hook with DrillState component and integrating it into ConversationVisualizationContent",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-gen-ai: build shell-host setting URLs in the AI chat when enableShellApplication is on, so the \"Change LLM model\" link lands on /organization/settings/workspaces/{id}/configuration with the #/ai/change-llm-model deep-link intact",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-model, spi-backend-spi: move ISettings related types from spi to model",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
2 changes: 1 addition & 1 deletion common/config/rush/.pnpmfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"use strict";

// baseline-browser-mapping needs to be updated to the latest version every 14 days
const baselineBrowserMappingVersion = "2.10.27";
const baselineBrowserMappingVersion = "2.10.29";

// browserslist needs to be updated every 6 months
const browserslistVersion = "4.28.2";
Expand Down
9 changes: 3 additions & 6 deletions common/config/rush/pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{
"definitionName": "lockStepVersion",
"policyName": "sdk",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"nextBump": "prerelease",
"mainProject": "@gooddata/sdk-ui-all"
},
{
"definitionName": "lockStepVersion",
"policyName": "sdk-examples",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"nextBump": "prerelease",
"mainProject": "@gooddata/sdk-ui-all"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-examples-template",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "GoodData interactive example template",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-attributefilter",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-chartconfig",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This interactive example demonstrates how to manipulate the chart config.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-columnchart",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-combochart",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "Example demonstrates ComboChart secondaryMeasures definition. ",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-dashboard",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example shows how to use the Dashboard component.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-datefilter",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "Example demonstrates usage of Date Filter component.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-dependentfilters",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-execute",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example demonstrates using Execute component and build custom visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-granularity",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example exmplains DateFilter granularity ",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-headline",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example shows how to use the Headline component.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-pivottable",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "Basic PivotTable manipulation.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-relativedatefilter",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "Example demonstrates how to set relative DateFilter for visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-repeater",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "This example demonstrates how to use Repeater component.",
"license": "LicenseRef-LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-interactive-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-examples",
"version": "11.35.0-alpha.5",
"version": "11.35.0-alpha.6",
"private": false,
"description": "GoodData React interactive examples",
"license": "LicenseRef-LICENSE",
Expand Down
23 changes: 0 additions & 23 deletions libs/api-client-tiger/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,22 +108,7 @@
"default": {
"logLevel": "none"
// "addToApiReportFile": false
},

// workaround for the false negative about
// > The symbol "AutomationAlertCondition_2" needs to be exported by the entry point index.d.ts
// remove this once the above error is not there anymore (bug in API extractor)
"ae-forgotten-export": {
"logLevel": "warning",
"addToApiReportFile": true
}

// "ae-extra-release-tag": {
// "logLevel": "warning",
// "addToApiReportFile": true
// },
//
// . . .
},

/**
Expand All @@ -136,15 +121,7 @@
"tsdocMessageReporting": {
"default": {
"logLevel": "none"
// "addToApiReportFile": false
}

// "tsdoc-link-tag-unescaped-text": {
// "logLevel": "warning",
// "addToApiReportFile": true
// },
//
// . . .
}
}
}
Loading