Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
a59f1ca
Add Nextra documentation site and slim down README
claude Jan 22, 2026
654eaa6
Convert docs site from Nextra to Chakra UI
claude Jan 22, 2026
5b5030a
Add Nextra feature parity: syntax highlighting, search, auto-sidebar
claude Jan 22, 2026
d670acb
Add breadcrumbs, last updated, and package manager tabs
claude Jan 22, 2026
87a9bab
Add tsbuildinfo to gitignore
claude Jan 22, 2026
6d5cb6c
Add Accordion and FileTree components
claude Jan 22, 2026
19078ed
Add polish features: OG images, sitemap, print styles, changelog
claude Jan 22, 2026
8fd6fdc
Add announcement banner, 404 page, and keyboard shortcuts
claude Jan 22, 2026
eb13b4d
Add landing page and move documentation under /docs
claude Jan 22, 2026
d0a17b1
Integrate react-fathom into docs site
claude Jan 22, 2026
4dfbb61
Add React and React Native examples with self-documenting docs
claude Jan 22, 2026
9446097
Add docs and events pages to Next.js examples
claude Jan 22, 2026
62e11ed
Fix docs site build issues for Chakra UI v3 compatibility
claude Jan 22, 2026
f644fb5
Add .gitignore for docs site build artifacts
claude Jan 22, 2026
b59a2cc
Configure static export for docs and Next.js app example
claude Jan 22, 2026
4a7070e
Update Next.js examples to use published package version
claude Jan 22, 2026
53f751b
Add React Router integration for pageview tracking
claude Jan 22, 2026
855930b
Add React Router documentation and update example
claude Jan 22, 2026
cced3c3
Add Gatsby integration for pageview tracking
claude Jan 22, 2026
2bb14e0
Add TanStack Router integration for pageview tracking
claude Jan 22, 2026
10ad99c
Add deep merge for nested FathomProvider default options
claude Jan 22, 2026
7e6b32d
Add debug mode to FathomProvider for development and demos
claude Jan 22, 2026
f6ca3f4
Add EventStream component and event tracking for docs site
claude Jan 22, 2026
71e5b2b
Add debug mode documentation to README
claude Jan 22, 2026
2422d2a
Remove unnecessary optional chaining on tracking methods
claude Jan 22, 2026
e0a6981
Add keyboard shortcut to toggle EventStream panel
claude Jan 22, 2026
f3e469a
Upgrade dependencies
ryanhefner Jan 22, 2026
3263d3e
Link docs and examples to local react-fathom package
claude Jan 22, 2026
4a74142
Bump docs dependencies to latest versions
ryanhefner Jan 22, 2026
cc41dd3
Fix search result URLs by stripping .html extension
claude Jan 22, 2026
7235e78
Update landing page with all supported frameworks
claude Jan 22, 2026
21cb905
Add react-fathom/debug subpackage with EventStream component
claude Jan 22, 2026
e910a9d
Add error handling, transformUrl, and EventStream tests
claude Jan 22, 2026
c136426
Extract URL building logic into shared utility
claude Jan 23, 2026
2cf79bd
Add tests for onError, transformUrl, and buildTrackingUrl
claude Jan 23, 2026
563dbe0
Add framework logo grid to landing page
claude Jan 23, 2026
2a60cf8
Add SEO optimization with Open Graph tags and images
claude Jan 23, 2026
ad5ddd8
Add shared example-ui package for consistent styling across examples
claude Jan 23, 2026
8e6b7a2
Add EventStreamPanel to shared UI package for consistent styling
claude Jan 23, 2026
e30fb58
Fix EventStream visibility on docs site
claude Jan 23, 2026
eee929c
Add debug logging for debug mode state
claude Jan 23, 2026
f38bcaa
Add global event dispatch for cross-context debug events
claude Jan 23, 2026
8bb1201
Add TanStack Router and Gatsby example sites
claude Jan 23, 2026
c0f96fd
Remove NODE_ENV check from debug mode logging
claude Jan 23, 2026
117d183
Add Vercel deployment configs for all sites
claude Jan 23, 2026
21ef5d2
Add debug logging for FathomProvider mounting diagnostics
claude Jan 23, 2026
fa1c4b3
Add webpack alias to resolve react-fathom to single instance
claude Jan 23, 2026
60ce8af
Add Turbopack config for Next.js 16 compatibility
claude Jan 23, 2026
9117a97
Fix Turbopack config with relative paths and root setting
claude Jan 24, 2026
19efa41
Fix React context sharing for linked package in docs site
claude Jan 24, 2026
58a44f5
Add dev scripts to run all sites simultaneously
claude Jan 24, 2026
8e299c0
Update example sites with minimal design aesthetic
claude Jan 24, 2026
3db1531
Fix useSearchParams Suspense boundary for static page generation
claude Feb 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ node_modules
coverage
dist
types
*.tsbuildinfo

# Include Rollup config
!rollup.config.js
Expand Down
Loading