v1.2.0
What's Changed
Better Accessibility
- feat: improve accessibility including voiceover in #10
Changes
- move toggle theme codes from
layouts/Layout.astro
totoggle-theme.js
(5860254) - delete
utils/formatDatetime.ts
and replaced withFormattedDatetime
insidecomponents/Datetime.tsx
(0eeed8e) - 'toggling light and dark mode' code is remove from
src/components/Header.astro
and is rewritten inpublic/toggle-theme.js
file. (2ba459b) (0eeed8e) - update
:root
to:root, html[data-theme="light"]
and.theme-dark
tohtml[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