File tree 3 files changed +24
-8
lines changed
3 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ dependencyResolutionManagement {
80
80
``` groovy
81
81
dependencies {
82
82
// https://github.com/TxcA/SpannableX
83
- implementation 'com.itxca.spannablex:spannablex:1.0.3 '
83
+ implementation 'com.itxca.spannablex:spannablex:1.0.4 '
84
84
85
85
// 若需使用glide()方法加载网络图片或Gif, 需同时引入Glide
86
86
implementation 'com.github.bumptech.glide:glide:4.13.1'
Original file line number Diff line number Diff line change
1
+ ## 1.0.4
2
+
3
+ > * 2022-06-07*
4
+ - 1 . 支持常用` ParagraphStyle `
5
+ - ` quote `
6
+ - ` bullet `
7
+ - ` alignment `
8
+ - ` lineBackground `
9
+ - ` lineHeight `
10
+ - ` imageParagraph `
11
+ - 2 . 新增 ` custom<T : CharacterStyle> ` 和 ` custom<T : ParagraphStyle> ` , 支持传入自定义Span.
12
+ - 3 . 新增 ` MarginSpan `
13
+ ** 详见:[ 常用Span] ( https://txca.github.io/SpannableX/spans/ ) **
14
+
15
+ ---
16
+
1
17
## 1.0.3
2
18
3
19
> * 2022-05-30*
4
- > 1 . 同步[ liangjingkanji/spannable] ( https://github.com/liangjingkanji/spannable ) v1.1.2
5
- > 2 . image()新增支持设置左右边距、图片水平间距设置
6
- > 3 . 新增glide()加载网络图片、Gif图片
7
- > 详见:[ 图片加载] ( https://txca.github.io/SpannableX/image/ )
20
+ - 1 . 同步 [ @ liangjingkanji/spannable ] ( https://github.com/liangjingkanji/spannable ) v1.1.2
21
+ - 2 . image()新增支持设置左右边距、图片水平间距设置
22
+ - 3 . 新增glide()加载网络图片、Gif图片
23
+ ** 详见:[ 图片加载] ( https://txca.github.io/SpannableX/image/ ) **
8
24
9
25
---
10
26
11
27
## 1.0.2
12
28
13
29
> * 2022-05-11*
14
- > 修复未成功打包并上传源码到mavenCentral
30
+ - 修复未成功打包并上传源码到mavenCentral
15
31
16
32
---
17
33
18
34
## 1.0.0
19
35
20
36
> * 2022-03-31*
21
- > 发布 *** SpannableX***
37
+ - 发布 *** SpannableX***
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencyResolutionManagement {
34
34
``` groovy
35
35
dependencies {
36
36
// https://github.com/TxcA/SpannableX
37
- implementation 'com.itxca.spannablex:spannablex:1.0.3 '
37
+ implementation 'com.itxca.spannablex:spannablex:1.0.4 '
38
38
39
39
// 若需使用glide()方法加载网络图片或Gif, 需同时引入Glide
40
40
implementation 'com.github.bumptech.glide:glide:4.13.1'
You can’t perform that action at this time.
0 commit comments