There was an error while loading. Please reload this page.
1 parent da2048a commit 57d3125Copy full SHA for 57d3125
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 1.1.0
4
+ * Support to change the placeholder font via the `placeholderFontScale` property.
5
+ * Fixed some minor issues with the example project.
6
+
7
## Version 1.0.0
8
* Initial release with 9 different UITextField effects.
9
* Full Interface Builder support.
TextFieldEffects.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
#
17
18
s.name = "TextFieldEffects"
19
- s.version = "1.0.0"
+ s.version = "1.1.0"
20
s.summary = "Custom drop in UITextFields effects."
21
22
s.description = <<-DESC
0 commit comments