v2.5.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.5.0 (2021-08-09)
Features
- hooks: move typing logic to useTypingEffect hook (74838a9)
- MetaHeader: add MetaHeader component for a11y (430f67d), closes #89
Bug Fixes
- MetaHeader: add html lang attribute for a11y (59e7174)
- pages-404: rectify css modules order conflict (568602b)
- templates:
import type
for type only imports (aab1ff1) - templates: add MetaHeader to all template components (2351581), closes #89
- TypingTitle: change to useRef version (530616e)
- TypingTitles: add a11y heading role to typing titles (f7100d8)
Building Work
- deps-core: bump gatsby from 3.10.2 to 3.11.1 (bb0a78a)
- deps-dev: bump @types/node from 16.4.10 to 16.4.13 (7d42534)
- deps-dev: bump @types/react from 17.0.15 to 17.0.16 (0e29878)
- deps-dev: bump @typescript-eslint/eslint-plugin (27a7ed0)
- deps-dev: bump @typescript-eslint/parser from 4.29.0 to 4.29.1 (f6ef519)
- deps-dev: bump babel-preset-gatsby from 1.10.0 to 1.11.0 (2a8ec57)
- deps-dev: bump concurrently from 6.2.0 to 6.2.1 (1d0ccf1)
- deps-dev: bump eslint-plugin-import from 2.23.4 to 2.24.0 (9db77d2)
- deps-dev: bump gatsby-plugin-catch-links from 3.10.0 to 3.11.0 (c5c1018)
- deps-dev: bump gatsby-plugin-manifest from 3.10.0 to 3.11.0 (ad1f685)
- deps-dev: bump gatsby-plugin-offline from 4.10.0 to 4.11.0 (7a66068)
- deps-dev: bump gatsby-plugin-postcss from 4.10.0 to 4.11.0 (1ac9bd2)
- deps-dev: bump gatsby-plugin-react-helmet from 4.10.0 to 4.11.0 (14e7735)
- deps-dev: bump gatsby-plugin-sitemap from 4.6.0 to 4.7.0 (55db247)
- deps-dev: bump gatsby-remark-autolink-headers from 4.7.0 to 4.8.0 (3ed8f89)
- deps-dev: bump gatsby-remark-copy-linked-files (686c343)
- deps-dev: bump gatsby-remark-prismjs from 5.7.0 to 5.8.0 (f247f54)
- deps-dev: bump gatsby-remark-smartypants from 4.7.0 to 4.8.0 (ed54f1e)
- deps-dev: bump gatsby-source-filesystem from 3.10.0 to 3.11.0 (646e069)
- deps-dev: bump gatsby-transformer-remark from 4.7.0 to 4.8.0 (0b7d8c4)
- deps: bump @octokit/rest from 18.8.0 to 18.9.0 (4570447)
- deps: bump antd from 4.16.10 to 4.16.11 (dc4ad98)
Testing
- useTypingEffect: add test for useTypingEffect hook (3971242)