diff --git a/exampleSite/content/blog/v0.10.md b/exampleSite/content/blog/v0.10.md index 35beee8..07f08a7 100644 --- a/exampleSite/content/blog/v0.10.md +++ b/exampleSite/content/blog/v0.10.md @@ -35,6 +35,16 @@ hugo mod get -u github.com/imfing/hextra@v0.10.0 ## New Features +Here is a list of notable new features in this release: + +- [**Dropdown Menu Support in Navbar**](#dropdown-menu-support-in-navbar): create hierarchical navigation menus +- [**Enhanced Search Experience**](#enhanced-search-experience): improved search across all headings with better accuracy +- [**llms.txt Support**](#llmstxt-support): generate AI-friendly site outline +- [**Table of Contents Scroll Highlighting**](#table-of-contents-scroll-highlighting): automatic heading highlighting during page scroll +- [**Synchronized Tab Switching**](#synchronized-tab-switching): synchronize tab selections across multiple tab groups +- [**Blog List Pagination**](#blog-list-pagination): add pagination controls to blog listing pages +- [**MathJax Support**](#mathjax-support): alternative math rendering engine alongside KaTeX + ### Dropdown Menu Support in Navbar Create dropdown menus in your navigation bar for better navigation items organization. @@ -124,7 +134,7 @@ params: - **Tailwind CSS v4 Migration**: complete migration to [Tailwind CSS v4](https://tailwindcss.com/blog/tailwindcss-v4) with improved customization support. - **Hugo Template System**: adapted to Hugo's [new template system](https://gohugo.io/templates/new-templatesystem-overview/) (v0.146.0+) for future compatibility. - **Math Server-Side Rendering**: better handling of math equation rendering using Hugo native rendering by default. -- **FlexSearch 0.8 Upgrade**: upgraded search engine for faster, more accurate results with improved CJK (Chinese, Japanese, Korean) content encoding. +- **FlexSearch 0.8 Upgrade**: upgraded search engine [FlexSearch](https://github.com/nextapps-de/flexsearch) for faster, more accurate results with improved CJK (Chinese, Japanese, Korean) content encoding. - **Enhanced Asset Management**: KaTeX and Mermaid assets support loading from CDN or local ## Quality of Life Improvements @@ -148,8 +158,6 @@ params: ## Migration Guide -Here's a list of breaking changes to pay attention before upgrading - - [**Hugo Version Requirements**](#hugo-version-requirements): Requires Hugo v0.146.0+ (extended version) - [**CSS Class Prefix Changes**](#css-class-prefix-changes): Component CSS classes now use consistent `hextra-` prefixing - [**Asset Management**](#asset-management-for-katex-and-mermaid): KaTeX and Mermaid assets now download during build time