Releases: denkiwakame/academic-project-template
Releases · denkiwakame/academic-project-template
v1.0.0
Caution
Breaking Changes in v1.0.0
If you encounter any issues, please contact @denkiwakame.
Media File Path Update
- All media files should be placed in the (
public/) directory. - Media files can be accessed directly in all locations, including YAML fields and the body (Markdown).
image: teaser.png<img src="teaser.png">
- All
imgfields now support both local files (underpublic/) and web files (https://...).
Development Command Update
npm run serve→npm run dev
Build Backend is Now Faster! 🚀
- MIgrated from webpack to Vite
Before: ████████████████████ 19.567s
After: ████ 5.288s
4× speed improvement! 🎉
Automatic Typo Checking for template.yaml 📝
- Pre-commit typo checking with Husky is now enabled.
- When you
git add template.yaml, a typo check runs automatically before committing. - To check manually, run:
npx typos template.yaml
- To disable this functionality,
export HUSKY=0
Now Supports Node.js 22 🌟
- Updated compatibility with the latest Node.js v22.
Let me know if you need any tweaks! 🚀
---Release written by AI