Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 273a199

Browse files
author
Hugo Tunius
committed
[Release] Version 3.5.0
1 parent 31d9774 commit 273a199

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Master
22
------
33

4-
* Marked `isLTRLanguage` with `@objc` so it can be set from Objective-C code [#200](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/200).
5-
* Added support for different colors for line, title, text when error is set.
4+
v3.5.0
5+
------
6+
7+
* Marked `isLTRLanguage` with `@objc` so it can be set from Objective-C code [#200](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/200). Thanks to [behdad-keynejad](https://github.com/behdad-keynejad)
8+
* Added support for different colors for line, title, text when error is set [#208](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/208). Thanks to [InbarSletean](https://github.com/InbarSletean)
69

7-
v.3.4.1
10+
v3.4.1
811
-------
912

1013
* Use `localizedUppercase` for `titleFormatter` by default when available. Thanks to [canaksoy](https://github.com/canaksoy).

SkyFloatingLabelTextField.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SkyFloatingLabelTextField"
3-
s.version = "3.4.1"
3+
s.version = "3.5.0"
44
s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context."
55
s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField"
66
s.license = { :type => "Apache 2.0", :file => "LICENSE" }

0 commit comments

Comments
 (0)