Releases: drivly/ai
Releases · drivly/ai
v1.2.0
1.2.0 (2025-04-11)
Bug Fixes
- remove metadata export from client component (0e7fa1c)
- resolve merge conflicts and update fallback domain (ENG-361) (7e4cf03)
- revert to client-side ApiReferenceReact component to fix type errors (8086a84)
- revert to client-side rendering for API reference due to type errors (c38f890)
- simplify schema generation script to avoid Payload initialization issues (d9b2356)
- simplify schema generation to use static schema without Payload initialization (fa45683)
- switch to NextJS-optimized ApiReference component (8012001)
- UI: update navbar, updated options oAuthProxy, added to plugin (8e68ec8)
- update code window border radius from medium to small (ENG-358) (f8b0180)
- update CodeWindow to handle URI encoded domain (ENG-361) (6186794)
- update domain in header to use site variable (ENG-361) (32d0c36)
- update fallback domain for URI encoded values (ENG-361) (d405ab9)
- update LlmsdoLogo to handle URI encoded domain (ENG-361) (c145b09)
- update Payload initialization in generate-api-schema script (0e0c552)
- update SDK release action for correct versioning (ENG-349) (51a8ce8)
Features
v1.1.0
1.1.0 (2025-04-11)
Bug Fixes
- ENG-353: Fix TypeScript errors for brandColor property (41c9784)
- Fix TypeScript error by using type assertions for content properties (048c79e)
- page: Fix TypeScript error by properly checking if properties exist (1236018)
- Resolve merge conflicts with main branch (1782c6d)
- sites: Add codeLang property to fallback content (9a2fd46)
- sites: Fix TypeScript error with property access on union type (21b6f39)
- sites: Update content mapping to use headline for title and subhead for description (2e251a5)
- sites: Update fallback description format (356066d)
- Update SiteContent interface to include badge, codeExample, and codeLang properties (6965ff8)
Features
- components: Update components to support codeLang field and object code examples (6961da7)
- content: Add codeExample and badge to actions.do.mdx and searches.do.mdx (6a48690)
- content: Add codeExample and badge to benchmarks.do.mdx (ea47832)
- content: Add codeExample and badge to datasets.do.mdx and evals.do.mdx (5bfd576)
- content: Add codeExample and badge to experiments.do.mdx (5d5df27)
- content: Add codeExample and badge to kpis.do.mdx (da331bd)
- content: Add codeExample and badge to models.do.mdx (4023375)
- content: Add codeExample and badge to more site content files (0246035)
- content: Add codeExample and badge to more site content files (3e922c2)
- content: Add codeExample and badge to nouns.do.mdx (8f4b5fe)
- content: Add codeExample and badge to projects.do.mdx (c3ba836)
- content: Add codeExample and badge to triggers.do.mdx (410f34f)
- content: Add codeExample and badge to verbs.do.mdx (97692dd)
- content: ENG-352 Add codeExample and badge to content/sites (4723b5a)
- ENG-353: Add brandColor to velite config and MDX frontmatter (72053de)
- page: Pass codeLang property to HeroSection component (3ac9de8)
- schema: Add codeLang field and use multi-line YAML syntax for code examples (b8b3b64)
- sites: Add generateMetadata function for SEO (a86b38a)
- sites: ENG-351 Update domain directory page to use Velite content (5ca5a75)
- sites: FRONT-1 Update domain page to use dynamic site content from Velite (345057a)