Skip to content

Commit 4dec6b9

Browse files
author
Maxime Mangel
committed
Update Fable.ReactLeaflet
1 parent c31338a commit 4dec6b9

File tree

7 files changed

+1397
-703
lines changed

7 files changed

+1397
-703
lines changed

paket.dependencies

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ storage: none
33

44
clitool dotnet-Fable
55
nuget Fable.Core
6+
nuget Fable.Geojson
67
nuget Fable.Import.Browser
8+
nuget Fable.Leaflet
79

810
group Build
911
framework: net46
@@ -12,4 +14,4 @@ framework: net46
1214
nuget FSharp.Core redirects:force, content:none
1315
nuget FAKE
1416
github fsharp/FAKE modules/Octokit/Octokit.fsx
15-
github fable-compiler/fake-helpers Fable.FakeHelpers.fs
17+
github fable-compiler/fake-helpers Fable.FakeHelpers.fs

paket.lock

Lines changed: 594 additions & 588 deletions
Large diffs are not rendered by default.

src/Fable.ReactLeaflet/Fable.Helpers.ReactLeaflet.fs

Lines changed: 0 additions & 112 deletions
This file was deleted.

src/Fable.ReactLeaflet/Fable.ReactLeaflet.fsproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>0.1.0-beta-001</Version>
4+
<Version>0.2.0</Version>
55
<TargetFramework>netstandard1.6</TargetFramework>
6+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
67
</PropertyGroup>
78
<ItemGroup>
8-
<Compile Include="Fable.Helpers.ReactLeaflet.fs" />
9+
<Compile Include="ReactLeaflet.fs" />
910
</ItemGroup>
1011
<ItemGroup>
1112
<ProjectReference Include="../Fable.React/Fable.React.fsproj" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.2.0
2+
3+
* Full rewrite of the binding and should support all react-leaflet
4+
15
### 0.1.0-beta-001
26

37
* Initial release

0 commit comments

Comments
 (0)