🤖 Bip Bop - Fusion Framework Release #3817
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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.Fixes: build(deps-dev): bump eslint from 8.36.0 to 8.38.0 #747
@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.Note: Charts exports are still available from
./enterprisefor 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
7c57951]:@equinor/[email protected]
Patch Changes
#3816
7c57951Thanks @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
7c57951Thanks @odinr! - Update AG Charts imports to use new@equinor/fusion-framework-react-ag-grid/chartsexport path.Migrate from direct
ag-charts-reactimports to the framework's unified charts export.