time-runner 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,12 +112,17 @@ textShadowColor?: string;
112
112
 
113
113
  # 更新日志
114
114
 
115
+ ## [1.0.5] - 2025-11-16
116
+ ### 更新内容
117
+ - 更新Readme内容
118
+
115
119
  ## [1.0.4] - 2025-11-16
116
120
  ### 更新内容
117
121
  - 更新Readme内容
118
122
 
119
123
  ## [1.0.3] - 2025-11-16
120
- ### 更新内容
124
+ ### 更新内容【Breaking Change】
125
+ - 移除 “time-runner/dist/time-runner.css”文件引入
121
126
  - 增加 textShadowColor(文字阴影颜色)属性
122
127
  - 更新Readme内容,增加功能演示地址。
123
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "time-runner",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Displaying timer, current time, and countdown with light animation effects(React component)",
5
5
  "keywords": ["react", "countdown", "timer", "hook", "card", "less", "animation", "vite"],
6
6
  "main": "./dist/time-runner.umd.js",