Skip to content

Releases: sabertazimi/blog

v2.1.0

05 Sep 13:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.0 (2021-08-02)

Features

  • Icons: create IconFactory HOC util component (bfadb4f), closes #82

Bug Fixes

  • config: rewrite config types (3dc1de1)
  • Container: use HTMLProps instead of HTMLAttributes (922cefb), closes #82
  • Social: rectify social-related components type error (e5ffdea), closes #82

v2.0.3

05 Sep 13:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.3 (2021-08-02)

Bug Fixes

  • release: tag with signature (44dd42e)

v2.0.2

05 Sep 13:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.2 (2021-08-02)

Bug Fixes

  • Container: ship to TSX (0e91109), closes #82
  • tsconfig: rectify path resolution in vscode (2f935c6)

Building Work

  • jsconfig: keep consistence with tsconfig (e788180)

v2.0.1

05 Sep 13:36
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2021-08-02)

Bug Fixes

  • README: remove empty lines (6ed9757)

Building Work

  • CHANGELOG: add more fields to CHANGELOG (fbb2e41)
  • scripts: add dry-run release support (0da2c2d)

v2.0.0

05 Sep 13:37
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2021-08-01)

⚠ BREAKING CHANGES

  • release: refactor all pages with React TypeScript

Features

  • Archives Page: put archives page into tags page (0c7d118), closes #55
  • Article-headings: headings anchor jump (5e88f5d), closes #66
  • ArticleNavigation: add navigation floating button (991fbde), closes #66
  • Header-collapse: collasped Header toggle button (3613051), closes #57
  • Landing Page: redesign menu of landing page (aca50af)
  • markdown-code: add MacOS bar to <code> section (a4dcce2)
  • PostsSearchBar: impl SearchBar with antd (713fe1e), closes #65
  • Search: complete basic UI for search (7fcd3bc), closes #55
  • release: add standard-version support (8261270)

Bug Fixes

  • Button: dealing with Button as a NavLink (8768b09), closes #30
  • ci: rectify build procedure (23fb890)
  • code style: remove useless component (9fc46ac)
  • Container: remove useless text attribute (0ec798d)
  • CVE: update dependencies (53b6ea4)
  • depends: rectify vulnerable packages (ba6b811), closes sabertazimi/awesome-notes#105
  • depends: rectify vulnerable packages (9ceb88b), closes sabertazimi/awesome-notes#105
  • gatsby-deployment: change all href to Link (9361ecb), closes #51
  • gatsby: remove window reference (dc7bcfa)
  • Home-Helmet: catch Helmet stackoverflow error with ErrorBoundary (4a87d64)
  • horizonal overflow: remove horizonal overflow of Header (ac73299), closes #58
  • json service: rectify defaultComparator sorting error (aa69f45), closes #29
  • LandingNav: rectify jsx-a11y error (2623222), closes #82
  • lint: rectify eslint+tsc error (5e81fda), closes #82
  • List: add key to list component rendering (211ccd9)
  • npm-deps: update dpes version for security (d468076)
  • peerDeps: rectify peerDeps error (2adcd80), closes #82
  • PostPreview: rectify width of PostPreview (cfa904c)
  • responsive: stay consistent to HeaderNav responsive (954c0a3), closes #77
  • segment: remove vertical attribute (ec6f16c)
  • server: rectify github API fetch failure (de1fd75)
  • SiteMetadata: rectify tags field type (a43d8d7), closes #82
  • testing: rectify testing (aa7c5e9)
  • TypingTitle: add delay to effect hook deps (8e71319)
  • vulnerability: bump deps version (a0cee6a)