time-runner 1.0.3 → 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 +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,8 @@ yarn add time-runner
24
24
  ## 页面引入
25
25
  ```jsx
26
26
  import { TimeRunner } from "time-runner";
27
- import "time-runner/dist/time-runner.css";
27
+ // 1.0.3 版本开始,不需要引入css文件了
28
+ // import "time-runner/dist/time-runner.css";
28
29
  ```
29
30
 
30
31
  ## 使用说明
@@ -111,8 +112,17 @@ textShadowColor?: string;
111
112
 
112
113
  # 更新日志
113
114
 
114
- ## [1.0.3] - 2025-11-16
115
+ ## [1.0.5] - 2025-11-16
116
+ ### 更新内容
117
+ - 更新Readme内容
118
+
119
+ ## [1.0.4] - 2025-11-16
115
120
  ### 更新内容
121
+ - 更新Readme内容
122
+
123
+ ## [1.0.3] - 2025-11-16
124
+ ### 更新内容【Breaking Change】
125
+ - 移除 “time-runner/dist/time-runner.css”文件引入
116
126
  - 增加 textShadowColor(文字阴影颜色)属性
117
127
  - 更新Readme内容,增加功能演示地址。
118
128
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "time-runner",
3
- "version": "1.0.3",
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",