Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d46bd5c

Browse files
feat: release 0.1
1 parent 7413b11 commit d46bd5c

File tree

2 files changed

+76
-27
lines changed

2 files changed

+76
-27
lines changed

‎CHANGELOG.md

Lines changed: 75 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,94 @@
1-
# 更新历史
1+
# 更新历史
22

3+
## 0.1.0 (2023年05月15日)
34

4-
### 0.0.6 (2023年05月14日)
5+
### ♻ Code Refactoring | 代码重构
56

7+
- LazyLoadImage ([ca6b17e](https://github.com/CCherry07/vue-lazy-load-image-component/commit/ca6b17e0c06402b0609b78bf550097f0ede54ac0))
68

7-
### ♻ Code Refactoring | 代码重构
9+
### ✨ Features | 新功能
10+
11+
- fix Attributes ([7eab822](https://github.com/CCherry07/vue-lazy-load-image-component/commit/7eab8226716b42466a7105057df5d8ee4592362e))
12+
- add commitlint ([ab6d309](https://github.com/CCherry07/vue-lazy-load-image-component/commit/ab6d309713e113c27709c34f5f65dbfbfc215915))
13+
- add readme ([37c3b34](https://github.com/CCherry07/vue-lazy-load-image-component/commit/37c3b3449e9a26856ef5988f3dd17a70614fd2a0))
14+
- add types ([8cf7523](https://github.com/CCherry07/vue-lazy-load-image-component/commit/8cf7523ee6b500ebd36be80f095506cb67c91f46))
15+
- components ([0b1e0e5](https://github.com/CCherry07/vue-lazy-load-image-component/commit/0b1e0e5e1af9497c24f70559613ec4219ff46dfa))
16+
- refactor placeholder ([c4d2545](https://github.com/CCherry07/vue-lazy-load-image-component/commit/c4d2545fb57b5b131ee61782a8ea4cb4f3ef023f))
17+
- type ([a982924](https://github.com/CCherry07/vue-lazy-load-image-component/commit/a9829244055a4d2730bfb01a3b1d32e88b2c3be7))
18+
- update readme ([661e8d2](https://github.com/CCherry07/vue-lazy-load-image-component/commit/661e8d2578cfd85b1d5d863dc872026e1a29f4ea))
19+
- update readme ([71425bb](https://github.com/CCherry07/vue-lazy-load-image-component/commit/71425bbeeaeabeb6111bea2472739d442f7ccfd4))
20+
- update readme with reference ([d7ff7ee](https://github.com/CCherry07/vue-lazy-load-image-component/commit/d7ff7ee4f2ee773295143d29db884f189bb35db9))
21+
22+
### 🔧 Continuous Integration | CI 配置
23+
24+
- add [@typescript-eslint](https://github.com/typescript-eslint) ([d94ea0d](https://github.com/CCherry07/vue-lazy-load-image-component/commit/d94ea0d6e8416881a8e0fb2f58a9b4af43f7072c))
25+
- update ([1c96e2d](https://github.com/CCherry07/vue-lazy-load-image-component/commit/1c96e2d34f9dd15fd5b0660f016df791894c3c81))
26+
- update ([e1faa44](https://github.com/CCherry07/vue-lazy-load-image-component/commit/e1faa4438bc20d4855f26cce6e710d54fa1d2dc3))
27+
- update eslint and prettier ([7b068b1](https://github.com/CCherry07/vue-lazy-load-image-component/commit/7b068b1291171c4baac4288df6bbc61576720ba4))
28+
- update eslint and prettier ([f4f3486](https://github.com/CCherry07/vue-lazy-load-image-component/commit/f4f3486754ce05d096efa28c5010591bcb209985))
29+
- update eslint and prettier ([dd6b942](https://github.com/CCherry07/vue-lazy-load-image-component/commit/dd6b9429085c78fc455dfacedef3cfd177189f15))
30+
- update eslint and prettier ([eae78c6](https://github.com/CCherry07/vue-lazy-load-image-component/commit/eae78c69e99458803a23707f6de1c37d1690894b))
31+
- update eslint and prettier ([9a4301e](https://github.com/CCherry07/vue-lazy-load-image-component/commit/9a4301e48a80d9180d459cf76f49686214c7e920))
832

9-
* LazyLoadImage ([ca6b17e](https://github.com/CCherry07/vue-lazy-load-image-component/commit/ca6b17e0c06402b0609b78bf550097f0ede54ac0))
33+
### ✅ Tests | 测试
34+
35+
- add test ([9f68b05](https://github.com/CCherry07/vue-lazy-load-image-component/commit/9f68b0561f512677f6bde9c52efb8bbd0bd7b2e3))
36+
- update test and snap ([5cb824c](https://github.com/CCherry07/vue-lazy-load-image-component/commit/5cb824c8d7ce76f3e7be7615dd31254830e67a79))
37+
38+
### 📦 Chores | 其他更新
1039

40+
- add keywords ([5c22821](https://github.com/CCherry07/vue-lazy-load-image-component/commit/5c228210babe3d04ac90108ab732d7383e88ea26))
41+
- add no-console rules ([86d9953](https://github.com/CCherry07/vue-lazy-load-image-component/commit/86d9953fa1c7198ef825b07501e45edccb317ff3))
42+
- del app.tsx ([e15f467](https://github.com/CCherry07/vue-lazy-load-image-component/commit/e15f4676b133d179ea770d3ed9d320bfd32843e3))
43+
- npm ([bbeec94](https://github.com/CCherry07/vue-lazy-load-image-component/commit/bbeec9412b2773c25a8c3532763e1565bed838d1))
44+
- publish 0.0.2 ([87af132](https://github.com/CCherry07/vue-lazy-load-image-component/commit/87af132c0ced21a9d1a75ae4a8efb01bd288152c))
45+
- publish 0.0.2 ([b4768d7](https://github.com/CCherry07/vue-lazy-load-image-component/commit/b4768d7ea31e3c053cf8526014d569b6b71ea443))
1146

1247
### 🐛 Bug Fixes | Bug 修复
1348

14-
* isIntersectionObserverAvailable ([f6f1dbf](https://github.com/CCherry07/vue-lazy-load-image-component/commit/f6f1dbf07422ff966f9b15b7eb6c228328cae4f8))
15-
* LazyLoadComponent methods ([3dc69a6](https://github.com/CCherry07/vue-lazy-load-image-component/commit/3dc69a6de651f31479b8fec684af61f3522e5e16))
16-
* LazyLoadImage type ([a944b8f](https://github.com/CCherry07/vue-lazy-load-image-component/commit/a944b8f398d4554e84644858700ba550d3de4bd3))
17-
* LazyLoadImageProps style prop ([639b620](https://github.com/CCherry07/vue-lazy-load-image-component/commit/639b62017b5e9e6a05ac506cc2a6c71a914dbe6a))
49+
- afterLoad type ([77cd743](https://github.com/CCherry07/vue-lazy-load-image-component/commit/77cd74381a815e0a57f72557da25b0b1dd6603d0))
50+
- isIntersectionObserverAvailable ([f6f1dbf](https://github.com/CCherry07/vue-lazy-load-image-component/commit/f6f1dbf07422ff966f9b15b7eb6c228328cae4f8))
51+
- LazyLoadComponent methods ([3dc69a6](https://github.com/CCherry07/vue-lazy-load-image-component/commit/3dc69a6de651f31479b8fec684af61f3522e5e16))
52+
- LazyLoadImage type ([a944b8f](https://github.com/CCherry07/vue-lazy-load-image-component/commit/a944b8f398d4554e84644858700ba550d3de4bd3))
53+
- LazyLoadImageProps style prop ([639b620](https://github.com/CCherry07/vue-lazy-load-image-component/commit/639b62017b5e9e6a05ac506cc2a6c71a914dbe6a))
54+
- pre-commit ([59f2a8d](https://github.com/CCherry07/vue-lazy-load-image-component/commit/59f2a8dab34f0699a03bb8f239f9b0d1c498de0f))
55+
- style ([7413b11](https://github.com/CCherry07/vue-lazy-load-image-component/commit/7413b119857124afbd7e8e40f517d4c8c94b3d3b))
56+
- update models ([064a070](https://github.com/CCherry07/vue-lazy-load-image-component/commit/064a070346b8b17e4ed39ed43d8ab1593fb885ff))
1857

58+
### 0.0.6 (2023年05月14日)
1959

20-
### ✅ Tests | 测试
60+
### ♻ Code Refactoring | 代码重构
2161

22-
* add test ([9f68b05](https://github.com/CCherry07/vue-lazy-load-image-component/commit/9f68b0561f512677f6bde9c52efb8bbd0bd7b2e3))
62+
- LazyLoadImage ([ca6b17e](https://github.com/CCherry07/vue-lazy-load-image-component/commit/ca6b17e0c06402b0609b78bf550097f0ede54ac0))
2363

64+
### 🐛 Bug Fixes | Bug 修复
2465

25-
### 📦 Chores | 其他更新
66+
- isIntersectionObserverAvailable ([f6f1dbf](https://github.com/CCherry07/vue-lazy-load-image-component/commit/f6f1dbf07422ff966f9b15b7eb6c228328cae4f8))
67+
- LazyLoadComponent methods ([3dc69a6](https://github.com/CCherry07/vue-lazy-load-image-component/commit/3dc69a6de651f31479b8fec684af61f3522e5e16))
68+
- LazyLoadImage type ([a944b8f](https://github.com/CCherry07/vue-lazy-load-image-component/commit/a944b8f398d4554e84644858700ba550d3de4bd3))
69+
- LazyLoadImageProps style prop ([639b620](https://github.com/CCherry07/vue-lazy-load-image-component/commit/639b62017b5e9e6a05ac506cc2a6c71a914dbe6a))
2670

27-
* add keywords ([5c22821](https://github.com/CCherry07/vue-lazy-load-image-component/commit/5c228210babe3d04ac90108ab732d7383e88ea26))
28-
* del app.tsx ([e15f467](https://github.com/CCherry07/vue-lazy-load-image-component/commit/e15f4676b133d179ea770d3ed9d320bfd32843e3))
29-
* npm ([bbeec94](https://github.com/CCherry07/vue-lazy-load-image-component/commit/bbeec9412b2773c25a8c3532763e1565bed838d1))
30-
* publish 0.0.2 ([87af132](https://github.com/CCherry07/vue-lazy-load-image-component/commit/87af132c0ced21a9d1a75ae4a8efb01bd288152c))
31-
* publish 0.0.2 ([b4768d7](https://github.com/CCherry07/vue-lazy-load-image-component/commit/b4768d7ea31e3c053cf8526014d569b6b71ea443))
71+
### ✅ Tests | 测试
72+
73+
- add test ([9f68b05](https://github.com/CCherry07/vue-lazy-load-image-component/commit/9f68b0561f512677f6bde9c52efb8bbd0bd7b2e3))
74+
75+
### 📦 Chores | 其他更新
3276

77+
- add keywords ([5c22821](https://github.com/CCherry07/vue-lazy-load-image-component/commit/5c228210babe3d04ac90108ab732d7383e88ea26))
78+
- del app.tsx ([e15f467](https://github.com/CCherry07/vue-lazy-load-image-component/commit/e15f4676b133d179ea770d3ed9d320bfd32843e3))
79+
- npm ([bbeec94](https://github.com/CCherry07/vue-lazy-load-image-component/commit/bbeec9412b2773c25a8c3532763e1565bed838d1))
80+
- publish 0.0.2 ([87af132](https://github.com/CCherry07/vue-lazy-load-image-component/commit/87af132c0ced21a9d1a75ae4a8efb01bd288152c))
81+
- publish 0.0.2 ([b4768d7](https://github.com/CCherry07/vue-lazy-load-image-component/commit/b4768d7ea31e3c053cf8526014d569b6b71ea443))
3382

3483
### ✨ Features | 新功能
3584

36-
* fix Attributes ([7eab822](https://github.com/CCherry07/vue-lazy-load-image-component/commit/7eab8226716b42466a7105057df5d8ee4592362e))
37-
* add commitlint ([ab6d309](https://github.com/CCherry07/vue-lazy-load-image-component/commit/ab6d309713e113c27709c34f5f65dbfbfc215915))
38-
* add readme ([37c3b34](https://github.com/CCherry07/vue-lazy-load-image-component/commit/37c3b3449e9a26856ef5988f3dd17a70614fd2a0))
39-
* add types ([8cf7523](https://github.com/CCherry07/vue-lazy-load-image-component/commit/8cf7523ee6b500ebd36be80f095506cb67c91f46))
40-
* components ([0b1e0e5](https://github.com/CCherry07/vue-lazy-load-image-component/commit/0b1e0e5e1af9497c24f70559613ec4219ff46dfa))
41-
* refactor placeholder ([c4d2545](https://github.com/CCherry07/vue-lazy-load-image-component/commit/c4d2545fb57b5b131ee61782a8ea4cb4f3ef023f))
42-
* type ([a982924](https://github.com/CCherry07/vue-lazy-load-image-component/commit/a9829244055a4d2730bfb01a3b1d32e88b2c3be7))
43-
* update readme ([661e8d2](https://github.com/CCherry07/vue-lazy-load-image-component/commit/661e8d2578cfd85b1d5d863dc872026e1a29f4ea))
44-
* update readme ([71425bb](https://github.com/CCherry07/vue-lazy-load-image-component/commit/71425bbeeaeabeb6111bea2472739d442f7ccfd4))
45-
* update readme with reference ([d7ff7ee](https://github.com/CCherry07/vue-lazy-load-image-component/commit/d7ff7ee4f2ee773295143d29db884f189bb35db9))
85+
- fix Attributes ([7eab822](https://github.com/CCherry07/vue-lazy-load-image-component/commit/7eab8226716b42466a7105057df5d8ee4592362e))
86+
- add commitlint ([ab6d309](https://github.com/CCherry07/vue-lazy-load-image-component/commit/ab6d309713e113c27709c34f5f65dbfbfc215915))
87+
- add readme ([37c3b34](https://github.com/CCherry07/vue-lazy-load-image-component/commit/37c3b3449e9a26856ef5988f3dd17a70614fd2a0))
88+
- add types ([8cf7523](https://github.com/CCherry07/vue-lazy-load-image-component/commit/8cf7523ee6b500ebd36be80f095506cb67c91f46))
89+
- components ([0b1e0e5](https://github.com/CCherry07/vue-lazy-load-image-component/commit/0b1e0e5e1af9497c24f70559613ec4219ff46dfa))
90+
- refactor placeholder ([c4d2545](https://github.com/CCherry07/vue-lazy-load-image-component/commit/c4d2545fb57b5b131ee61782a8ea4cb4f3ef023f))
91+
- type ([a982924](https://github.com/CCherry07/vue-lazy-load-image-component/commit/a9829244055a4d2730bfb01a3b1d32e88b2c3be7))
92+
- update readme ([661e8d2](https://github.com/CCherry07/vue-lazy-load-image-component/commit/661e8d2578cfd85b1d5d863dc872026e1a29f4ea))
93+
- update readme ([71425bb](https://github.com/CCherry07/vue-lazy-load-image-component/commit/71425bbeeaeabeb6111bea2472739d442f7ccfd4))
94+
- update readme with reference ([d7ff7ee](https://github.com/CCherry07/vue-lazy-load-image-component/commit/d7ff7ee4f2ee773295143d29db884f189bb35db9))

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-lazy-load-image-component",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"description": "vue-lazy-load-image-component",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /