File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/content/docs/docs/modules Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -707,6 +707,7 @@ Support levels:
707707<li ><code >init(data: Data, encoding: StringEncoding)</code ></li >
708708<li ><code >init(bytes: [UInt8], encoding: StringEncoding)</code ></li >
709709<li ><code >init(contentsOf: URL)</code ></li >
710+ <li ><code >static func localizedStringWithFormat(_ format: String, _ arguments: Any...) -> String</code ></li >
710711<li ><code >var capitalized: String</code ></li >
711712<li ><code >var deletingLastPathComponent: String</code ></li >
712713<li ><code >func replacingOccurrences(of search: String, with replacement: String) -> String</code ></li >
Original file line number Diff line number Diff line change @@ -1562,6 +1562,10 @@ Support levels:
15621562 <td>✅</td>
15631563 <td><code>.confirmationDialog</code> (<a href="/docs/components/confirmationdialog/">example</a>)</td>
15641564 </tr>
1565+ <tr>
1566+ <td>🟠</td>
1567+ <td><code>.contextMenu</code></td>
1568+ </tr>
15651569 <tr>
15661570 <td>✅</td>
15671571 <td><code>.contrast</code></td>
You can’t perform that action at this time.
0 commit comments