Skip to content

Bump flexbox from 1.0.0 to 2.0.1#21

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.google.android-flexbox-2.0.1
Open

Bump flexbox from 1.0.0 to 2.0.1#21
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.google.android-flexbox-2.0.1

Conversation

@dependabot-preview
Copy link
Copy Markdown

Bumps flexbox from 1.0.0 to 2.0.1.

Release notes

Sourced from flexbox's releases.

2.0.1

Bug fix release

  • Flexline width exceeds container width (#521)
  • Take CompoundButtons drawables min size into account during measurements (#528)

2.0.0

Performance improvements by avoiding child views are measured more than twice #46

The version 2.0.0 improves the performance significantly especially FlexboxLayout is deeply nested. As described in #514, there were unnecessary measure calls even if any Flexitems in a FlexLine didn't have any flexGrow or flexShrink attributes set. Similarly, the default values for alignItems and alignContent for FlexboxLayout has changed from stretch to flex_start starting from 2.0.0 because setting stretch for alignItems turned out to be expensive. Setting the default value as stretch might increase the unnecessary measure calls.

This is a major version release because the change may break the existing apps.

1.1.1

Bug fixes

  • Fixes the wrong positioning (#470)
  • Add JustifyContent.SPACE_EVENLY to IntDef (#489)
  • canScrollHorizontally() throws NPE if the RecyclerView is not attached to the Window (#490)
  • Update the API level to 29 (#509)

1.1.0

AndroidX support!

From 1.1.0 moving forward, the library is going to depend on the androidx artifacts. No API changes from the flexbox library point of view.

1.1.0-beta1

Support AndroidX. AndroidX libraries are still in beta versions, so this release is not from the master branch. Once AndroidX becomes stable, we'll merge the androidx branch to master.

Commits
  • 5b9f531 Prepare for 2.0.1 release (#533)
  • 4f317e9 Update the deprecated test dependencies. (#532)
  • a86c232 Official Gradle Wrapper Validation GitHub Action (#531)
  • c641750 Change the getButtonDrawable method to use the compat version of its counterp...
  • a8c8b6e Take CompoundButtons drawables min size into account during measurements (#528)
  • 9f9d07d Flexline width exceeds container width (#521)
  • 239d5f7 Update README
  • c679171 Preparation for 2.0.0 (#518)
  • 86ed7ce Update the library versions (#517)
  • d6c186b Reduce the number of measure calls for children of Flexbox (#514)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [flexbox](https://github.com/google/flexbox-layout) from 1.0.0 to 2.0.1.
- [Release notes](https://github.com/google/flexbox-layout/releases)
- [Commits](google/flexbox-layout@1.0.0...2.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants