- feat: implement hover preview for Notion page links with styling (
e929c49)
- feat: integrate PostHog for enhanced analytics tracking and user engagement metrics (
1b8cb6a)
- feat: add comprehensive E2E deploy checklist and implementation documentation (
be90e83)
- refactor: remove outdated README.md from docs directory (
a6d6f9a)
- fix: downgrade next and eslint-config-next to version 15.5.2 for compatibility (
f650bb5)
- fix: cast parent_id to any type for compatibility with notion-types (
8dafd4e)
- fix: cast collectionView type to any for compatibility with TypeScript strict checks (
695edd1)
- fix: add .notion-cache to .gitignore to prevent committing cache files (
6dbeccd)
- feat: implement build-time caching for Notion pages and add build scripts (
d702712)
- fix: update pages:build script to ensure proper build sequence (
f67535c)
- feat: enhance search index build process with previous index caching (
6b858c3)
- feat: add edge runtime export to proxy configuration (
1f07cf7)
- feat: migrate proxy logic to middleware and rename proxy.ts to middleware.ts (
6887f0b)
- refactor: remove deprecated proxy.ts file after renaming to middleware.ts (
f1dfe2b)
- refactor: update comments in next.config.ts for clarity on image optimization (
03e6cf5)
- feat: add Notion cache plugin to optimize build times and persist cache between builds (
652e164)
- feat: add initial manifest for Notion cache plugin (
1c2d349)
- feat: update dynamic export to force-static and handle notFound in production for debug pages (
45e7cb1)
- feat: refactor cache handling in Notion cache plugin for improved clarity and functionality (
1534a91)
- feat: add redirect validation script and SmartRedirector component (
0bdc444)
- feat: enhance database ID handling for canonical URL generation in NotionCollection (
06125ad)
- feat: integrate canonical URL mapping across Notion page components (
0e05b8f)
- feat: add hrefOverride and canonicalUrlMap support to CollectionCard and NotionCollection components (
ac90b59)
- feat: add bareSlugCanonicalMap support across various components and functions (
0b6c539)
- feat: refactor canonical URL handling to use search index artifacts across components (
953ebf2)
- feat: enhance navigation reliability by handling category paths in CollectionCard and Header components (
1351c04)
- feat: update redirect logic and improve category path handling in components (
b2efa18)
- feat: update description fetching logic for non-pattern entries and comment out TagPill in SearchBar (
81c4ca9)
- feat: update Open Graph and Twitter metadata titles to 'PATTTTERNS' and adjust image cache version (
c081091)
- feat: new version + merge with static cache + related patterns preview (
56aeed1)