Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 16:52
· 21 commits to main since this release

Breaking

  • Drop support against end-of-lifed Node.js versions (v16 and earlier) (#291, #380)

Added

  • Add -webkit-text-size-adjust: 100%; to the scaffold theme (#389)

Changed

  • Bump markdown-it to v14.1.0, and follow the latest spec of CommonMark 0.31.2 (#393)
  • Switch package manager from yarn to npm (#391)
  • Upgrade development Node.js to v20 LTS (#392)
  • Upgrade dependent packages to the latest version (#393)
  • Migrate ESLint config to Flat config (#394)

Removed

  • Deprecated color setting shorthand via Markdown image syntax (#331, #379)