fix: update plugin sizing definition [LIBS-631]#1383
Merged
Conversation
KaiVandivier
approved these changes
Jun 24, 2024
dhis2-bot
added a commit
that referenced
this pull request
Jun 24, 2024
## [3.10.5](v3.10.4...v3.10.5) (2024-06-24) ### Bug Fixes * update plugin sizing definition ([#1383](#1383)) ([266dc49](266dc49))
Contributor
|
🎉 This PR is included in version 3.10.5 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
KaiVandivier
pushed a commit
that referenced
this pull request
Nov 25, 2024
KaiVandivier
pushed a commit
that referenced
this pull request
Nov 25, 2024
dhis2-bot
added a commit
that referenced
this pull request
Nov 26, 2024
# [3.11.0-alpha.1](v3.10.4-alpha.1...v3.11.0-alpha.1) (2024-11-26) ### Bug Fixes * **cacheable-section:** synchronously flush recording state for UI consistency ([04bc604](04bc604)) * add endpoint to text plain matchers ([#1390](#1390)) ([de8fbec](de8fbec)) * expand FetchErrorDetails type ([#1389](#1389)) ([78ad0b3](78ad0b3)) * handle alert returned async by parentAlertsAdd [LIBS-695] ([#1388](#1388)) ([bba9c23](bba9c23)) * **cacheable-section:** stable references to avoid loops [LIBS-642] ([#1385](#1385)) ([31562e9](31562e9)) * update plugin sizing definition ([#1383](#1383)) ([38c09b9](38c09b9)) * **deps:** remove cli-app-scripts peer dep [LIBS-587] ([#1379](#1379)) ([9e22e88](9e22e88)) * **deps:** update cli-app-scripts for package/types race condition ([dee6795](dee6795)) ### Features * fixed dimensions efficiency ([#1386](#1386)) ([b56ad2d](b56ad2d)) * upgrade app-runtime React version to v18 ([#1387](#1387)) ([0e4a3d5](0e4a3d5))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implements LIBS-631
Key features
Moves Plugin wrapper's definition of iframe dimensions from parent div to iframe. This is equivalent, but prevents errors with highcharts visualiztion resizing in dashboard. I have tested and this does not affect the resizing logic for plugins that are supposed to auto resize.
Checklist