This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
Releases: Yancey-Blog/blog-desktop-v2
Releases Β· Yancey-Blog/blog-desktop-v2
v4.2.0
v4.1.0
v4.1.0 (2021-07-30)
- Display search box for mobile layout.
- Display skeleton for PostCard component.
- Performance optimization.
v4.0.0
v4.0.0 (2021-07-25)
We are honored to announce that the blog supports responsive layout. This update will bring an unprecedented experience to the mobile. This is the first submission for responsive layout, so it will still cause online problems. If you find any bugs, please submit them in issues.
TODO
- Supports algolia search components.
- Performance optimization after collecting some metrics.
- PWA.
- a11y.
v3.21.1
v3.21.1 (2021-07-07)
Do not use useRouter event listener on SharePanel Component.
v3.20.0
v3.20.0 (2021-06-30)
Full site uses webp.
v3.19.0
v3.19.0 (2021-06-23)
- Upgrade next.js to v11.
- Delete
as
prop for next/link. - Use
import { useRouter } from 'next/router'
instead ofimport Router from 'next/router'
, and listen router change event by this hook. - Separate custom TypeScript declare in
next-env.d.ts
toshims-env.d.ts
. - Delete the follows useless or deprecated dependencies:
react-lazyload
@zeit/next-source-maps
@types/markdown-to-jsx
v3.18.1
v3.18.0 (2021-06-07)
fix: use highlight.js to render markdown code due to the response value.
v3.18.0
v3.18.0 (2021-06-07)
Uses react-markdown instead of markdown-to-jsx, to help the gzip total bundle of client at 749.08kb
to be reduced to 698.25kb
.
v3.16.0
v3.16.0 (2021-06-06)
Update to webpack5.
v3.13.0
v3.13.0 (2021-05-15)
Optimize the text of Release At
for the meta of blog detail page.