Skip to content

Commit 614028e

Browse files
authored
Cut 0.66 (microsoft#565)
* Cut 0.66 1. `yarn run version 0.66` 2. Update siteConfig.js 3. `yarn fix-unbroken` Does not yet update WinRT API docs, pending some separate work. * update API docs * !versioned_docs/version-0.66/*-api-windows*.md
1 parent a822442 commit 614028e

File tree

116 files changed

+5129
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+5129
-1
lines changed

website/.unbroken_exclusions

+41
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
!versioned_docs/version-0.63/*-api-windows*.md
55
!versioned_docs/version-0.64/*-api-windows*.md
66
!versioned_docs/version-0.65/*-api-windows*.md
7+
!versioned_docs/version-0.66/*-api-windows*.md
78

89
# See Issue 410
910
File not found IReactContext while parsing versioned_docs/version-0.64/native-modules-advanced.md
@@ -14,6 +15,46 @@ File not found IViewManagerCreateWithProperties-api-windows.md while parsing ver
1415
File not found IViewManagerCreateWithProperties while parsing versioned_docs/version-0.65/view-managers.md
1516

1617
#fix-unbroken.js auto-generated do not edit this line or below
18+
File not found native-modules.md while parsing versioned_docs/version-0.66/getting-started.md
19+
File not found rnw-dependencies.md while parsing versioned_docs/version-0.66/getting-started.md
20+
File not found native-modules.md while parsing versioned_docs/version-0.66/getting-started.md
21+
File not found rnw-dependencies.md while parsing versioned_docs/version-0.66/getting-started.md
22+
File not found native-modules.md while parsing versioned_docs/version-0.66/getting-started.md
23+
File not found rnw-dependencies.md while parsing versioned_docs/version-0.66/getting-started.md
24+
File not found native-modules.md while parsing versioned_docs/version-0.66/getting-started.md
25+
File not found rnw-dependencies.md while parsing versioned_docs/version-0.66/getting-started.md
26+
File not found native-modules.md while parsing versioned_docs/version-0.66/getting-started.md
27+
File not found rnw-dependencies.md while parsing versioned_docs/version-0.66/getting-started.md
28+
File not found native-modules.md while parsing versioned_docs/version-0.66/getting-started.md
29+
File not found rnw-dependencies.md while parsing versioned_docs/version-0.66/getting-started.md
30+
File not found getting-started.md while parsing versioned_docs/version-0.66/hermes.md
31+
File not found rnm-getting-started.md while parsing versioned_docs/version-0.66/hermes.md
32+
File not found getting-started.md while parsing versioned_docs/version-0.66/hermes.md
33+
File not found getting-started.md while parsing versioned_docs/version-0.66/hermes.md
34+
File not found rnm-getting-started.md while parsing versioned_docs/version-0.66/hermes.md
35+
File not found getting-started.md while parsing versioned_docs/version-0.66/hermes.md
36+
File not found rnm-getting-started.md while parsing versioned_docs/version-0.66/hermes.md
37+
File not found getting-started.md while parsing versioned_docs/version-0.66/hermes.md
38+
File not found rnm-getting-started.md while parsing versioned_docs/version-0.66/hermes.md
39+
File not found getting-started.md while parsing versioned_docs/version-0.66/hermes.md
40+
File not found native-modules-csharp-codegen.md while parsing versioned_docs/version-0.66/nuget.md
41+
File not found nuget-update.md while parsing versioned_docs/version-0.66/nuget.md
42+
File not found supported-community-modules.md while parsing versioned_docs/version-0.66/nuget.md
43+
File not found winui3.md while parsing versioned_docs/version-0.66/nuget.md
44+
File not found native-modules-csharp-codegen.md while parsing versioned_docs/version-0.66/nuget.md
45+
File not found nuget-update.md while parsing versioned_docs/version-0.66/nuget.md
46+
File not found winui3.md while parsing versioned_docs/version-0.66/nuget.md
47+
File not found supported-community-modules.md while parsing versioned_docs/version-0.66/nuget.md
48+
File not found winui3.md while parsing versioned_docs/version-0.66/nuget.md
49+
File not found win10-compat.md while parsing versioned_docs/version-0.66/rnw-dependencies.md
50+
File not found win10-compat.md while parsing versioned_docs/version-0.66/rnw-dependencies.md
51+
File not found win10-compat.md while parsing versioned_docs/version-0.66/rnw-dependencies.md
52+
File not found win10-compat.md while parsing versioned_docs/version-0.66/rnw-dependencies.md
53+
File not found win10-compat.md while parsing versioned_docs/version-0.66/rnw-dependencies.md
54+
File not found win10-compat.md while parsing versioned_docs/version-0.66/rnw-dependencies.md
55+
File not found winui3.md while parsing versioned_docs/version-0.66/win10-compat.md
56+
File not found winui3.md while parsing versioned_docs/version-0.66/win10-compat.md
57+
File not found winui3.md while parsing versioned_docs/version-0.66/win10-compat.md
1758
File not found hermes.md while parsing versioned_docs/version-0.65/customizing-SDK-versions.md
1859
File not found hermes.md while parsing versioned_docs/version-0.65/customizing-SDK-versions.md
1960
File not found native-modules.md while parsing versioned_docs/version-0.65/getting-started.md

website/siteConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// See https://docusaurus.io/docs/site-config for all the possible
99
// site configuration options.
1010

11-
const defaultVersionShown = '0.65';
11+
const defaultVersionShown = '0.66';
1212
const repoUrl = "https://github.com/microsoft/react-native-windows";
1313

1414
const siteConfig = {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
id: version-0.66-AccessibilityAction
3+
title: AccessibilityAction
4+
original_id: AccessibilityAction
5+
---
6+
7+
Kind: `struct`
8+
9+
## Fields
10+
### Label
11+
Type: `string`
12+
13+
### Name
14+
Type: `string`
15+
16+
17+
18+
## Referenced by
19+
- [`AccessibilityActionEventHandler`](AccessibilityActionEventHandler)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: version-0.66-AccessibilityActionEventHandler
3+
title: AccessibilityActionEventHandler
4+
original_id: AccessibilityActionEventHandler
5+
---
6+
7+
Kind: `delegate`
8+
9+
## Invoke
10+
void **`Invoke`**([`AccessibilityAction`](AccessibilityAction) action)
11+
12+
13+
14+
15+
16+
## Referenced by
17+
- [`DynamicAutomationProperties`](DynamicAutomationProperties)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: version-0.66-AccessibilityInvokeEventHandler
3+
title: AccessibilityInvokeEventHandler
4+
original_id: AccessibilityInvokeEventHandler
5+
---
6+
7+
Kind: `delegate`
8+
9+
## Invoke
10+
void **`Invoke`**()
11+
12+
13+
14+
15+
16+
## Referenced by
17+
- [`DynamicAutomationProperties`](DynamicAutomationProperties)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
id: version-0.66-AccessibilityRoles
3+
title: AccessibilityRoles
4+
original_id: AccessibilityRoles
5+
---
6+
7+
Kind: `enum`
8+
9+
| Name | Value | Description |
10+
|--|--|--|
11+
|`None` | 0x0 | |
12+
|`Button` | 0x1 | |
13+
|`Link` | 0x2 | |
14+
|`Search` | 0x3 | |
15+
|`Image` | 0x4 | |
16+
|`KeyboardKey` | 0x5 | |
17+
|`Text` | 0x6 | |
18+
|`Adjustable` | 0x7 | |
19+
|`ImageButton` | 0x8 | |
20+
|`Header` | 0x9 | |
21+
|`Summary` | 0xa | |
22+
|`Alert` | 0xb | |
23+
|`CheckBox` | 0xc | |
24+
|`ComboBox` | 0xd | |
25+
|`Menu` | 0xe | |
26+
|`MenuBar` | 0xf | |
27+
|`MenuItem` | 0x10 | |
28+
|`ProgressBar` | 0x11 | |
29+
|`Radio` | 0x12 | |
30+
|`RadioGroup` | 0x13 | |
31+
|`ScrollBar` | 0x14 | |
32+
|`SpinButton` | 0x15 | |
33+
|`Switch` | 0x16 | |
34+
|`Tab` | 0x17 | |
35+
|`TabList` | 0x18 | |
36+
|`Timer` | 0x19 | |
37+
|`ToggleButton` | 0x1a | |
38+
|`ToolBar` | 0x1b | |
39+
|`List` | 0x1c | |
40+
|`ListItem` | 0x1d | |
41+
|`Unknown` | 0x1e | |
42+
|`CountRoles` | 0x1f | |
43+
44+
45+
## Referenced by
46+
- [`DynamicAutomationProperties`](DynamicAutomationProperties)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
id: version-0.66-AccessibilityStates
3+
title: AccessibilityStates
4+
original_id: AccessibilityStates
5+
---
6+
7+
Kind: `enum`
8+
9+
| Name | Value | Description |
10+
|--|--|--|
11+
|`Selected` | 0x0 | |
12+
|`Disabled` | 0x1 | |
13+
|`Checked` | 0x2 | |
14+
|`Unchecked` | 0x3 | |
15+
|`Busy` | 0x4 | |
16+
|`Expanded` | 0x5 | |
17+
|`Collapsed` | 0x6 | |
18+
|`CountStates` | 0x7 | |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: version-0.66-AccessibilityValue
3+
title: AccessibilityValue
4+
original_id: AccessibilityValue
5+
---
6+
7+
Kind: `enum`
8+
9+
| Name | Value | Description |
10+
|--|--|--|
11+
|`Min` | 0x0 | |
12+
|`Max` | 0x1 | |
13+
|`Now` | 0x2 | |
14+
|`Text` | 0x3 | |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
id: version-0.66-BackNavigationHandlerKind
3+
title: BackNavigationHandlerKind
4+
original_id: BackNavigationHandlerKind
5+
---
6+
7+
Kind: `enum`
8+
9+
| Name | Value | Description |
10+
|--|--|--|
11+
|`JavaScript` | 0x0 | |
12+
|`Native` | 0x1 | |
13+
14+
15+
## Referenced by
16+
- [`QuirkSettings`](QuirkSettings)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
id: version-0.66-BorderEffect
3+
title: BorderEffect
4+
original_id: BorderEffect
5+
---
6+
7+
Kind: `class`
8+
9+
Implements: [`IGraphicsEffect`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffect), [`IGraphicsEffectSource`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffectSource)
10+
11+
## Properties
12+
### ExtendX
13+
[`CanvasEdgeBehavior`](CanvasEdgeBehavior) `ExtendX`
14+
15+
### ExtendY
16+
[`CanvasEdgeBehavior`](CanvasEdgeBehavior) `ExtendY`
17+
18+
### Name
19+
string `Name`
20+
21+
### Source
22+
[`IGraphicsEffectSource`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffectSource) `Source`
23+
24+
25+
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
id: version-0.66-CanvasComposite
3+
title: CanvasComposite
4+
original_id: CanvasComposite
5+
---
6+
7+
Kind: `enum`
8+
9+
| Name | Value | Description |
10+
|--|--|--|
11+
|`SourceOver` | 0x0 | |
12+
|`DestinationOver` | 0x1 | |
13+
|`SourceIn` | 0x2 | |
14+
|`DestinationIn` | 0x3 | |
15+
|`SourceOut` | 0x4 | |
16+
|`DestinationOut` | 0x5 | |
17+
|`SourceAtop` | 0x6 | |
18+
|`DestinationAtop` | 0x7 | |
19+
|`Xor` | 0x8 | |
20+
|`Add` | 0x9 | |
21+
|`Copy` | 0xa | |
22+
|`BoundedCopy` | 0xb | |
23+
|`MaskInvert` | 0xc | |
24+
25+
26+
## Referenced by
27+
- [`CompositeStepEffect`](CompositeStepEffect)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
id: version-0.66-CanvasEdgeBehavior
3+
title: CanvasEdgeBehavior
4+
original_id: CanvasEdgeBehavior
5+
---
6+
7+
Kind: `enum`
8+
9+
| Name | Value | Description |
10+
|--|--|--|
11+
|`Clamp` | 0x0 | |
12+
|`Wrap` | 0x1 | |
13+
|`Mirror` | 0x2 | |
14+
15+
16+
## Referenced by
17+
- [`BorderEffect`](BorderEffect)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: version-0.66-ColorSourceEffect
3+
title: ColorSourceEffect
4+
original_id: ColorSourceEffect
5+
---
6+
7+
Kind: `class`
8+
9+
Implements: [`IGraphicsEffect`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffect), [`IGraphicsEffectSource`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffectSource)
10+
11+
## Properties
12+
### Color
13+
[`Color`](https://docs.microsoft.com/uwp/api/Windows.UI.Color) `Color`
14+
15+
### Name
16+
string `Name`
17+
18+
19+
20+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
id: version-0.66-CompositeStepEffect
3+
title: CompositeStepEffect
4+
original_id: CompositeStepEffect
5+
---
6+
7+
Kind: `class`
8+
9+
Implements: [`IGraphicsEffect`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffect), [`IGraphicsEffectSource`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffectSource)
10+
11+
## Properties
12+
### Destination
13+
[`IGraphicsEffectSource`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffectSource) `Destination`
14+
15+
### Mode
16+
[`CanvasComposite`](CanvasComposite) `Mode`
17+
18+
### Name
19+
string `Name`
20+
21+
### Source
22+
[`IGraphicsEffectSource`](https://docs.microsoft.com/uwp/api/Windows.Graphics.Effects.IGraphicsEffectSource) `Source`
23+
24+
25+
26+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: version-0.66-ConstantProviderDelegate
3+
title: ConstantProviderDelegate
4+
original_id: ConstantProviderDelegate
5+
---
6+
7+
Kind: `delegate`
8+
9+
A delegate to gather constants for the native module.
10+
11+
## Invoke
12+
void **`Invoke`**([`IJSValueWriter`](IJSValueWriter) constantWriter)
13+
14+
15+
16+
17+
18+
## Referenced by
19+
- [`IReactModuleBuilder`](IReactModuleBuilder)
20+
- [`IViewManagerWithExportedEventTypeConstants`](IViewManagerWithExportedEventTypeConstants)
21+
- [`IViewManagerWithExportedViewConstants`](IViewManagerWithExportedViewConstants)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: version-0.66-DesktopWindowMessage
3+
title: DesktopWindowMessage
4+
original_id: DesktopWindowMessage
5+
---
6+
7+
Kind: `struct`
8+
9+
Represents a window message. See https://docs.microsoft.com/windows/win32/learnwin32/window-messages
10+
11+
## Fields
12+
### LParam
13+
Type: `int64_t`
14+
15+
### Msg
16+
Type: `uint32_t`
17+
18+
### WParam
19+
Type: `uint64_t`
20+

0 commit comments

Comments
 (0)