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

Bumping versions to 3.0.0 #482

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Bumping versions to 3.0.0 #482

merged 1 commit into from
Feb 21, 2024

Conversation

nsillik
Copy link
Contributor

@nsillik nsillik commented Feb 21, 2024

[3.0.0] - 2024-02-21

Fixed

  • Fixed an issue where AttributedLabel would not properly handle tapping on links when a label was stretched.

Added

  • AccessibilityElement now supports providing arbitrary strings to assistive devices using the AXCustomContent protocol.

Removed

Changed

  • The behavior of name of ElementPreview has been change, affecting the SwiftUI previewName. Instead of including device or size information (i.e. sizeThatFits - \(name)), it now either defaults to the Xcode default if given an empty string, and shows only the name if name is non-empty.
  • Updated minimum deployment target from iOS 14 to iOS 15.

Internal

  • Updated CI to use M1 machines, Xcode 15.1, and Ruby 3.2.2.
  • Added iOS 17 snapshot images.
  • Bump Swift version to 5.9.
  • Update Ruby gems.

@nsillik nsillik requested a review from a team as a code owner February 21, 2024 18:01
Gemfile.lock Show resolved Hide resolved
@nsillik nsillik merged commit ecb8002 into main Feb 21, 2024
5 checks passed
@nsillik nsillik deleted the @nsillik/release-3.0.0 branch February 21, 2024 18:45
kyleve added a commit that referenced this pull request Mar 16, 2024
…ller

* origin/main: (62 commits)
  AccessibilityBlocker aggressively blocking. (#483)
  Bumping version to 3.0.0 (#482)
  Allow for customization of the preview name (#478)
  Update CHANGELOG for AttributedLabel fixes (#480)
  Fix link detection for stretched labels (#476)
  chore: Updated minimum deployment target from iOS 14 to iOS 15 [UI-5185] (#479)
  chore(ios): Bump to Xcode 15.1 and Ruby 3.2.2 [UI-5184] (#477)
  AXCustomContent Support (#471)
  Bumping versions to 2.2.0 (#470)
  Update concatenation logic and unit tests
  update changelog
  never cache subelements
  optionally do not cache subelements
  Feature: add TintAdjustmentMode, modifiers, and tests
  Add to CHANGELOG
  Add tintAdjustmentMode to Image
  Bumping versions to 2.1.0 (#466)
  Resolved a Swift 5.9 compilation warning (#465)
  Update KeyboardObserver (#463)
  Bump activesupport from 7.0.4.3 to 7.0.7.2
  ...
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.

None yet

2 participants