From c960844109a4cb3d2976a92f61dbe729e905d373 Mon Sep 17 00:00:00 2001 From: HITGIF Date: Sun, 24 Sep 2017 10:11:05 +0800 Subject: [PATCH] update 1.3.2 readme --- README.md | 14 ++++++-------- README_CN.md | 14 ++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ac956fe..5d7319b 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,8 @@ A new Material Design text field that comes in a box, based on Google Material D ​ ## ***UPDATE NOTICE*** -#### 1.3.1 Release -- fix rendering issue -- performance improvement -- exemplar reformat +#### 1.3.2 Release +- fix issues #9 #19 #21 #### 1.3.0 Release - the "EditText" part is now **seperated** from the TextFieldBoxes. TextFieldBoxes is now a **container** (just like a `TextInputLayout`) that should and should only contain **one** `ExtendedEditText` that inherents the `TextInputEditText`. @@ -53,7 +51,7 @@ allprojects { ``` ```groovy dependencies { -    compile 'com.github.HITGIF:TextFieldBoxes:1.3.1' +    compile 'com.github.HITGIF:TextFieldBoxes:1.3.2' } ``` @@ -70,7 +68,7 @@ dependencies { com.github.HITGIF TextFieldBoxes -    1.3.1 +    1.3.2 ``` @@ -79,7 +77,7 @@ dependencies { resolvers += "jitpack" at "https://jitpack.io" ``` ```scala -libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.1" +libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.2" ``` @@ -88,7 +86,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.1" :repositories [["jitpack" "https://jitpack.io"]] ``` ```scala -:dependencies [[com.github.hitgif/textfieldboxes "1.3.1"]] +:dependencies [[com.github.hitgif/textfieldboxes "1.3.2"]] ``` ​ diff --git a/README_CN.md b/README_CN.md index dd327b1..6d4a850 100644 --- a/README_CN.md +++ b/README_CN.md @@ -19,10 +19,8 @@ ​ ## ***更新注意*** -#### 1.3.1 Release -- 修复渲染错误 -- 性能优化 -- 重构示例代码 +#### 1.3.2 Release +- 修复 issues #9 #19 #21 #### 1.3.0 Release - "EditText" 部分现已与 TextFieldBoxes **分开**。 TextFieldBoxes 将作为一个**容器**(就像 `TextInputLayout`),应且只应包含**一个** `ExtendedEditText`(继承于 `TextInputEditText`)。 @@ -53,7 +51,7 @@ allprojects { ``` ```groovy dependencies { -    compile 'com.github.HITGIF:TextFieldBoxes:1.3.1' +    compile 'com.github.HITGIF:TextFieldBoxes:1.3.2' } ``` @@ -70,7 +68,7 @@ dependencies { com.github.HITGIF TextFieldBoxes -    1.3.1 +    1.3.2 ``` @@ -79,7 +77,7 @@ dependencies { resolvers += "jitpack" at "https://jitpack.io" ``` ```scala -libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.1" +libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.2" ``` @@ -88,7 +86,7 @@ libraryDependencies += "com.github.HITGIF" % "TextFieldBoxes" % "1.3.1" :repositories [["jitpack" "https://jitpack.io"]] ``` ```scala -:dependencies [[com.github.hitgif/textfieldboxes "1.3.1"]] +:dependencies [[com.github.hitgif/textfieldboxes "1.3.2"]] ``` ​