FluidFramework
FluidFramework copied to clipboard
Library for building distributed, real-time collaborative web applications
## Description Allow ClientVersionDispatchingCodecBuilder to support overrides to better align with the approach in https://github.com/microsoft/FluidFramework/pull/24422 Use ClientVersionDispatchingCodecBuilder for EditManager, though the ability to actually control its version via overrides and...
## Description This is the initial change to make sure that while running our end to end tests, we use createTestLogger() instead of using getTestLogger(). ## Reviewer Guidance Please let...
Use `OpaqueJsonDeserialized` at recursion points for inexactly deserializable types instead of limited unrolling. Callers will need to use cast helper to resolve which will produce a repeatable pattern. Update tests...
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.9.0. Release notes Sourced from axios's releases. Release v1.9.0 Release notes: Bug Fixes core: fix the Axios constructor implementation to treat the config argument as...
## Description
## Description Some notes and idea on how we might better the client version compat for collab / persisted data formats. ## Reviewer Guidance The review process is outlined on...
The attached sub-issues chronicle all of the major (breaking) changes to take place in client 3.0 release. | | | | -------------------------- | ------------ | | List status | In...
## Description This pull request addresses the issue of unhandled generic network errors during the document loading phase in the Fluid client. ## Issue When a genericNetworkError occurs during the...
## Description Some follow-ups to #24646: * Don't bother calling `updateDocumentDirtyState` when processing a non-modern-runtime message, since we don't even check for its presence in PendingStateManager * Get rid of...
[How contribute to this repo](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). [Guidelines for Pull Requests](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines). The sections included below are suggestions for what you may want to include. Feel free to remove or alter parts of...