Skip to content

Commit 690784b

Browse files
committed
Bump pangutext-android to 1.0.1
1 parent 7a233d8 commit 690784b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs-source/src/en/about/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ Time zone of version release date: **UTC+8**
1818

1919
## pangutext-android
2020

21-
### 1.0.0 | 2025.02.10 &ensp;<Badge type="tip" text="latest" vertical="middle" />
21+
### 1.0.1 | 2025.02.11 &ensp;<Badge type="tip" text="latest" vertical="middle" />
22+
23+
- Fixed an issue where injecting `PanguText` could cause incorrect width measurement in `TextView`
24+
- Added `isAutoRemeasureText` to `PanguTextConfig` to control whether to automatically remeasure text width (applies to single-line text in `TextView`)
25+
26+
### 1.0.0 | 2025.02.10 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2227

2328
- The first version is submitted to Maven
2429

docs-source/src/zh-cn/about/changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010

1111
## pangutext-android
1212

13-
### 1.0.0 | 2025.02.10 &ensp;<Badge type="tip" text="最新" vertical="middle" />
13+
### 1.0.1 | 2025.02.11 &ensp;<Badge type="tip" text="最新" vertical="middle" />
14+
15+
- 修复注入 `PanguText``TextView` 可能导致测量宽度不正确的问题
16+
- `PanguTextConfig` 新增 `isAutoRemeasureText`,用于控制是否自动重新测量文本宽度 (作用于 `TextView` 单行文本)
17+
18+
### 1.0.0 | 2025.02.10 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
1419

1520
- 首个版本提交至 Maven
1621

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ project.app.packageName=com.highcapable.pangutext.demo
1515
project.app.versionName=universal
1616
project.app.versionCode=1
1717
project.pangutext-android.namespace=${project.groupName}.android
18-
project.pangutext-android.version="1.0.0"
18+
project.pangutext-android.version="1.0.1"
1919
# Maven Publish Configuration
2020
SONATYPE_HOST=CENTRAL_PORTAL
2121
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)