fix(deps): update major dependencies (major)#11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Author
|
0bb561c to
69bea2d
Compare
1545f7e to
fef19d8
Compare
20e8e14 to
8f3748e
Compare
31c1a84 to
bd3fdde
Compare
8d80efc to
b94cfd7
Compare
1dfdbe0 to
046a03f
Compare
f24037a to
a405a13
Compare
38eafec to
8efc7fe
Compare
e1fae2e to
30dea8a
Compare
d49af24 to
be4fa38
Compare
be4fa38 to
683f0c9
Compare
a13257f to
d421ed8
Compare
4dad466 to
32d0bff
Compare
32d0bff to
44c22b9
Compare
56d4603 to
712a3f5
Compare
f55715d to
42fee01
Compare
7f037d8 to
51c3393
Compare
4aece7b to
c77fc22
Compare
064996e to
a6c02b7
Compare
35a6108 to
7f3fe5c
Compare
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.
This PR contains the following updates:
2.3.9→3.1.0^6.0.7→^12.0.01.6.14→2.11.11.2.0→2.0.0^4.0.0→^6.0.010.7.0→11.0.0^14.2.3→^17.0.011.3.1→12.0.35.3.0→6.3.23.2.0→5.0.026.2.8→33.2.1226.2.8→33.2.1226.2.8→33.2.12Release Notes
AhmedLSayed9/dropdown_button2 (dropdown_button2)
v3.1.0What's Changed
barrierBlocksInteractionto allow interaction with underlying widgets while the dropdown menu is open by @liubou-s-inno in #428DropdownButtonFormField2.onChangedordering relative toForm.onChanged[Flutter core] by @AhmedLSayed9 in #437mouseCursorto the dropdown button and MenuItemStyleData to customize the mouse cursor when hovering by @AhmedLSayed9 in #440New Contributors
Full Changelog: AhmedLSayed9/dropdown_button2@v3.0.0...v3.1.0
v3.0.0What's Changed
Iterableinstead ofListforselectedItemBuilderandmultiValueListenableproperties by @AhmedLSayed9 in #403New Contributors
Full Changelog: AhmedLSayed9/dropdown_button2@v2.3.8...v3.0.0
MaikuB/flutter_appauth (flutter_appauth)
v12.0.1Compare Source
idTokenHintandpostLogoutRedirectUrlparameters passed to theEndSessionRequestconstructor. This was done as both are optional according to the OIDC RP-initiated logout specificationv12.0.0Compare Source
v11.0.0Compare Source
Promptclass that exposes standardpromptstring values as defined in the OIDC specification. Thanks to the PR from Valentin MichalakPlatformExceptionwith anull_activityerror code when plugin runs into a scenario where the bound Flutter activity has been detached/disposed. Thanks to the PR from Sam Costav10.0.0flutter_lintsdev dependencycompileSdkVersionto 35 and AGP to 8.6.0v9.0.0compileSdkVersionto 33 and AGP to 8.0.1 to align with what's used by the AppAuth Android SDKflutter_lintsdev dependencyv8.0.1Compare Source
'OIDExternalUserAgent.h' file not founderrorv8.0.0+1Compare Source
v8.0.0Compare Source
preferEphemeralSessionproperty in theAuthorizationRequest,AuthorizationTokenRequestandEndSessionRequestclasses withexternalUserAgent. Thanks to the PR from john-slow.externalUserAgentis presented by the newlyExternalUserAgentenum that has the following valuesasWebAuthenticationSession: uses the ASWebAuthenticationSession APIs where possible. This is the default value and was the default behaviour behaviour that aligns with what the AppAuth iOS SDK would do in choosing the best available user-agentephemeralAsWebAuthenticationSession: uses an ephemeral session via the ASWebAuthenticationSession APIs. Applications that previously usedpreferEphemeralSessionand specified to betruecan migrate by specifying this enum valuesfSafariViewController: uses the SFSafariViewController APIsallowInsecureConnectionshas been done in response to issue 554AuthorizationServicehave been disposedv7.0.1Compare Source
v7.0.0Compare Source
FlutterAppAuthUserCancelledExceptionwhen an authorization request has been cancelled as a result of the user closing the browser. For other scenarios the plugin will throwFlutterAppAuthPlatformException. See the API docs for both classes for more details on the available details. Both exception classes inherit fromPlatformExceptionso the changes should be backwards compatibleflyerhq/flutter_chat_ui (flutter_chat_ui)
v2.11.0Compare Source
v2.10.0Update dependencies to latest, require min dart 3.8 and flutter 3.32. Migrate monorepo to pub workspaces.
2.9.2
2.9.1
FIX: add dart.library.js_interop case to cross_cache to support --wasm (#847). (3650bc75)
FIX: add content insertion configuration to Composer widget (#852). (6b5f6afc)
FIX: add support for linksDecoration, sentLinksDecorationColor, receivedLinksDecorationColor. (b5b9e906)
FIX: link color (#858). (bb9f814d)
v2.9.0This release introduces two-sided pagination. You can now load newer messages using the new
onStartReachedcallback, whileonEndReachedcontinues to work for older messages. For pagination to work correctly, messages should be inserted instantly, without animation.To allow this and offer more granular control, a new optional
animatedparameter has been added to all controller operations exceptupdate. This is not a breaking change, but if you'd like to use it, you can update your controller like so:As an optional improvement, you can use this parameter to disable animations when clearing the chat, which is now the default behaviour in the example apps.
LoadMoreNotifierwas updated for two-sided loading. If you used a custom LoadMore widget and usedLoadMoreNotifierto measure its height, that logic has been removed as it was not used. Additionally, the internal property_isLoadingis now_isLoadingOlder, and_isLoadingNewerhas been added.2.8.1
v2.8.0Compare Source
v2.7.02.6.2
2.6.1
v2.6.0onMessageTapandonMessageLongPressaddedBuildContextas a first parameter, so if you had something like this:replace it with this:
2.5.3
2.5.2
2.5.1
v2.5.0Compare Source
v2.4.0Compare Source
All message builders will also provide
isSentByMeandgroupStatusnow. Just pass{ required bool isSentByMe, MessageGroupStatus? groupStatus, }after the index param. It is fine not to use these fields if not needed.
v2.3.1Compare Source
Even though this is a patch release, it depends on
flutter_chat_core, which introduced a small breaking change. I realized I didn’t bumpflutter_chat_uito a new minor version before publishing - sorry about that!Fix is simple: if you have a custom ChatController, the
setoperation now requires a messages array.v2.3.02.3.0
Renamed LinkPreview → LinkPreviewData
LinkPreview.imageUrl→LinkPreviewData.image.urlBoth
LinkPreviewData.image.widthandLinkPreviewData.image.heightare now requiredFEAT: link preview v2 (#784). (b65060e1)
2.2.4
2.2.3
2.2.2
2.2.1
v2.2.02.2.0
ChatAnimatedListRedesign:updateoperation (ChatOperation.update) now requires theindexof the message to be updated.ChatControllers, you MUST now fetch the most up-to-date message instance from your data source before passing it toremoveorupdateoperations. The internal list now relies on the exact object reference. Failing to do so will lead to errors or unexpected behavior. (SeeInMemoryChatControllerfor an example of fetching the actual message before emittingChatOperation.removeorChatOperation.update).✨ Key Enhancements & Fixes ✨
ChatAnimatedListnow uses an internal operation queue to serialize updates, preventing race conditions and resolving priorStreamOperationissues.ChatAnimatedListinstances has been factorized, improving maintainability.insertAllMessagestoChatControllerandChatAnimatedListfor efficient bulk message additions with animations.ChatController'ssetMessagesnow uses an improvedDiffUtil(with move support), fixing "out of bounds" errors during complex list updates.ChatAnimatedListto validate list operations and item positioning.2.1.3
2.1.2
2.1.1
v2.1.02.1.0
Chat controller methods have been renamed to avoid name conflicts with Riverpod.
insert->insertMessageupdate->updateMessageremove->removeMessageset->setMessagesFEAT: rename chat controller methods. (dc1bf57d)
FIX: improve documentation and add example. (113141b3)
FIX: document public APIs.
v2.0.0Compare Source
v1.6.15Compare Source
v1andv2is replacing it on main branch soon.linethrough(double tilde) andcode(single backtick).assets/). Thanks @thomers for the PR!codenameakshay/flutter-floating-bottom-bar (flutter_floating_bottom_bar)
v2.0.0Compare Source
Major release. Breaking changes — see the migration table in README.md and EXAMPLES.md.
Breaking:
>=3.5.0because the package uses Motor-backed motion.BottomBar.bodyis nowWidgetinstead ofWidget Function(BuildContext, ScrollController). The bar listens toScrollNotificationfrom any descendant scrollable; you no longer wire a controller through the builder.barColor,width,offset,borderRadius,barAlignment,fit,clip,respectSafeAreaparameters have moved intoBottomBarLayout.duration,curve,start,endparameters have moved intoBottomBarMotion.BottomBarMotion()now defaults to Cupertino spring motion; existingBottomBarMotion(duration: ..., curve: ...)calls remain curve-based.start/end(doubles) are nowslideStart/slideEnd(Offsets).hideOnScroll,reverse,scrollOpposite,scrollDeltaThresholdparameters have moved into `BottoConfiguration
📅 Schedule: (UTC)
* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.