diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb5d65..a831dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.9.0 - 2024-12-11 + +No change - new release to run the CI again after disabling CodeQL which fails with net9.0 + +## 0.8.15 - 2024-12-11 + +No change - new release to run the CI again after disabling CodeQL which fails with net9.0 + +## 0.8.15 - 2024-12-11 + +### ⬆️ Upgrade dependencies + +- Add dotnet 9 target + ## 0.8.14 - 2024-11-14 ### ⚡️ Improve performance diff --git a/CodeMirror6/CodeMirror6.csproj b/CodeMirror6/CodeMirror6.csproj index 03cd8ea..2d94e59 100644 --- a/CodeMirror6/CodeMirror6.csproj +++ b/CodeMirror6/CodeMirror6.csproj @@ -9,7 +9,7 @@ GaelJ.BlazorCodeMirror6 true GaelJ.BlazorCodeMirror6 - 0.8.14 + 0.9.0 true snupkg true @@ -68,4 +68,4 @@ - + \ No newline at end of file diff --git a/Examples.BlazorServer/Examples.BlazorServer.csproj b/Examples.BlazorServer/Examples.BlazorServer.csproj index e8700ef..6a5a7ec 100644 --- a/Examples.BlazorServer/Examples.BlazorServer.csproj +++ b/Examples.BlazorServer/Examples.BlazorServer.csproj @@ -4,7 +4,7 @@ enable false enable - 0.8.14 + 0.9.0 @@ -16,4 +16,4 @@ - + \ No newline at end of file diff --git a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj index 2976f87..b861fe4 100644 --- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj +++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj @@ -4,7 +4,7 @@ enable enable false - 0.8.14 + 0.9.0 @@ -13,4 +13,4 @@ - + \ No newline at end of file diff --git a/Examples.BlazorWasm/Examples.BlazorWasm.csproj b/Examples.BlazorWasm/Examples.BlazorWasm.csproj index df373f4..06cb768 100644 --- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj +++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj @@ -4,7 +4,7 @@ enable enable false - 0.8.14 + 0.9.0 @@ -17,4 +17,4 @@ - + \ No newline at end of file diff --git a/Examples.Common/Examples.Common.csproj b/Examples.Common/Examples.Common.csproj index 7135bb3..e7055a7 100644 --- a/Examples.Common/Examples.Common.csproj +++ b/Examples.Common/Examples.Common.csproj @@ -5,7 +5,7 @@ enable enable false - 0.8.14 + 0.9.0 @@ -18,4 +18,4 @@ - + \ No newline at end of file diff --git a/NEW_CHANGELOG.md b/NEW_CHANGELOG.md index 2d9d0a8..cb2e993 100644 --- a/NEW_CHANGELOG.md +++ b/NEW_CHANGELOG.md @@ -1,17 +1 @@ -### ⚡️ Improve performance - -- Persist style tag created by CM6 after reloads, without needing any HeadOutlet in Blazor Server interactive (#187), as described in https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/static-server-rendering?view=aspnetcore-8.0 -- Dispose the JS object if the parent div does not exist ; robustify dispose method - -### 🐛 Fix a bug - -- Fix example 3 in server interactive mode -- Fix null refs - -### 💥 Introduce breaking changes - -- Make parameter IsWASM obsolete: it can be automatically inferred from `OperatingSystem.IsBrowser()` - -### 📝 Add or update documentation - -- Add missing example3 page +No change - new release to run the CI again after disabling CodeQL which fails with net9.0