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

Update dependency tevelee/SwiftUI-Flow to v2 #843

Open
wants to merge 1 commit into
base: qualif
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

This PR contains the following updates:

Package Update Change
tevelee/SwiftUI-Flow major 1.2.0 -> 2.5.0

Release Notes

tevelee/SwiftUI-Flow (tevelee/SwiftUI-Flow)

v2.5.0

Compare Source

Offering the option to specify both horizontal and vertical alignment.

hflow-center

HFlow(horizontalAlignment: .center, verticalAlignment: .top) {
    ForEach(colors, id: \.description) { color in
        RoundedRectangle(cornerRadius: 10)
            .fill(color.gradient)
            .frame(width: .random(in: 30...60), height: 30)
    }
}
.frame(maxWidth: 300)

v2.4.0

Compare Source

  • Fixed a warning related to isolation that becomes an error in Swift 6
  • Enabled StrictConcurrency for the Swift 5 version of Package.swift
  • Opted into the upcoming feature ExistentialAny

v2.3.0

Compare Source

Fit subviews that are larger than the proposed size

v2.2.0

Compare Source

Original Package.swift file remains compatible with swift 5, while a new [email protected] is for opt-in Swift 6.

v2.1.0

Compare Source

Swift 6 support

v2.0.0

Compare Source

Bump deployment target to iOS 16, macOS 13, tvOS 16, watchOS 9

v1.7.0

Compare Source

Includes a fix for #​16 as well as a refactored layout implementation using separate LineBreaking strategies.

v1.6.0

Compare Source

Added @​inlinable and @​usableFromInline annotations to key functions and properties.
These changes enhance performance by allowing the Swift compiler to inline code across module boundaries, reducing function call overhead and improving execution speed.

v1.5.2

Compare Source

  • Updated README and inline header documentation
  • Improved line breaking algorithm

v1.5.1

Compare Source

Fixed a typo in the parameter name distributeItemsEvenly

v1.5.0

Compare Source

  • Justified layout is improved. There are 3 options: .stretchItems, .stretchSpaces, .stretchItemsAndSpaces.
  • There's a new parameter distibuteItemsEvenly, which implements the Knuth-Plass Line Breaking Algorithm.

v1.4.1

Compare Source

Fixed justified layout

v1.4.0

Compare Source

Implemented justified layout in #​14 thanks to @​collinhundley's request #​13.
image

v1.3.1

Compare Source

v1.3.0

Compare Source

Removed renderer target (and its argument parser dependency)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from ludovic35 and pylapp as code owners July 8, 2024 19:09
Copy link

netlify bot commented Jul 8, 2024

Deploy Preview for ods-ios canceled.

Name Link
🔨 Latest commit 11aee01
🔍 Latest deploy log https://app.netlify.com/sites/ods-ios/deploys/66be06f3969b270008013980

@renovate renovate bot force-pushed the renovate/tevelee-swiftui-flow-2.x branch from 8b04537 to 7f2e260 Compare July 14, 2024 15:37
@renovate renovate bot force-pushed the renovate/tevelee-swiftui-flow-2.x branch from 7f2e260 to 94e1a4d Compare July 24, 2024 10:33
@renovate renovate bot force-pushed the renovate/tevelee-swiftui-flow-2.x branch from 94e1a4d to 3d4ee31 Compare July 31, 2024 19:34
@renovate renovate bot force-pushed the renovate/tevelee-swiftui-flow-2.x branch from 3d4ee31 to 11aee01 Compare August 15, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants