Skip to content

Commit fb6d527

Browse files
committed
docs: release reactpress v1.5.0
1 parent 68b1a5b commit fb6d527

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [1.5.0](https://github.com/fecommunity/easy-blog/compare/v1.4.0...v1.5.0) (2024-12-21)
2+
3+
4+
### Bug Fixes
5+
6+
* adapt small screen content display issue ([84895c8](https://github.com/fecommunity/easy-blog/commit/84895c8341d34285068806d5908b2af358719f80))
7+
* add key for tex loop item ([e8a2e36](https://github.com/fecommunity/easy-blog/commit/e8a2e36f13d5031d845c3c3055374e5ff0446bc2))
8+
* nav config build error ([66acf46](https://github.com/fecommunity/easy-blog/commit/66acf46485f902aa0647b4886beb0701372b95c2))
9+
* nav query id undefined ([2d0bbd7](https://github.com/fecommunity/easy-blog/commit/2d0bbd78f4d73579039b3a9bf7c846fe2d976073))
10+
* route level default value ([4aae64e](https://github.com/fecommunity/easy-blog/commit/4aae64e86346052cb51e63e7c149853a6d8d8ae6))
11+
12+
13+
### Features
14+
15+
* add animation tags cloud ([68b1a5b](https://github.com/fecommunity/easy-blog/commit/68b1a5b2fe73fafd7a9b282ed77f836aa7a76bf6))
16+
* add global config setting page ([c825425](https://github.com/fecommunity/easy-blog/commit/c82542540b20f423b3b3f3ba04ea5e48e2523f5c))
17+
* add nav page ([c6703c6](https://github.com/fecommunity/easy-blog/commit/c6703c6e3dea33a8cc226f1c02d9b5cac0ef827e))
18+
* optimized page interaction experience ([b0ac19a](https://github.com/fecommunity/easy-blog/commit/b0ac19ab31b6bcf0d8916aeb373e6fa7288303aa))
19+
20+
21+
122
# [1.4.0](https://github.com/fecommunity/easy-blog/compare/v1.3.0...v1.4.0) (2024-12-08)
223

324

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactpress",
33
"author": "fecommunity",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"scripts": {
66
"clean": "pnpm clean:node_modules && pnpm clean:dist",
77
"clean:node_modules": "npx rimraf ./node_modules ./**/node_modules",

0 commit comments

Comments
 (0)