v4.3.0
What's Changed
Features
- feat: support light/dark theme in code blocks by @satnaing in #327
- feat: add number of posts config for home page by @davlgd in #281
- feat: keyboard focusable heading links by @87xie in #275
- feat: add JSON-LD structured data by @davlgd in #260
- feat: add scroll indicator in blog posts by @satnaing in #249
Bug Fixes
- fix: adding data-theme to tailwind config by @rachelslurs in #319
- fix: avoid
undefined
when passing class-name as prop by @87xie in #270 - fix: add $CURRENT_TIMEZONE_OFFSET in custom code snippets by @danielthank in #264
- fix: display
Updated
in posts only when modDatetime > pubDatetime by @pickyzz in #258 - fix: add SITE.title in PostDetails title tag for consistent look by @at-wr in #247
- fix: add trailing slash to links to avoid extra redirects by @ccbikai in #246
- fix: update incorrect typo in predefined-color-schemes.md by @JahsehJ in #245
Others
- refactor: avoid using unnecessary class-name in the pagination component by @87xie in #274
- refactor: remove redundant role in article element by @87xie in #323
- refactor: remove trailing commas in tsconfig.json by @boltlessengineer in #325
- chore: use
@typescript-eslint/parser
as the default parser by @87xie in #273 - build: add Dockerfile to run the project in container by @michealch in #262
- build(deps): upgrade dependencies by @satnaing in #328
- build: remove pre-commit git hook by @satnaing in #329
- build: remove jampack by @satnaing in #330
- docs: add installation step with pnpm by @gd4Ark in #286
- docs: add warning for
yarn 1
&sharp
by @satnaing in #331 - docs: fix typo in development note of theme configuration guide by @Matthieu-ui in #333
- docs: add guide on integrating user comments with Giscus by @FjellOverflow in #335
New Contributors
- @JahsehJ made their first contribution in #245
- @ccbikai made their first contribution in #246
- @at-wr made their first contribution in #247
- @danielthank made their first contribution in #264
- @87xie made their first contribution in #270
- @gd4Ark made their first contribution in #286
- @rachelslurs made their first contribution in #319
- @michealch made their first contribution in #262
- @boltlessengineer made their first contribution in #325
- @Matthieu-ui made their first contribution in #333
- @FjellOverflow made their first contribution in #335
Full Changelog: v4.2.0...v4.3.0