Commit Graph

3 Commits

Author SHA1 Message Date
anime
57d6a1779d feat: enhance SmartLink component for better external link handling
- support object format of href
- improve URL string extraction logic
- add proper type checking for href prop
- ensure external links use string format
2025-07-24 17:05:38 +08:00
anime
7f43846e33 feat: add DOM props filtering for SmartLink component
- Introduce filterDOMProps utility to exclude Next.js specific props
- Apply filtering to external links to ensure clean DOM attributes
- Maintain consistent prop passing for internal Next.js links
2025-07-24 16:43:21 +08:00
anime
fc4817e669 feat: add SmartLink component for internal and external links
The component automatically detects link type and applies appropriate
rendering with proper attributes for external links.
2025-07-24 16:38:55 +08:00