File tree Expand file tree Collapse file tree
src/Ljbc1994.Blazor.IntersectionObserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 <!-- Versioning properties -->
3535 <PropertyGroup >
36- <VersionPrefix Condition =" '$(VersionPrefix)'=='' " >3.0.1 </VersionPrefix >
36+ <VersionPrefix Condition =" '$(VersionPrefix)'=='' " >3.1.0 </VersionPrefix >
3737 <VersionSuffix Condition =" '$(VersionSuffix)'=='' " >dev</VersionSuffix >
3838 </PropertyGroup >
3939
Original file line number Diff line number Diff line change 1616 <Title >Blazor Intersection Observer</Title >
1717 <Description >Intersection Observer API for Blazor applications</Description >
1818 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
19- <Version >3.0.1 </Version >
19+ <Version >3.1.0 </Version >
2020 <Product >BlazorIntersectionObserver</Product >
2121 <PackageReadmeFile >README.md</PackageReadmeFile >
2222 <PackageReleaseNotes >
23+ 3.1.0
24+ - Use the navigation manager for importing intersection observer script
25+
23263.0.1
2427- Add helpful error messages if the consumer fails to provide an element to observe or does not provide
2528any child content.
You can’t perform that action at this time.
0 commit comments