[2.9.1] - 2025-1-7
Features
- 将
astro-i18next
替换为其上游库i18next
,以修复在 Node.js v22.12.0 中的兼容性问题
(解决了导致国际化功能(i18n)在最新 Node.js 版本中无法正常工作的关键问题。)
Fix
- 修复了原
tailwind.config.js
中的引包 - 修复了链接样式
Chore
- 更换为更严格的 ESLint 作为代码格式化和检查工具
- 对 i18n 配置进行了小幅优化
- 移除了不必要的 node_modules 依赖
EN
[2.9.1] - 2025-1-7
Features
- Replaced
astro-i18next
with its upstream libraryi18next
to fix compatibility issues with Node.js v22.12.0.
(Resolved a critical issue that caused the internationalization (i18n) functionality to fail in the latest Node.js version.)
Fix
- Fixed imports in the original
tailwind.config.js
. - Resolved link styling issues.
Chore
- Switched to stricter ESLint as the code formatter and linter.
- Made minor optimizations to the i18n configuration.
- Removed unnecessary dependencies from
node_modules
.
What's Changed
- fix: Replaced linting tool with a stricter one and fixed i18n issue in Node v22.12.0 by @TNXG in #61
New Contributors
Full Changelog: v2.9.0...v2.9.1