v0.27.0
What's Changed
New Features 🎉
- Add option
enableStatusPages
to generate http static pages by @mosch in #587 - Allow to protect routes with login by @mosch in #529
- Allow plugins to purge cache by @mosch in #577
- Improve performance for pages with markdown by @mosch in #601
Bug Fixes 🐛
- Fix Zuplo processors import by @dan-lee in #590
- Break up circular refs in GraphQL by @dan-lee in #591
- fix title undefined by @mosch in #604
- Fix hash/anchor navigation synchronization by @dan-lee in #607
- Fix ThemeSwitch icon by @dan-lee in #609
Dependency Updates 📦
- build(deps): bump @radix-ui/react-select from 2.1.4 to 2.1.5 by @dependabot in #598
- build(deps-dev): bump eslint-config-next from 15.1.5 to 15.1.6 in the eslint-dependencies group by @dependabot in #595
- build(deps-dev): bump the nx-dependencies group with 4 updates by @dependabot in #594
Other Changes 🔄
- feat: add title prop to SyntaxHighlight by @mosch in #589
- Add social links to Zudoku docs by @mosch in #588
- document theme by @mosch in #602
- Change withZuplo to be default export by @ntotten in #605
- allow to set default example language by @mosch in #581
- Improve Playground component for Markdown by @mosch in #603
- Better result panel for playground by @mosch in #583
- Simplify
contribution.md
for contributors by @shivarm in #599
Full Changelog: v0.26.1...v0.27.0