Skip to content

Commit e9baa4a

Browse files
committed
Bump version to 2.0.0-alpha-010
1 parent b3a7383 commit e9baa4a

File tree

3 files changed

+43
-40
lines changed

3 files changed

+43
-40
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 2.0.0-alpha-010
2+
- put `CommonProps` under `SectionListDataProps`, so `Key` is inferred as `CommonProps.Key`.
3+
14
### 2.0.0-alpha-009
25
- updated `CommonProps` type.
36

src/Fable.Helpers.ReactNative.fs

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -482,45 +482,6 @@ module Props =
482482
inherit ISwitchProperties
483483
inherit IMapViewProperties
484484

485-
type CommonProps<'a> =
486-
| Key of string
487-
interface IViewProperties
488-
interface IToolbarAndroidProperties
489-
interface ISegmentedControlIOSProperties
490-
interface IWebViewProperties
491-
interface IWebViewPropertiesAndroid
492-
interface IWebViewPropertiesIOS
493-
interface IDatePickerIOSProperties
494-
interface IDrawerLayoutAndroidProperties
495-
interface IPickerProperties
496-
interface IProgressBarAndroidProperties
497-
interface IProgressViewIOSProperties
498-
interface IRefreshControlProperties
499-
interface ISliderProperties
500-
interface ITabBarItemProperties
501-
interface ITabBarIOSProperties
502-
interface IListViewProperties
503-
interface IFlatListProperties<'a>
504-
interface IScrollViewProperties
505-
interface IStatusBarProperties
506-
interface ISwitchProperties
507-
interface IKeyboardAvoidingViewProps
508-
interface IActivityIndicatorProperties
509-
interface IActivityIndicatorIOSProperties
510-
interface IMapViewProperties
511-
interface IMapViewPropertiesAndroid
512-
interface IViewPropertiesIOS
513-
interface IViewPropertiesAndroid
514-
interface IViewPagerAndroidProperties
515-
interface ISectionListProperties<'a>
516-
interface IButtonProperties
517-
interface IImageProperties
518-
interface ITouchableHighlightProperties
519-
interface ITouchableWithoutFeedbackProperties
520-
interface ITouchableNativeFeedbackProperties
521-
interface ITouchableOpacityProperties
522-
interface ITextProperties
523-
524485
type WebViewPropertiesAndroid =
525486
| JavaScriptEnabled of bool
526487
| DomStorageEnabled of bool
@@ -1550,6 +1511,45 @@ module Props =
15501511
| Style of IStyle list
15511512
interface IBreadcrumbNavigationBarProperties
15521513

1514+
type CommonProps<'a> =
1515+
| Key of string
1516+
interface IViewProperties
1517+
interface IToolbarAndroidProperties
1518+
interface ISegmentedControlIOSProperties
1519+
interface IWebViewProperties
1520+
interface IWebViewPropertiesAndroid
1521+
interface IWebViewPropertiesIOS
1522+
interface IDatePickerIOSProperties
1523+
interface IDrawerLayoutAndroidProperties
1524+
interface IPickerProperties
1525+
interface IProgressBarAndroidProperties
1526+
interface IProgressViewIOSProperties
1527+
interface IRefreshControlProperties
1528+
interface ISliderProperties
1529+
interface ITabBarItemProperties
1530+
interface ITabBarIOSProperties
1531+
interface IListViewProperties
1532+
interface IFlatListProperties<'a>
1533+
interface IScrollViewProperties
1534+
interface IStatusBarProperties
1535+
interface ISwitchProperties
1536+
interface IKeyboardAvoidingViewProps
1537+
interface IActivityIndicatorProperties
1538+
interface IActivityIndicatorIOSProperties
1539+
interface IMapViewProperties
1540+
interface IMapViewPropertiesAndroid
1541+
interface IViewPropertiesIOS
1542+
interface IViewPropertiesAndroid
1543+
interface IViewPagerAndroidProperties
1544+
interface ISectionListProperties<'a>
1545+
interface IButtonProperties
1546+
interface IImageProperties
1547+
interface ITouchableHighlightProperties
1548+
interface ITouchableWithoutFeedbackProperties
1549+
interface ITouchableNativeFeedbackProperties
1550+
interface ITouchableOpacityProperties
1551+
interface ITextProperties
1552+
15531553
open Props
15541554
module R = Fable.Helpers.React
15551555

src/Fable.React.Native.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Version>2.0.0</Version>
4-
<PackageVersion>2.0.0-alpha-009</PackageVersion>
4+
<PackageVersion>2.0.0-alpha-010</PackageVersion>
55
<TargetFramework>netstandard1.6</TargetFramework>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
</PropertyGroup>

0 commit comments

Comments
 (0)