v0.4.0-alpha.1 - 13 September 2025
🔀 Merged PRs
This release includes 15 merged pull requests that have been successfully integrated into the codebase.
Click to expand merged PRs
- Add tabs and tab shortcodes support by @Lruihao in #634
- Params configurations case insensitive for mathjax and watermark by @Lruihao in #633
- Deps-dev: Replace fixit-releaser with auto-changelog-plus by @Lruihao in #631
- Deps: Bump actions/checkout from 4 to 5 by @dependabot in #630
- Structure refactor, linting, and monorepo setup by @Lruihao in #629
- Add height transitions for detail content and code block content by @Lruihao in #628
- Add layout loaders and layout configuration for Mermaid diagrams by @Lruihao in #627
- Add
enableTranslationMerge
parameter for merging missing translations from other languages by @Lruihao in #626 - Update CodeQL configuration, add Hugo test build workflow by @Lruihao in #625
- Add color preview models support by @Lruihao in #624
- Mermaid theme switching again by @Lruihao in #623
- Enhance Mermaid configuration and fix initialization bug by @Lruihao in #617
- Improve Mermaid initialize by @Lruihao in #615
- Update layout and media styles to use
fi-container
class, improve Mermaid script handling by @Lruihao in #614 - Update hugo-fixit component list by @github-actions[bot] in #613
🎉 New Features
- Add tabs and tab shortcodes support (#634)
56836eb
by @Lruihao - Add height transitions for detail content and code block content (#628)
e9366b5
by @Lruihao - Add layout loaders and layout configuration for Mermaid diagrams (#627)
2d581ef
by @Lruihao - Add
enableTranslationMerge
parameter for merging missing translations from other languages (#626)cc2ef7b
by @Lruihao - Add color preview models support (#624)
c890f61
by @Lruihao - Enhance Mermaid configuration and fix initialization bug (#617)
e04bb61
by @Lruihao - Add diagram copy button support for Mermaid and ECharts (#616)
7b9c3e6
by @Lruihao - Add
shortTitle
front matter param for breadcrumb and collection navigation titles to usefe351c7
by @Lruihao - Add page param
decreaseH1
to decrease the H1 heading level in content014e1fa
by @Lruihao - Update the homepage README format to include links and the current year
c3cba94
by @Lruihao
🐛 Bug Fixes
- Params configurations case insensitive for mathjax and watermark (#633)
fde7e1c
by @Lruihao - Dirty hack for Mermaid loading
3c3f608
by @Lruihao - Add Mermaid support in home scope
841eb3d
by @Lruihao - ZenUML intersection height error
08d3c62
by @Lruihao - Update mermaid script options to use correct template and production minification
da7569b
by @Lruihao
⚡ Performance Improvements
♻️ Refactoring and Updates
- Mermaid theme switching again (#623)
77fcd7f
by @Lruihao - Improve Mermaid initialize (#615)
bf3fe68
by @Lruihao - Update layout and media styles to use
fi-container
class, improve Mermaid script handling (#614)45f101a
by @Lruihao - Update CSS variable prefixes to use rootPrefix for consistency
59bea1e
by @Lruihao
📝 Documentation Changes
- Update contribution guide, add prerequisites, development workflow and pull request guide
c6e3168
by @Lruihao - Update hugo-fixit component list (#613)
5101841
by @github-actions[bot] - Update the security policy document
9c29481
by @Lruihao - Update contributing guidelines to follow Conventional Commits
0f68046
by @Lruihao - Add build status badges and Gitee stars to README files
a3d9e47
by @Lruihao - Reorder description section in pull request template for clarity
210a43e
by @Lruihao - Use present for copyright range
f5fb989
by @Lruihao - Fix typo
a459d2d
by @Lruihao
✅ Changes to Test Assets
- Add Mermaid diagram test cases and fix configuration missing
d4305d9
by @Lruihao - Add comprehensive tests for Alerts Markdown syntax and Admonition shortcode
f5dd258
by @Lruihao - Add test cases site
6297849
by @Lruihao
🔧 Chores And Housekeeping
- Deps-dev: Replace fixit-releaser with auto-changelog-plus (#631)
f305333
by @Lruihao - Deps: Bump actions/checkout from 4 to 5 (#630)
1c1ec7e
by @dependabot - Structure refactor, linting, and monorepo setup (#629)
d862438
by @Lruihao - Update CodeQL configuration, add Hugo test build workflow (#625)
57d9202
by @Lruihao - Standardize GitHub templates and add copilot instructions
c923116
by @Lruihao - Update release workflow and changelog generation command
9442950
by @Lruihao - Update homepage URL in package.json
64cc597
by @Lruihao - Deps: Update @hugo-fixit/fixit-releaser to v1.3.2
c174646
by @Lruihao
👷 Continuous Integration
- Improve the joint construction and deployment of Demo and Test content
93acf8e
by @Lruihao - Standardize commit message format for component list updates
0cc7882
by @Lruihao
✨ General Changes
- 🔒 Fix: resolve on-headers security vulnerability
afde1ce
by @Lruihao - 💄 Style: add Mermaid loading style
311501a
by @Lruihao - 💄 Style: add bold style in admonition title
a37eeec
by @Lruihao - 💄 Style: add lazy loading background for images
590b8f4
by @Lruihao
Full Changelog: v0.4.0-alpha...v0.4.0-alpha.1