Skip to content

Commit 02aa73c

Browse files
committed
updated 1.0.4
1 parent f6f7ac3 commit 02aa73c

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencyResolutionManagement {
8080
``` groovy
8181
dependencies {
8282
// https://github.com/TxcA/SpannableX
83-
implementation 'com.itxca.spannablex:spannablex:1.0.3'
83+
implementation 'com.itxca.spannablex:spannablex:1.0.4'
8484
8585
// 若需使用glide()方法加载网络图片或Gif, 需同时引入Glide
8686
implementation 'com.github.bumptech.glide:glide:4.13.1'

Diff for: docs/change.md

+22-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,37 @@
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+
117
## 1.0.3
218

319
> *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/)**
824

925
---
1026

1127
## 1.0.2
1228

1329
> *2022-05-11*
14-
> 修复未成功打包并上传源码到mavenCentral
30+
- 修复未成功打包并上传源码到mavenCentral
1531

1632
---
1733

1834
## 1.0.0
1935

2036
> *2022-03-31*
21-
> 发布 ***SpannableX***
37+
- 发布 ***SpannableX***

Diff for: docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencyResolutionManagement {
3434
``` groovy
3535
dependencies {
3636
// https://github.com/TxcA/SpannableX
37-
implementation 'com.itxca.spannablex:spannablex:1.0.3'
37+
implementation 'com.itxca.spannablex:spannablex:1.0.4'
3838
3939
// 若需使用glide()方法加载网络图片或Gif, 需同时引入Glide
4040
implementation 'com.github.bumptech.glide:glide:4.13.1'

0 commit comments

Comments
 (0)