Commit Graph

218 Commits

Author SHA1 Message Date
Hayden Bleasel 08ff8df7eb Update preview.tsx 2026-02-04 10:29:01 -08:00
Lindsey Simon 1f5e46fec6 fix: Preview component import path and add robots.txt (#368)
* fix: Preview component import path and add robots.txt

Fixes #issue-number

- Fix Preview component to use correct package.json export path
  Changed from @repo/examples/src/${path}.tsx to @repo/examples/${path}
  to match the exports configuration in package.json

- Add robots.ts file to handle /robots.txt requests
  Previously the [lang] dynamic route was catching /robots.txt
  causing 500 errors

- Add error handling for missing component default exports

- Temporarily add ignoreBuildErrors to test in Vercel production
  This allows deployment to verify the fix for the production-only
  "Cannot use 'in' operator to search for 'root' in undefined" error

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Remove reactStrictMode and TypeScript settings

Removed reactStrictMode and TypeScript build error settings.

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
2026-02-04 10:21:20 -08:00
Hayden Bleasel 30cbcfec97 Migrate to Oxlint (#357)
* Migrate to oxlint / oxfmt

* Initial fixes

* Misc fixes

* Temporary fixes

* Update Ultracite

* Update .oxlintrc.json

* Update .oxlintrc.json

* Start running manual fixes

* Update .oxlintrc.json

* AI Fixes Part 2

* AI Fixes Part 3

* AI Fixes Part 4

* AI Fixes Part 5

* AI Fixes Part 6

* AI Fixes Part 7

* AI Fixes Part 8

* AI Fixes Part 9

* AI Fixes Part 10

* AI Fixes Part 11

* AI Fixes Part 12

* Fix tests

* Lint / test fixes

* Update chat.tsx

* Fix AI SDK React version

* Misc fixes

* Build fixes
2026-02-04 08:00:41 -08:00
Hayden Bleasel 36a3444e28 Resolves #295, resolves #298 2026-02-03 14:08:10 -08:00
Hayden Bleasel f54b3efe55 Resolves #150 2026-02-03 13:55:08 -08:00
Hayden Bleasel 438072d756 Resolves #106 2026-02-03 13:45:16 -08:00
Hayden Bleasel d98785da76 Resolves #94 2026-02-03 13:43:00 -08:00
Hayden Bleasel cf808a4952 Resolves #78 2026-02-03 13:26:00 -08:00
dependabot[bot] 1bb2f65dfb Bump zod from 3.25.76 to 4.3.6 (#342)
Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.6)

---
updated-dependencies:
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 15:46:35 -08:00
dependabot[bot] 87def83df0 Bump shadcn from 3.7.0 to 3.8.1 (#343)
Bumps [shadcn](https://github.com/shadcn-ui/ui/tree/HEAD/packages/shadcn) from 3.7.0 to 3.8.1.
- [Release notes](https://github.com/shadcn-ui/ui/releases)
- [Changelog](https://github.com/shadcn-ui/ui/blob/main/packages/shadcn/CHANGELOG.md)
- [Commits](https://github.com/shadcn-ui/ui/commits/shadcn@3.8.1/packages/shadcn)

---
updated-dependencies:
- dependency-name: shadcn
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 15:45:22 -08:00
dependabot[bot] f05e9e51e9 Bump katex from 0.16.27 to 0.16.28 (#345)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.27 to 0.16.28.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.27...v0.16.28)

---
updated-dependencies:
- dependency-name: katex
  dependency-version: 0.16.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 15:43:42 -08:00
dependabot[bot] 1147d8bc50 Bump ai from 6.0.39 to 6.0.67 (#341)
Bumps [ai](https://github.com/vercel/ai) from 6.0.39 to 6.0.67.
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/compare/ai@6.0.39...ai@6.0.67)

---
updated-dependencies:
- dependency-name: ai
  dependency-version: 6.0.67
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 15:38:28 -08:00
dependabot[bot] f47c29cb65 Bump jotai from 2.16.2 to 2.17.0 (#347)
Bumps [jotai](https://github.com/pmndrs/jotai) from 2.16.2 to 2.17.0.
- [Release notes](https://github.com/pmndrs/jotai/releases)
- [Commits](https://github.com/pmndrs/jotai/compare/v2.16.2...v2.17.0)

---
updated-dependencies:
- dependency-name: jotai
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 15:37:48 -08:00
dependabot[bot] e493df2104 Bump shiki from 3.21.0 to 3.22.0 (#348)
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/shiki)

---
updated-dependencies:
- dependency-name: shiki
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 15:37:42 -08:00
Hayden Bleasel fd0fb20a1d Build fixes 2026-02-02 10:50:43 -08:00
Hayden Bleasel 0c899d3af3 Update elements-installer.tsx 2026-02-02 10:28:49 -08:00
Hayden Bleasel 689ff57a2c Update geistdocs.tsx 2026-02-02 10:27:38 -08:00
Hayden Bleasel 2e112f7a3f Misc fixes 2026-02-02 10:26:57 -08:00
Hayden Bleasel 3c72f87d34 Fix multiple sources 2026-02-02 10:22:38 -08:00
Hayden Bleasel 23aeca3202 Mobile fixes 2026-02-02 10:15:22 -08:00
Hayden Bleasel 1b26505028 Resolves #353 2026-02-02 09:50:31 -08:00
Hayden Bleasel 4bed9a8836 Fix lint issues 2026-02-02 09:43:23 -08:00
Hayden Bleasel 4a59277a77 Update page.tsx 2026-02-02 09:37:18 -08:00
Hayden Bleasel 7eeb4bd562 Update sitemap.ts 2026-02-02 09:34:14 -08:00
Hayden Bleasel 7f22a19ce6 Create opengraph-image.png 2026-02-02 09:31:40 -08:00
Hayden Bleasel 995c4a750a Update sitemap.ts 2026-02-02 09:26:40 -08:00
Hayden Bleasel 9d6d91b7d9 Fix deps 2026-02-02 09:24:33 -08:00
Hayden Bleasel 6f17431554 Update sitemap.ts 2026-02-02 09:22:46 -08:00
Hayden Bleasel 571fab94e9 Upgrade docs 2026-02-02 09:21:22 -08:00
Hayden Bleasel efc3f50c4d Resolves #351 2026-02-02 09:15:33 -08:00
Hayden Bleasel e58c8515cd Create sitemap.ts 2026-02-02 09:15:03 -08:00
Hayden Bleasel cf793dd446 Elements domain (#339)
* Remove microfrontends

* Remove /elements subpath, update URL

* Fix local paths

* Remove custom AI SDK navbar

* Update global.css

* Restore docs in path

* Restore Geistdocs homepage

* Split up docs, components and examples

* New routes for components and examples

* IA fixes

* Update hero, start adding components to homepage

* Experimenting with hero

* Update pnpm-lock.yaml

* Add new docs

* Update geistdocs.tsx

* Update examples, add new IDE example

* Create source-code.tsx

* Cleanup ide.mdx

* Cleanup examples

* Update homepage content

* Misc fixes

* Update elements-installer.tsx

* Update meta.json

* Deprecate Loader component for shadcn/ui Spinner

* Add changeset files

* Update homepage and templates

* Update code-block.tsx

* Misc fixes

* Update callout.tsx

* Remove hero badge

* Resolves #328

* Build fixes

* Update README.md
2026-01-31 15:31:31 -08:00
Ben Smith abeda543fe Fix: Relative registry dependency links (#338)
* Fix relative registry dependency links
Relative registry dependencies were missing /elements/api/registry from their URLs (e.g., https://ai-sdk.dev/elements/api/registry/reasoning.json references https://ai-sdk.dev/shimmer.json).

* Create shaky-beans-cough.md

---------

Co-authored-by: Hayden Bleasel <hello@haydenbleasel.com>
2026-01-31 14:23:01 -08:00
cfngc4594 68d8ff816a fix(docs): correct attachments import path typo (#335)
Changed 'attachment' to 'attachments' in import paths to match
the actual module name.
2026-01-30 18:55:16 -08:00
Felix Arntz 618f49b236 fix docs (#336) 2026-01-30 18:54:52 -08:00
Hayden Bleasel 11f92a8732 Resolves #329 2026-01-25 17:20:05 -09:00
Hayden Bleasel 764c800193 Update proxy.ts 2026-01-25 16:36:51 -09:00
Hayden Bleasel a230011866 Update next.config.mjs 2026-01-25 16:22:26 -09:00
Hayden Bleasel e36fcde6d2 Update next.config.mjs 2026-01-25 16:17:54 -09:00
Hayden Bleasel 686c8bbc32 Misc fixes 2026-01-25 16:15:42 -09:00
Hayden Bleasel 41c97c2852 Build fixes 2026-01-20 21:09:56 -08:00
Hayden Bleasel 1f1d8e3a3c Update next.config.mjs 2026-01-20 16:58:51 -08:00
Hayden Bleasel 73a15c6518 Update banner.tsx 2026-01-20 16:54:14 -08:00
Hayden Bleasel 1c3ebf2ae2 Build fixes 2026-01-20 15:33:28 -08:00
Hayden Bleasel dffd8fe7f5 Drop custom MCP route 2026-01-20 15:27:10 -08:00
Hayden Bleasel b6a143747b Upgrade Streamdown 2026-01-19 23:29:59 -08:00
Hayden Bleasel afafc5737f Docs fixes 2026-01-18 12:30:50 -08:00
Hayden Bleasel 27d7773aa5 Resolves #323 2026-01-18 12:18:08 -08:00
Hayden Bleasel f485a897c4 Attachment -> Attachments 2026-01-18 10:37:14 -08:00
Hayden Bleasel aa067913a1 Misc fixes 2026-01-18 10:36:04 -08:00