Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 4, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@equinor/[email protected]

Minor Changes

  • #3816 7c57951 Thanks @odinr! - Internal: theme config property now expects a function () => Theme for lazy evaluation, but consumer APIs remain backward compatible.

    Most consumers using builder.setTheme() do not need to migrate; it still accepts both Theme objects and functions. Only direct construction of AgGridConfig requires the function wrapper.

    // Internal API change (rare, direct config construction)
    const config: AgGridConfig = {
      theme: () => myTheme
    };
    
    // Builder API remains backward compatible
    builder.setTheme(myTheme); // still works
    builder.setTheme((theme) => theme.withParams({...})); // also works

    Fixes: build(deps-dev): bump eslint from 8.36.0 to 8.38.0 #747

@equinor/[email protected]

Minor Changes

  • #3816 7c57951 Thanks @odinr! - Add new ./charts export path for AG Charts React components and enterprise module.

    The package now exports AgCharts and AgChartsEnterpriseModule from a dedicated ./charts export path. This provides a cleaner separation from the enterprise exports.

    import {
      AgCharts,
      AgChartsEnterpriseModule,
    } from "@equinor/fusion-framework-react-ag-grid/charts";

    Note: Charts exports are still available from ./enterprise for backward compatibility but will be removed in a future minor release.

    Fixes: build(deps-dev): bump eslint from 8.36.0 to 8.38.0 #747

Patch Changes

@equinor/[email protected]

Patch Changes

  • #3816 7c57951 Thanks @odinr! - Add test theme override example in cookbook configuration.

    Demonstrates how to use the theme function API with custom theme parameters.

  • Updated dependencies [7c57951]:

@equinor/[email protected]

Patch Changes

  • #3816 7c57951 Thanks @odinr! - Update AG Charts imports to use new @equinor/fusion-framework-react-ag-grid/charts export path.

    Migrate from direct ag-charts-react imports to the framework's unified charts export.

@github-actions github-actions bot requested review from a team and odinr as code owners December 4, 2025 09:43
@github-actions github-actions bot marked this pull request as draft December 4, 2025 09:43
@asbjornhaland asbjornhaland marked this pull request as ready for review December 4, 2025 09:45
Copilot AI review requested due to automatic review settings December 4, 2025 09:45
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This is an automated release PR generated by the Changesets GitHub Action. It publishes a minor version bump for AG Grid modules with backward-compatible enhancements, including a new charts export path and internal theme API improvements.

Key Changes:

  • Adds ./charts export path to @equinor/fusion-framework-react-ag-grid for better separation of AG Charts components
  • Refactors internal theme configuration API to use lazy evaluation while maintaining backward compatibility
  • Updates cookbook examples to demonstrate new APIs

Reviewed changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/react/ag-grid/package.json Bumps version from 34.3.0 to 34.4.0 (minor)
packages/react/ag-grid/CHANGELOG.md Documents new ./charts export path and dependency updates
packages/modules/ag-grid/package.json Bumps version from 34.3.0 to 34.4.0 (minor)
packages/modules/ag-grid/CHANGELOG.md Documents internal theme API change with migration notes
cookbooks/app-react-charts/package.json Bumps version from 1.2.1 to 1.2.2 (patch)
cookbooks/app-react-charts/CHANGELOG.md Documents migration to new charts import path
cookbooks/app-react-ag-grid/package.json Bumps version from 1.0.4 to 1.0.5 (patch)
cookbooks/app-react-ag-grid/CHANGELOG.md Documents theme override example and dependency update
.changeset/react-ag-grid_add-charts-export.md Consumed and removed by Changesets
.changeset/module-ag-grid_theme-function.md Consumed and removed by Changesets
.changeset/cookbook-app-react-charts_update-charts-import.md Consumed and removed by Changesets
.changeset/cookbook-app-react-ag-grid_test-theme-override.md Consumed and removed by Changesets

@github-actions
Copy link
Contributor Author

github-actions bot commented Dec 4, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 5.76% 55583 / 964142
🔵 Statements 5.76% 55583 / 964142
🔵 Functions 43.81% 542 / 1237
🔵 Branches 63.65% 965 / 1516
File CoverageNo changed files found.
Generated in workflow #11355 for commit 32c2508 by the Vitest Coverage Report Action

@odinr odinr merged commit 60755b2 into main Dec 4, 2025
10 of 11 checks passed
@odinr odinr deleted the changeset-release/main branch December 4, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants