-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
87 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rem https://github.com/StefH/GitHubReleaseNotes | ||
|
||
SET version=0.0.11 | ||
|
||
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version% | ||
|
||
GitHubReleaseNotes --output PackageReadme.md --skip-empty-releases --exclude-labels question invalid doc --template PackageReleaseNotes.template --version %version% |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 0.0.11 (16 November 2021) | ||
- #10 Added update functionality [enhancement] | ||
|
||
The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# {{releaseInfos.0.FriendlyName}} ({{formatDate releaseInfos.0.When "dd MMMM yyyy"}}) | ||
{{#each releaseInfos.0.issueInfos}} | ||
- #{{Number}} {{Title}}{{#if Labels}} [{{join Labels ", "}}]{{/if}} | ||
{{/each}} | ||
|
||
The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
# 0.0.10 (23 June 2021) | ||
- [#8](https://github.com/StefH/jsMind.Blazor/pull/8) - Fix OnSelectCallback [bug] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.9 (16 June 2021) | ||
- [#7](https://github.com/StefH/jsMind.Blazor/pull/7) - Resize callback [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.6 (27 April 2021) | ||
- [#6](https://github.com/StefH/jsMind.Blazor/pull/6) - ReadOnly [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.5 (23 April 2021) | ||
- [#4](https://github.com/StefH/jsMind.Blazor/pull/4) - Use net5.0 for example project [enhancement] contributed by [StefH](https://github.com/StefH) | ||
- [#5](https://github.com/StefH/jsMind.Blazor/pull/5) - OnSelectCallback also defines if the node was selected or de-selected [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.4 (11 April 2021) | ||
- [#3](https://github.com/StefH/jsMind.Blazor/pull/3) - MindMapTreeContainer.Nodes [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.3 (10 April 2021) | ||
- [#2](https://github.com/StefH/jsMind.Blazor/pull/2) - Fix for OnShow [bug] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.2 (11 May 2020) | ||
- [#1](https://github.com/StefH/jsMind.Blazor/pull/1) - Multi select [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.11 (16 November 2021) | ||
- [#10](https://github.com/StefH/jsMind.Blazor/pull/10) - Added update functionality [enhancement] contributed by [wkoeter](https://github.com/wkoeter) | ||
|
||
# 0.0.10 (23 June 2021) | ||
- [#8](https://github.com/StefH/jsMind.Blazor/pull/8) - Fix OnSelectCallback [bug] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.9 (16 June 2021) | ||
- [#7](https://github.com/StefH/jsMind.Blazor/pull/7) - Resize callback [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.6 (27 April 2021) | ||
- [#6](https://github.com/StefH/jsMind.Blazor/pull/6) - ReadOnly [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.5 (23 April 2021) | ||
- [#4](https://github.com/StefH/jsMind.Blazor/pull/4) - Use net5.0 for example project [enhancement] contributed by [StefH](https://github.com/StefH) | ||
- [#5](https://github.com/StefH/jsMind.Blazor/pull/5) - OnSelectCallback also defines if the node was selected or de-selected [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.4 (11 April 2021) | ||
- [#3](https://github.com/StefH/jsMind.Blazor/pull/3) - MindMapTreeContainer.Nodes [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.3 (10 April 2021) | ||
- [#2](https://github.com/StefH/jsMind.Blazor/pull/2) - Fix for OnShow [bug] contributed by [StefH](https://github.com/StefH) | ||
|
||
# 0.0.2 (11 May 2020) | ||
- [#1](https://github.com/StefH/jsMind.Blazor/pull/1) - Multi select [enhancement] contributed by [StefH](https://github.com/StefH) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,45 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Razor"> | ||
|
||
<PropertyGroup> | ||
<Title>jsMind.Blazor</Title> | ||
<Description>A Blazor JSInterop wrapper for jsMind (MindMap)</Description> | ||
<AssemblyName>jsMind.Blazor</AssemblyName> | ||
<RootNamespace>JsMind.Blazor</RootNamespace> | ||
<Authors>Stef Heyenrath</Authors> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<PackageId>jsMind.Blazor</PackageId> | ||
<PackageTags>Blazor;jsMind;MindMap;Mind;Map;jsinterop</PackageTags> | ||
<PackageReleaseNotes>See ReleaseNotes.md</PackageReleaseNotes> | ||
<PackageProjectUrl>https://github.com/StefH/jsMind.Blazor</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/StefH/jsMind.Blazor</RepositoryUrl> | ||
<ProjectGuid>{D3804221-1234-4502-9595-39584E5A1977}</ProjectGuid> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RazorLangVersion>3.0</RazorLangVersion> | ||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | ||
<OutputType>Library</OutputType> | ||
<IsPackable>true</IsPackable> | ||
<BlazorLinkOnBuild>false</BlazorLinkOnBuild> | ||
<LangVersion>9</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<Title>jsMind.Blazor</Title> | ||
<Description>A Blazor JSInterop wrapper for jsMind (MindMap)</Description> | ||
<AssemblyName>jsMind.Blazor</AssemblyName> | ||
<RootNamespace>JsMind.Blazor</RootNamespace> | ||
<Authors>Stef Heyenrath</Authors> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<PackageId>jsMind.Blazor</PackageId> | ||
<PackageTags>Blazor;jsMind;MindMap;Mind;Map;jsinterop</PackageTags> | ||
<PackageReleaseNotes>See ReleaseNotes.md</PackageReleaseNotes> | ||
<PackageProjectUrl>https://github.com/StefH/jsMind.Blazor</PackageProjectUrl> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<RepositoryType>git</RepositoryType> | ||
<RepositoryUrl>https://github.com/StefH/jsMind.Blazor</RepositoryUrl> | ||
<ProjectGuid>{D3804221-1234-4502-9595-39584E5A1977}</ProjectGuid> | ||
<PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
<RazorLangVersion>3.0</RazorLangVersion> | ||
<AddRazorSupportForMvc>true</AddRazorSupportForMvc> | ||
<OutputType>Library</OutputType> | ||
<IsPackable>true</IsPackable> | ||
<BlazorLinkOnBuild>false</BlazorLinkOnBuild> | ||
<LangVersion>9</LangVersion> | ||
<Nullable>enable</Nullable> | ||
<EmbedUntrackedSources>true</EmbedUntrackedSources> | ||
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Release'"> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" /> | ||
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" PrivateAssets="all" /> | ||
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="../../PackageReadme.md" Pack="true" PackagePath=""/> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.3" /> | ||
<PackageReference Include="BuildBundlerMinifier" Version="3.2.447" PrivateAssets="all" /> | ||
<PackageReference Include="JetBrains.Annotations" Version="2020.1.0" PrivateAssets="all" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
</Project> |