Commit 1eaf526
authored
docs(container-definitions): Reserve some keys in IFluidCodeDetailsConfig for framework use (microsoft#25641)
## Description
Updates the documentation on `IFluidCodeDetails` and
`IFluidCodeDetailsConfig` to make some string keys in the latter
reserved for Fluid Framework use.
## Breaking Changes
While it could theoretically cause breaking changes, I could not find
evidence of our partners using keys like the ones this PR now makes
reserved; the chances seem pretty low IMO. Furthermore, the scenario for
which we intend to use reserved keys does not apply to existing Fluid
documents, so even if some partner was using keys like these, their
Fluid files would not go through the code that will care about the new
reserved keys (at least not the code we already know of today).
## Reviewer Guidance
The review process is outlined on [this wiki
page](https://github.com/microsoft/FluidFramework/wiki/PR-Guidelines#guidelines).1 parent ea2f4c8 commit 1eaf526
File tree
2 files changed
+28
-6
lines changed- .changeset
- packages/common/container-definitions/src
2 files changed
+28
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
76 | 82 | | |
77 | 83 | | |
78 | 84 | | |
| |||
85 | 91 | | |
86 | 92 | | |
87 | 93 | | |
88 | | - | |
89 | | - | |
| 94 | + | |
| 95 | + | |
90 | 96 | | |
91 | 97 | | |
92 | 98 | | |
93 | 99 | | |
94 | | - | |
| 100 | + | |
95 | 101 | | |
96 | | - | |
97 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
98 | 108 | | |
99 | 109 | | |
100 | 110 | | |
| |||
0 commit comments