Releases: equinor/fusion-framework
@equinor/[email protected]
Patch Changes
-
#3845
5114ac4Thanks @asbjornhaland! - Fix tsconfig references -
Updated dependencies [
5114ac4]:- @equinor/[email protected]
- @equinor/[email protected]
@equinor/[email protected]
Patch Changes
- #3845
5114ac4Thanks @asbjornhaland! - Fix tsconfig references
@equinor/[email protected]
Patch Changes
-
#3845
5114ac4Thanks @asbjornhaland! - Fix tsconfig references -
Updated dependencies [
5114ac4]:- @equinor/[email protected]
@equinor/[email protected]
Patch Changes
-
#3845
5114ac4Thanks @asbjornhaland! - Fix tsconfig references -
Updated dependencies []:
- @equinor/[email protected]
@equinor/[email protected]
Patch Changes
-
#3845
5114ac4Thanks @asbjornhaland! - Fix tsconfig references -
Updated dependencies [
5114ac4]:- @equinor/[email protected]
@equinor/[email protected]
Minor Changes
-
#3816
7c57951Thanks @odinr! - Add new./chartsexport path for AG Charts React components and enterprise module.The package now exports
AgChartsandAgChartsEnterpriseModulefrom a dedicated./chartsexport 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
./enterprisefor backward compatibility but will be removed in a future minor release.Fixes: #747
Patch Changes
- Updated dependencies [
7c57951]:- @equinor/[email protected]
@equinor/[email protected]
Minor Changes
-
#3816
7c57951Thanks @odinr! - Internal:themeconfig property now expects a function() => Themefor lazy evaluation, but consumer APIs remain backward compatible.Most consumers using
builder.setTheme()do not need to migrate; it still accepts bothThemeobjects and functions. Only direct construction ofAgGridConfigrequires 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: #747
@equinor/[email protected]
@equinor/[email protected]
Patch Changes
- Updated dependencies [
244d615]:- @equinor/[email protected]
@equinor/[email protected]
Minor Changes
-
#3639
31f94beThanks @dependabot! - Upgrade AG Grid to 34.3.1 and ag-charts-enterprise to 12.3.1.Highlights in AG Grid 34.3.x:
- Performance and stability improvements in community and enterprise
- Minor feature refinements; no breaking API changes noted
- React bindings remain compatible (React 18/19)
Release notes: https://github.com/ag-grid/ag-grid/releases/tag/v34.3.1
Consumer impact: dependency upgrades with improved stability/features; public APIs unchanged.
Related PR: #3639
Patch Changes
- Updated dependencies [
31f94be]:- @equinor/[email protected]