Craig Macomber (Microsoft)
Craig Macomber (Microsoft)
This addresses https://github.com/microsoft/component-detection/issues/503 by doing the following: - Explicitly mark code specific to version 5 as "V5" - Add new code for V6. - Add version detection logic to select...
## Description Make ISharedObjectKind, IChannel, IChannelFactory, IFluidDataStoreRuntime and more alpha by tweaking fluid-static APIs typing. ## Breaking Changes Access to these now less public types should not be required for...
## Description Promote schemaCreationUtilities to alpha, and a bit of polish for their API and docs. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description Start at fixing that ISharedString extends SharedObject (the class). ## Breaking Changes ... ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description TypeScript has different type checking within a compilation unit vs when using the d.ts files generated by that compilation. This can be used to modify a type when...
## Description Cleanup `fluid-framework` legacy exports to remove no longer required types. ## Breaking Changes Removed types should not be needed for declarative API users, but can still be found...
## Description Update client pnpm to version 8. Testing that https://github.com/microsoft/component-detection/pull/1110 is working. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description Delete old unused type test generator. Make the type tests capture tags from the doc comments so they can be used for various features. Skip type tests for...
## Description Adds a simple APi useful for getting react list keys from TreeNodes. ## Reviewer Guidance The review process is outlined on [this wiki page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).
## Description IInboundSignalMessage is the last public API in @fluidframework/runtime-definitions, and is only exposed via alpha APi, like the signal event on the alpha IFluidDataStoreRuntime. ## Breaking Changes Users of...