Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Releases: Yancey-Blog/blog-desktop-v2

v4.2.0

01 Aug 05:37
Compare
Choose a tag to compare

v4.2.0 (2021-08-01)

Supports PWA.

v4.1.0

30 Jul 07:33
Compare
Choose a tag to compare

v4.1.0 (2021-07-30)

  1. Display search box for mobile layout.
  2. Display skeleton for PostCard component.
  3. Performance optimization.

v4.0.0

25 Jul 11:56
Compare
Choose a tag to compare

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

07 Jul 08:39
Compare
Choose a tag to compare

v3.21.1 (2021-07-07)

Do not use useRouter event listener on SharePanel Component.

v3.20.0

29 Jun 16:03
Compare
Choose a tag to compare

v3.20.0 (2021-06-30)

Full site uses webp.

v3.19.0

23 Jun 07:35
Compare
Choose a tag to compare

v3.19.0 (2021-06-23)

  • Upgrade next.js to v11.
  • Delete as prop for next/link.
  • Use import { useRouter } from 'next/router' instead of import Router from 'next/router', and listen router change event by this hook.
  • Separate custom TypeScript declare in next-env.d.ts to shims-env.d.ts.
  • Delete the follows useless or deprecated dependencies:
    • react-lazyload
    • @zeit/next-source-maps
    • @types/markdown-to-jsx

v3.18.1

08 Jun 06:19
Compare
Choose a tag to compare

v3.18.0 (2021-06-07)

fix: use highlight.js to render markdown code due to the response value.

v3.18.0

07 Jun 06:48
Compare
Choose a tag to compare

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

06 Jun 10:59
Compare
Choose a tag to compare

v3.16.0 (2021-06-06)

Update to webpack5.

v3.13.0

24 May 07:47
Compare
Choose a tag to compare

v3.13.0 (2021-05-15)

Optimize the text of Release At for the meta of blog detail page.