FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

feat: customizeSchemaTyping

Open CraigMacomber opened this issue 1 year ago • 5 comments

Description

Add customizeSchemaTyping.

Status: Proof of concept / Proposal.

Before this could be mergeed it would need:

  • [ ] Conceptual review and approval
  • [ ] Cleanup of naming, docs and exports
  • [ ] API review
  • [x] Attempt to update (and test) recursive type variants to use this pattern.
  • [ ] More testing

Breaking Changes

TODO

Reviewer Guidance

The review process is outlined on this wiki page.

CraigMacomber avatar Nov 13 '24 23:11 CraigMacomber

This change includes some links which depend on https://github.com/microsoft/FluidFramework/pull/23533 to link the alpha APIs.

CraigMacomber avatar Jan 22 '25 01:01 CraigMacomber

This change includes some links which depend on #23533 to link the alpha APIs.

The above PR has been merged :)

Josmithr avatar Jan 22 '25 22:01 Josmithr

Still pending

CraigMacomber avatar Jun 02 '25 20:06 CraigMacomber

Still pending

CraigMacomber avatar Aug 25 '25 21:08 CraigMacomber

Still pending

CraigMacomber avatar Aug 27 '25 22:08 CraigMacomber

🔗 Found some broken links! 💔

Run a link check locally to find them. See https://github.com/microsoft/FluidFramework/wiki/Checking-for-broken-links-in-the-documentation for more information.

linkcheck output


> [email protected] ci:check-links /home/runner/work/FluidFramework/FluidFramework/docs
> start-server-and-test "npm run serve -- --no-open" 3000 check-links

1: starting server using command "npm run serve -- --no-open"
and when url "[ 'http://127.0.0.1:3000' ]" is responding with HTTP status code 200
running tests using command "npm run check-links"


> [email protected] serve
> docusaurus serve --no-open

[SUCCESS] Serving "build" directory at: http://localhost:3000/

> [email protected] check-links
> linkcheck http://localhost:3000 --skip-file skipped-urls.txt

 ELIFECYCLE  Command failed with exit code 1.

github-actions[bot] avatar Nov 05 '25 04:11 github-actions[bot]