Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed Mar 8, 2021
1 parent 15adaf4 commit 999423a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
- Master:
- Nothing yet
- 5.3.0
- Allow setting `canBecomeFirstResponder`
- Fix interactive keyboard dismissal lag
- Add example implemntation of `sendButton` animation
- 5.2.3
- Fixed appendSpaceOnCompletion inserting space at wrong location
- 5.2.2
Expand Down
2 changes: 1 addition & 1 deletion InputBarAccessoryView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.swift_versions = '5.3'

# 2 - Version
s.version = "5.2.3"
s.version = "5.3.0"

# 3 - License
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down
4 changes: 2 additions & 2 deletions InputBarAccessoryView.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.2.3;
MARKETING_VERSION = 5.3.0;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -618,7 +618,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 5.2.3;
MARKETING_VERSION = 5.3.0;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ Add your app to the list of apps using this library and make a pull request.
iMessage style [TypingIndicator](https://github.com/nathantannar4/TypingIndicator) for chat apps

## Latest Releases
5.3.0
- Allow setting `canBecomeFirstResponder`
- Fix interactive keyboard dismissal lag
- Add example implemntation of `sendButton` animation

5.2.3
- Fixed appendSpaceOnCompletion inserting space at wrong location

Expand All @@ -106,18 +111,6 @@ iMessage style [TypingIndicator](https://github.com/nathantannar4/TypingIndicato
5.2.0
- Drop support for iOS 11 and bump minimum version to iOS 12+
- Support Swift 5.3 and higher for XCode 12

5.1.0
- Added support for smooth height transitions when the text view expands, set `shouldAnimateTextDidChangeLayout` to `true`
- Fixed accessibility of `HorizontalEdgePadding` initializers and a typo in its filename
- Added support for Dark Mode on iOS 13+

5.0.0
- Drop support for iOS 9 and iOS 10
- Remove `RxSwift`/`RxCocoa` from SPM
- Fix image paste logic
- Fixed Getting started preview and hashtag typo
- Update documentation for setStackViewItems

See [CHANGELOG](./CHANGELOG.md) for more details and older releases.

Expand Down

0 comments on commit 999423a

Please sign in to comment.