🤖 Bip Bop - Fusion Framework Release #2134
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]
Patch Changes
@equinor/[email protected]
Patch Changes
#2135
3cd63d5
Thanks @odinr! - Fixed styling of the render root element for the applicationfixes: https://github.com/equinor/fusion/issues/301
@equinor/fusion-framework-cli
What the change is
This change fixes an issue where the root element rendered by the CLI was not being styled correctly, causing layout issues in some applications.
Why the change was made
Previously, the root element was not receiving the correct styles due to an issue with the way styles were being applied. This led to visual inconsistencies and layout problems in applications rendered by the CLI.
How a consumer should update their code
No code changes are required for consumers. This fix will be automatically applied when using the updated version of the
@equinor/fusion-framework-cli
package.Updated dependencies []:
@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
bd3d3e1
]:@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
bd3d3e1
Thanks @odinr! - Added some examples to documentation@equinor/[email protected]
Patch Changes
@equinor/[email protected]
Patch Changes
3cd63d5
]:@equinor/[email protected]
Patch Changes
#2133
c1617d3
Thanks @odinr! - Updated example for custom error with contextUpdated dependencies [
3cd63d5
]:@equinor/[email protected]
Patch Changes
3cd63d5
]:@equinor/[email protected]
Patch Changes
#2135
3cd63d5
Thanks @odinr! - Updated the React people cookbook to handle content height correctly in the dev portalThe React people cookbook previously had an issue where the content height was not calculated correctly when running in the dev portal environment. This changeset fixes that issue by adjusting the height calculation logic to work properly in the dev portal.