mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
4.2 KiB
4.2 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2022-11-28)
Features
- a11y: improve voiceover a11y for datetime component (57c3f79)
- improve accessibility including voiceover (5860254)
Bug Fixes
- a11y: improve breadcrumb to be more accessible when using with voiceover (cabf30b)
- a11y: update previous and next (disabled) buttons for vo a11y (408fc4c)
- add missing seperator in Breadcrumb (b05b665)
- add optional chaining for theme switch event listener (c4c9ab2)
- fix broken link (9d3c897)
- typo: rename Linkedin to LinkedIn (307b55f)
1.1.3 (2022-11-11)
Bug Fixes
- fix broken post links and hide draft posts in rss feed (b83c906)
1.1.2 (2022-11-04)
Bug Fixes
- fix heading style in posts/ layouts (5eeea66)
- fix missing TailwindCSS dependency (e7807ab), closes #6
- show search result only if input is more than one char (f7fb032)
1.1.1 (2022-10-30)
Updates
- update github-slugger by @AkaraChen in https://github.com/satnaing/astro-paper/pull/5
- move '@types/react' to dev dependencies (3697a59)
- update dependencies
1.1.0 (2022-10-18)
Features
- improve search functionality (33bab9c)
- add CHANGELOG (adb331e)
- add prettier and husky (d6dd818 | 80aee6b)
Bug Fixes
- fix markdown lint warnings by updating headers (ad14dc5)
- fix markdown warnings by adding alt texts (3260641)
- extract Social component to avoid duplication (7ef631f)
- update glob to have access to sub directories under content/ (a256ded)
1.0.1 (2022-09-27) Initial Release
Features
- Fully responsive & accessible
- Pagination & draft post
- Light & dark color schemes
- 19 social link icons
- Fuzzy search
- Sitemap & RSS feed
- 5 predefined themes