Prepare devtools_app_shared and devtools_extensions for publishing to 0.5.0#9652
Open
elliette wants to merge 1 commit intoflutter:masterfrom
Open
Prepare devtools_app_shared and devtools_extensions for publishing to 0.5.0#9652elliette wants to merge 1 commit intoflutter:masterfrom
devtools_app_shared and devtools_extensions for publishing to 0.5.0#9652elliette wants to merge 1 commit intoflutter:masterfrom
Conversation
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.
The following changes have been made to
devtools_app_sharedsince we last published version 0.4.0:9fd9338 DTDManager handles the subscription to the service stream (#9635)
04b74a8 Add webdriver test for compiler query parameter (#9608)
d2a1458 AI assistant pane is displayed for supported screens when the AI assistant feature flag is enabled (#9591)
1af3032 Attempt to reconnect to DTD automatically if the connection drops (#9587)
1f8b3f5 Disable screens not compatible with DWDS websocket mode (#9481)
1b39a2e Add basic support for Flutter web applications served with
-d web-server(#9468)0327830 Enable WASM experiment for Flutter beta branches (#9455)
98a52a8 Add feature flag scaffolding to support experiments restricted to a specific Flutter channel (#9440)
941b480 Use SelectionArea instead of SelectableText (#9333)
600d835 Remove
scaleByFontFactormethod and usages (#9304)c736de3 ServiceExtensionManager: avoid switching on runtime type (#9286)
9510c7d ServiceExtensionManager: simplify code around service state and availability (#9288)
4bebd62 ServiceExtensionManager: return early... earlier (#9287)
92fbb33 devtools_app_shared: add CHANGELOG entry (#9289)
495c66d Do not mark service extensions as 'added' so eagerly (#9271)
e6d8557 Small readability tweak in forEachIsolateHelper (#9273)
644b283 Ignore expected exceptions from the
navigateToCodeextension method. (#9266)This PR adds CHANGELOG entries for those changes and does a
minorversion patch to indicate this version contains breaking changes.Note: Opened #9650 so that we catch missing CHANGELOG entries and breaking changes in the future.