File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/Ljbc1994.Blazor.IntersectionObserver Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<!-- Versioning properties -->
35
35
<PropertyGroup >
36
- <VersionPrefix Condition =" '$(VersionPrefix)'=='' " >3.0.1 </VersionPrefix >
36
+ <VersionPrefix Condition =" '$(VersionPrefix)'=='' " >3.1.0 </VersionPrefix >
37
37
<VersionSuffix Condition =" '$(VersionSuffix)'=='' " >dev</VersionSuffix >
38
38
</PropertyGroup >
39
39
Original file line number Diff line number Diff line change 16
16
<Title >Blazor Intersection Observer</Title >
17
17
<Description >Intersection Observer API for Blazor applications</Description >
18
18
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
19
- <Version >3.0.1 </Version >
19
+ <Version >3.1.0 </Version >
20
20
<Product >BlazorIntersectionObserver</Product >
21
21
<PackageReadmeFile >README.md</PackageReadmeFile >
22
22
<PackageReleaseNotes >
23
+ 3.1.0
24
+ - Use the navigation manager for importing intersection observer script
25
+
23
26
3.0.1
24
27
- Add helpful error messages if the consumer fails to provide an element to observe or does not provide
25
28
any child content.
You can’t perform that action at this time.
0 commit comments