v2.4.0
[2.4.0] - Minor Changes and Improvements
This release introduces several enhancements to the demo application and adds new features for better user experience.
Added
- GitHub navigation link to the demo layout.
- Theme toggle feature for switching between light and dark themes.
useEffecthook to update the document title based on the current route.- Support for dark mode by toggling the 'dark' class on the document element.
- New hook
useHistoryStatefor managing state with undo/redo support.
Changed
- Replaced SVG icons with Radix UI icons for the theme toggle and GitHub link.
- Updated demo components to improve layout and styling for better responsiveness.
- Improved styles for demo components to enhance layout and spacing.
What's Changed
- ✨ feat: migrate release automation to changesets by @pjb0811 in #44
- ♻️ refactor: retire develop branch references by @pjb0811 in #45
- 🐛 fix: deploy demo app to Vercel instead of library dist by @pjb0811 in #46
- 🌐 chore: translate demo app text to English by @pjb0811 in #47
- 🔥 chore: remove stale docs-deploy workflow by @pjb0811 in #49
- 💄 style: improve demo layout for mobile and wrap output text by @pjb0811 in #48
- 🐛 fix: apply demo-live gap to Card's inner body div by @pjb0811 in #51
- ✨ feat: add GitHub repo link to demo nav sidebar by @pjb0811 in #52
- ✨ feat: add light/dark theme toggle to demo app by @pjb0811 in #53
- 🐛 fix: raise specificity of nav GitHub link so flex layout applies by @pjb0811 in #54
- feat: sync document title with active demo route by @pjb0811 in #55
- chore: add vercel-labs agent skills for Claude Code by @pjb0811 in #56
- feat: replace demo nav icons with @radix-ui/react-icons by @pjb0811 in #57
- docs: add version-management skill for changesets release workflow by @pjb0811 in #58
- docs: add repo-agnostic coding-style skill from ui-kit by @pjb0811 in #59
- docs: add component-naming skill as forward-looking target convention by @pjb0811 in #60
- 🐛 fix(demo): apply dark theme to page background and fix mobile main width by @pjb0811 in #61
- feat: add useHistoryState hook by @pjb0811 in #62
- 🔖 chore: version packages by @github-actions[bot] in #50
Full Changelog: v2.3.0...v2.4.0