Skip to content

Commit

Permalink
Prepare release of 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspik committed Aug 27, 2020
1 parent 4c2d1e4 commit b9158cf
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog
- 5.x.x
- 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
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.0'

# 2 - Version
s.version = "5.0.0"
s.version = "5.1.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 @@ -584,7 +584,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.0.0;
MARKETING_VERSION = 5.1.0;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -607,7 +607,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 5.0.0;
MARKETING_VERSION = 5.1.0;
PRODUCT_BUNDLE_IDENTIFIER = me.nathantannar.InputBarAccessoryView;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,22 +94,20 @@ 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.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 #117
- Remove `RxSwift`/`RxCocoa` from SPM #128
- Fix image paste logic #126
- Fixed Getting started preview and hashtag typo #93
- Update documentation for setStackViewItems #82
- 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
- 4.3.3
- Added support for Swift Package Manager (SPM)
- Made `reuseIdentifier` public accessible
- Fixed warnings
- 4.3.2
- Fixed a bug where editing immediately before a tag prefix would break the tag
- 4.3.1
- Add `RxSwift`/`RxCocoa` support through extensions and delegate proxies, requires Cocoapods installation of `InputBarAccessoryView/RxExtensions`
- 4.3.0
- Swift 5 support

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

Expand Down

0 comments on commit b9158cf

Please sign in to comment.