From fcd39af6186eac6ccb6b879e3cb983df6b32dc7d Mon Sep 17 00:00:00 2001 From: CarbonylGroup Date: Sat, 17 Mar 2018 17:16:50 +0800 Subject: [PATCH] 1.4.2 --- README.md | 15 +++++++-------- README_CN.md | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e86ebca..282c672 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,12 @@ A new Material Design text field that comes in a box, based on [Google Material ​ ## ***UPDATE NOTICE*** +#### 1.4.2 Release +- Fixed #59 #60 #61. + #### 1.4.1 Release - Ultimately fixed #49. -#### 1.4.0 Release -- Support Dense Layout (Dense Spacing) with `app:useDenseSpacing` attribute. -- Label can be fixed at the top when hint is present, with `app:alwaysShowHint` attribute.\ - ​ ## Requirements - Android 4.0.3 IceCreamSandwich (API lv 15) or greater @@ -47,7 +46,7 @@ allprojects { ``` ```groovy dependencies { -    compile 'com.github.HITGIF:TextFieldBoxes:1.4.1' +    compile 'com.github.HITGIF:TextFieldBoxes:1.4.2' } ``` @@ -64,7 +63,7 @@ dependencies { com.github.HITGIF TextFieldBoxes -    1.4.1 +    1.4.2 ``` @@ -73,7 +72,7 @@ dependencies { resolvers += "jitpack" at "https://jitpack.io" ``` ```scala -libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.1" +libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.2" ``` @@ -82,7 +81,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.1" :repositories [["jitpack" "https://jitpack.io"]] ``` ```scala -:dependencies [[com.github.hitgif/textfieldboxes "1.4.1"]] +:dependencies [[com.github.hitgif/textfieldboxes "1.4.2"]] ``` ​ diff --git a/README_CN.md b/README_CN.md index 6449ecb..0aaac9d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -18,13 +18,12 @@ ​ ## ***更新注意*** +#### 1.4.2 Release +- 修复了 #59 #60 #61。 + #### 1.4.1 Release - 最终修复了 #49。 -#### 1.4.0 Release -- 支持 Dense Layout (紧凑布局),使用 `app:useDenseSpacing` 属性以设置。 -- 当设置了 hint 时,标签可以一直被挂在顶部以显示 hint,使用 `app:alwaysShowHint` 属性以设置。 - ​ ## 要求 - Android 4.0.3 IceCreamSandwich (API lv 15) 或更高 @@ -45,7 +44,7 @@ allprojects { ``` ```groovy dependencies { -    compile 'com.github.HITGIF:TextFieldBoxes:1.4.1' +    compile 'com.github.HITGIF:TextFieldBoxes:1.4.2' } ``` @@ -62,7 +61,7 @@ dependencies { com.github.HITGIF TextFieldBoxes -    1.4.1 +    1.4.2 ``` @@ -71,7 +70,7 @@ dependencies { resolvers += "jitpack" at "https://jitpack.io" ``` ```scala -libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.1" +libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.2" ``` @@ -80,7 +79,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.4.1" :repositories [["jitpack" "https://jitpack.io"]] ``` ```scala -:dependencies [[com.github.hitgif/textfieldboxes "1.4.1"]] +:dependencies [[com.github.hitgif/textfieldboxes "1.4.2"]] ``` ​