Skip to content

v4.3.0

Compare
Choose a tag to compare
@satnaing satnaing released this 27 Jul 04:05
· 51 commits to main since this release

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

Full Changelog: v4.2.0...v4.3.0