Skip to content

Commit

Permalink
Release 14.0.0, update BlueprintUI to 3.0.0 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsillik authored Feb 21, 2024
1 parent 928b046 commit ce59f74
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@

### Fixed

- Fixed a bug that resulted in header/footer views not properly updating, by fixing the underlying tracking of collection view supplementary views.

### Added

### Removed

### Changed

### Misc

### Internal

# Past Releases

# [14.0.0] - 2024-02-21

### Fixed

- Fixed a bug that resulted in header/footer views not properly updating, by fixing the underlying tracking of collection view supplementary views.

### Changed

- Update the swipe action interactions to more closely match iOS behavior.
- Maximum button size for `.sizeThatFits` style is now 120pts
- Button text can span up to two lines now
Expand All @@ -19,15 +31,11 @@
- Allow the panning gesture to remain interactive even when swipe actions are open
- Updated deployment target from iOS 14.0 to iOS 15.0.

### Misc

### Internal

- Bumped CI to use Xcode 15.1.
- Updated Gems and set Ruby version to 3.2.2.

# Past Releases

# [13.1.0] - 2023-11-30

### Fixed
Expand Down
28 changes: 14 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
PODS:
- BlueprintUI (2.2.0)
- BlueprintUICommonControls (2.2.0):
- BlueprintUI (= 2.2.0)
- BlueprintUILists (13.1.0):
- BlueprintUI (~> 2.0)
- BlueprintUI (3.0.0)
- BlueprintUICommonControls (3.0.0):
- BlueprintUI (= 3.0.0)
- BlueprintUILists (14.0.0):
- BlueprintUI (~> 3.0)
- ListableUI
- BlueprintUILists/Tests (13.1.0):
- BlueprintUI (~> 2.0)
- BlueprintUICommonControls (~> 2.0)
- BlueprintUILists/Tests (14.0.0):
- BlueprintUI (~> 3.0)
- BlueprintUICommonControls (~> 3.0)
- ListableUI
- EnglishDictionary (1.0.0.LOCAL)
- ListableUI (13.1.0)
- ListableUI/Tests (13.1.0):
- ListableUI (14.0.0)
- ListableUI/Tests (14.0.0):
- EnglishDictionary
- Snapshot
- Snapshot (1.0.0.LOCAL)
Expand Down Expand Up @@ -44,11 +44,11 @@ EXTERNAL SOURCES:
:path: Internal Pods/Snapshot/Snapshot.podspec

SPEC CHECKSUMS:
BlueprintUI: 33bad09c9cc634d9e8c9df742e2616ec8629bcf9
BlueprintUICommonControls: 29472ce36386e43ba6d6c2b7959d0033670923f9
BlueprintUILists: 58be3279c97dc33c83fb05b5eb4adb06f81ece2e
BlueprintUI: 76e054862aceb2b014a7953464c5769af55c13d5
BlueprintUICommonControls: 9219a0b82ea4b95bbeef44d3fbc65b9b01f1acba
BlueprintUILists: c5bf14f3a5a5811809440e3d906b46258626489f
EnglishDictionary: 2cf40d33cc1b68c4152a1cc69561aaf6e4ba0209
ListableUI: ec5c9110d0a9218ca135aaad345891794e42026d
ListableUI: c1c7cfd1edaa4d58bca4223e56a821246222d089
Snapshot: 574e65b08c02491a541efbd2619c92cc26514d1c

PODFILE CHECKSUM: 2b979d4f2436d28af7c87b125b646836119b89b7
Expand Down
4 changes: 2 additions & 2 deletions version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

BLUEPRINT_VERSION ||= ['~> 2.0'].freeze
BLUEPRINT_VERSION ||= ['~> 3.0'].freeze

LISTABLE_VERSION ||= '13.1.0'
LISTABLE_VERSION ||= '14.0.0'

LISTABLE_IOS_DEPLOYMENT_TARGET ||= '15.0'

Expand Down

0 comments on commit ce59f74

Please sign in to comment.