Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable #119464

Closed
wants to merge 18 commits into from
Closed

Stable #119464

wants to merge 18 commits into from

Commits on Dec 6, 2022

  1. [flutter_tools] dont include material shaders in web builds (#116538) (

    …#116554)
    
    * [flutter_tools] dont include material shaders in web builds
    
    * add test
    jonahwilliams committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    586225a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. [flutter_releases] Flutter beta 3.7.0-1.1.pre Framework Cherrypicks (#…

    …116673)
    
    * Create candidate branch version flutter-3.7-candidate.1 for beta
    
    * Update Engine revision to 4971c5b2e7e66cb7abc858b4e0203ce7d39f6ff1 for beta release 3.7.0-1.1.pre
    muditatandon committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    e599f02 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. [CP] Fix Snackbar TalkBack regression (#116417) (#116608)

    * Add M2 defaults and template skeleton
    
    * add MaterialStateColor functionality to ActionTextColor (issue #110402)
    
    * Add M2 defaults and template skeleton
    
    * updated material 3 tokens
    
    * Updated snackbar demo
    
    * add theme tests
    
    * add gen defaults
    
    * formatting
    
    * more whitespace fixes
    
    * add widget type
    
    * update docs
    
    * code review changes
    
    * Add line overflow functionality
    
    * whitespace fixes
    
    * update M3 animation
    
    * whitespace fixes
    
    * add insetPadding param
    
    * Modifed icon parameter to showCloseIcon
    
    * white space fixes
    
    * test fixes
    
    * rename iconColor to closeIconColor
    
    * debug test fix
    
    * de-britishification
    
    * g3fix
    
    * g3fix
    
    * debug test fix
    
    * Fix Snackbar talkback regression
    
    * fix merge weirdness
    
    * test fix
    
    * fix linux analysis error
    
    * fix linux analysis error
    
    * fix linux analysis error
    
    * fix linux analysis error
    
    * fix linux analysis error
    
    * fix linux analysis error
    
    Co-authored-by: Eilidh Southren <eilidhsouthren@gmail.com>
    zanderso and esouthren committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    84ea6a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    838467a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. CPs: ci.yaml changes for packaging (#117196)

    * Migrate Packaging Builders to .ci.yaml (#115569)
    
    * packaging builder initial config
    
    * add release scheduler parameter
    
    * remove stables
    
    * add taskname + test owner
    
    * testowner test
    
    * comment structure
    
    * test naming convention
    
    * test adding tags
    
    * add timeout
    
    * prune names
    
    * Update testowners.
    
    * Move packaging to shards section.
    
    * Set packaging as shard.
    
    * Use packaging V2
    
    Co-authored-by: godofredoc <godofredoc@google.com>
    
    * use deploy suffix (#116533)
    
    * Update docs_deploy builder with the real name. (#116631)
    
    This is removing the temporary comments and simplifying the name.
    
    Bug: #115489
    
    * Add Remaining Packaging Builders (#116683)
    
    * add stable packaging builders
    
    * update testowners
    
    * consolidate and use enabled_branches
    
    * update to reflect the consolidation
    
    * Several fixes to packaging builders. (#116800)
    
    It includes the following changes:
    
    * Adds main as the enabled branches.
    * Adds docs_beta and docs_stable to pass the expected gcp project.
    * Adds dimensions to packaging arm64 to ensure that it runs on arm64
      bot.
    
    Bug: https://github.com/orgs/flutter/projects/43
    
    * Pass drone_dimensions as part of the main target. (#116812)
    
    * Pass drone_dimensions as part of the main target.
    
    Drone dimensions were passed as properties when the sharding utility is
    expecting them in the target.
    
    Bug: #116794
    
    * Use dimensions instead of drone_dimensions.
    
    * Use a map format.
    
    * Several fixes to packaging builders. (#116800)
    
    It includes the following changes:
    
    * Adds main as the enabled branches.
    * Adds docs_beta and docs_stable to pass the expected gcp project.
    * Adds dimensions to packaging arm64 to ensure that it runs on arm64
      bot.
    
    Bug: https://github.com/orgs/flutter/projects/43
    
    * Pass dimension explicitly to mac x64 packaging. (#117172)
    
    Without passing this dimension there is a chance that the build will
    run on a arm64 machine.
    
    Co-authored-by: sealesj <103135467+sealesj@users.noreply.github.com>
    godofredoc and sealesj committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9623d32 View commit details
    Browse the repository at this point in the history
  2. Zip api docs using the repo under test script. (#116437) (#117200)

    This is to move more logic to the repo under test and remove them from
    recipes.
    
    Bug: #115489
    godofredoc committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e9be352 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Add a recursive flag to the zip command - currently it is zipping not…

    …hing (#117227) (#117253)
    
    Co-authored-by: Drew Roen <102626803+drewroengoogle@users.noreply.github.com>
    godofredoc and drewroengoogle committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    17dc0d4 View commit details
    Browse the repository at this point in the history
  2. [flutter_tools] Add remap sampler support (#116861) (#116922)

    Co-authored-by: Kevin Chisholm <kevinjchisholm@google.com>
    jonahwilliams and itsjustkevin committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d74287b View commit details
    Browse the repository at this point in the history
  3. Fix scroll jump when NestedScrollPosition is inertia-cancelled. (#116689

    ) (#117343)
    
    * Fix scroll jump when NestedScrollPosition is inertia-cancelled.
    
    * Switch to using pointerScroll(0)
    
    Co-authored-by: Callum Moffat <smartercallum@gmail.com>
    Piinks and moffatman committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e86981e View commit details
    Browse the repository at this point in the history
  4. Fix NavigationRail highlight (#117320) (#117344)

    Co-authored-by: Taha Tesser <tessertaha@gmail.com>
    Co-authored-by: Kevin Chisholm <kevinjchisholm@google.com>
    3 people committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    13f24e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Update Engine revision to 8c99b0feaf9715af490612f00954c6a76374a907 fo…

    …r beta release 3.7.0-1.2.pre (#117351)
    itsjustkevin committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c29b09b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Fix InkRipple doesn't respect rectCallback when rendering ink cir…

    …cle (#117395) (#117500)
    
    Co-authored-by: Taha Tesser <tessertaha@gmail.com>
    Piinks and TahaTesser committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9738012 View commit details
    Browse the repository at this point in the history
  2. Update Engine revision to 7b8906637ffd2b4cfde561f40a6f4eaab6bade13 fo…

    …r beta release 3.7.0-1.3.pre (#118000)
    itsjustkevin committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9b4416a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    e8a06f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    686fe91 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Fix copying/applying font fallback with package (#118393) (#118466)

    * Add test to check that package prefix of font fallback is not duplicated
    
    * Fix duplicate package prefix of font family fallback
    
    * Add test to check that package prefix of font fallback is not duplicated
    
    * Fix duplicate package prefix of font family fallback
    IchordeDionysos committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e144d8c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Update Engine revision to 45c5586f2a9583d9511b742703529a92bf8f9db5 fo…

    …r beta release 3.7.0-1.5.pre (#118927)
    XilaiZhang committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    099b3f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. [flutter_releases] Update Engine revision to b24591ed328a2d4ce6505819…

    …e2f5898a78132f7f for stable release 3.7.0 (#119030)
    Casey Hillers committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b06b8b2 View commit details
    Browse the repository at this point in the history