We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98f6fb commit a9bc04aCopy full SHA for a9bc04a
src/Fable.React/Fable.React.fsproj
@@ -2,7 +2,7 @@
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
<Version>5.0.0</Version>
5
- <PackageVersion>5.0.0-alpha-002</PackageVersion>
+ <PackageVersion>5.0.0-alpha-003</PackageVersion>
6
<TargetFrameworks>netstandard2.0</TargetFrameworks>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
</PropertyGroup>
src/Fable.React/RELEASE_NOTES.md
@@ -1,3 +1,8 @@
1
+### 5.0.0-alpha-003
+
+- Fix compilation with fable-splitter and `allFiles` #122 @nojaf
+- Add `ValueMultiple` prop for `select` elements with `Multiple` prop #123
### 5.0.0-alpha-002
* Fix typos in doc comment of `memoBuilderWith` and `memoBuilder`
0 commit comments