v1.2.0
What's Changed
Better Accessibility
- feat: improve accessibility including voiceover in #10
Changes
- move toggle theme codes from
layouts/Layout.astrototoggle-theme.js(5860254) - delete
utils/formatDatetime.tsand replaced withFormattedDatetimeinsidecomponents/Datetime.tsx(0eeed8e) - 'toggling light and dark mode' code is remove from
src/components/Header.astroand is rewritten inpublic/toggle-theme.jsfile. (2ba459b) (0eeed8e) - update
:rootto:root, html[data-theme="light"]and.theme-darktohtml[data-theme="dark"]instyles/base.css(0eeed8e) - update previous and next button disabled state (408fc4c)
- add linkTitle in social links (c9f796f)
Updates
Full Changelog: v1.1.3...v1.2.0