@beppla/tapas-ui 1.0.64 → 1.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package/CHANGELOG.md +9 -0
- package/package/package.json +2 -2
- package/package.json +2 -2
package/package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
|
|
6
6
|
版本号遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
|
|
7
7
|
|
|
8
|
+
## [1.0.65] - 2024-12-19
|
|
9
|
+
|
|
10
|
+
### 依赖更新
|
|
11
|
+
- ⬆️ **升级 react-native-safe-area-context**:从 4.8.2 升级到 4.12.0
|
|
12
|
+
- 提升安全区域处理性能和稳定性
|
|
13
|
+
- 修复已知问题并改善兼容性
|
|
14
|
+
- 更新构建脚本中的版本要求
|
|
15
|
+
- 测试通过,Drawer 组件功能正常
|
|
16
|
+
|
|
8
17
|
## [1.0.64] - 2024-12-19
|
|
9
18
|
|
|
10
19
|
### 优化
|
package/package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beppla/tapas-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.65",
|
|
4
4
|
"description": "Tapas UI Component Library - A comprehensive React Native component library with Expo support",
|
|
5
5
|
"main": "./commonjs/index.js",
|
|
6
6
|
"module": "./module/index.js",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"react-native-circular-progress": "^1.3.8",
|
|
69
69
|
"react-native-svg": "^15.2.0",
|
|
70
70
|
"react-native-reanimated": "^3.10.1",
|
|
71
|
-
"react-native-safe-area-context": "^4.
|
|
71
|
+
"react-native-safe-area-context": "^4.12.0",
|
|
72
72
|
"expo-font": "^12.0.10",
|
|
73
73
|
"expo-asset": "^10.0.10"
|
|
74
74
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@beppla/tapas-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.65",
|
|
4
4
|
"main": "package/commonjs/index.js",
|
|
5
5
|
"module": "package/module/index.js",
|
|
6
6
|
"types": "package/typescript/index.d.ts",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"react-native-calendars": "^1.1313.0",
|
|
115
115
|
"react-native-circular-progress": "^1.4.0",
|
|
116
116
|
"react-native-reanimated": "^3.12.0",
|
|
117
|
-
"react-native-safe-area-context": "4.
|
|
117
|
+
"react-native-safe-area-context": "4.12.0",
|
|
118
118
|
"react-native-svg": "14.1.0",
|
|
119
119
|
"react-native-vector-icons": "^10.3.0"
|
|
120
120
|
},
|