From e26b7df51ddc04e77af6968e18c1dac7b5f25e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 11 Dec 2024 17:19:38 +0100 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog=20for=200?= =?UTF-8?q?.8.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ NEW_CHANGELOG.md | 18 ++---------------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb5d65..bc4ed9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.8.15 - 2024-12-11 + +### ⬆️ Upgrade dependencies + +- Add dotnet 9 target + ## 0.8.14 - 2024-11-14 ### ⚡️ Improve performance diff --git a/NEW_CHANGELOG.md b/NEW_CHANGELOG.md index 2d9d0a8..e0f43d6 100644 --- a/NEW_CHANGELOG.md +++ b/NEW_CHANGELOG.md @@ -1,17 +1,3 @@ -### ⚡️ Improve performance +### ⬆️ Upgrade dependencies -- 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 +- Add dotnet 9 target From 8c3fa677fa1fe21961560e01aee3bddd9b1ea883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 11 Dec 2024 17:19:38 +0100 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.8.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeMirror6/CodeMirror6.csproj | 4 ++-- Examples.BlazorServer/Examples.BlazorServer.csproj | 4 ++-- .../Examples.BlazorServerInteractive.csproj | 4 ++-- Examples.BlazorWasm/Examples.BlazorWasm.csproj | 4 ++-- Examples.Common/Examples.Common.csproj | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CodeMirror6/CodeMirror6.csproj b/CodeMirror6/CodeMirror6.csproj index 03cd8ea..382d9f5 100644 --- a/CodeMirror6/CodeMirror6.csproj +++ b/CodeMirror6/CodeMirror6.csproj @@ -9,7 +9,7 @@ GaelJ.BlazorCodeMirror6 true GaelJ.BlazorCodeMirror6 - 0.8.14 + 0.8.15 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..bad6bb9 100644 --- a/Examples.BlazorServer/Examples.BlazorServer.csproj +++ b/Examples.BlazorServer/Examples.BlazorServer.csproj @@ -4,7 +4,7 @@ enable false enable - 0.8.14 + 0.8.15 @@ -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..f69040b 100644 --- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj +++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj @@ -4,7 +4,7 @@ enable enable false - 0.8.14 + 0.8.15 @@ -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..d5d0610 100644 --- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj +++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj @@ -4,7 +4,7 @@ enable enable false - 0.8.14 + 0.8.15 @@ -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..abca825 100644 --- a/Examples.Common/Examples.Common.csproj +++ b/Examples.Common/Examples.Common.csproj @@ -5,7 +5,7 @@ enable enable false - 0.8.14 + 0.8.15 @@ -18,4 +18,4 @@ - + \ No newline at end of file From 752cb2f5abc70d4d26f350a70a10d3a3943b1714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 11 Dec 2024 17:46:37 +0100 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog=20for=200?= =?UTF-8?q?.8.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ NEW_CHANGELOG.md | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4ed9a..cb502c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 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 diff --git a/NEW_CHANGELOG.md b/NEW_CHANGELOG.md index e0f43d6..cb2e993 100644 --- a/NEW_CHANGELOG.md +++ b/NEW_CHANGELOG.md @@ -1,3 +1 @@ -### ⬆️ Upgrade dependencies - -- Add dotnet 9 target +No change - new release to run the CI again after disabling CodeQL which fails with net9.0 From 2a234998579689b5e6afaa2a2bd8338cc40b70ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 11 Dec 2024 17:52:35 +0100 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog=20for=200?= =?UTF-8?q?.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb502c2..a831dbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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 From 4f09cd57cc5394886e0bdea88d0ab1254a57337c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 11 Dec 2024 17:52:35 +0100 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeMirror6/CodeMirror6.csproj | 2 +- Examples.BlazorServer/Examples.BlazorServer.csproj | 2 +- .../Examples.BlazorServerInteractive.csproj | 2 +- Examples.BlazorWasm/Examples.BlazorWasm.csproj | 2 +- Examples.Common/Examples.Common.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CodeMirror6/CodeMirror6.csproj b/CodeMirror6/CodeMirror6.csproj index 382d9f5..2d94e59 100644 --- a/CodeMirror6/CodeMirror6.csproj +++ b/CodeMirror6/CodeMirror6.csproj @@ -9,7 +9,7 @@ GaelJ.BlazorCodeMirror6 true GaelJ.BlazorCodeMirror6 - 0.8.15 + 0.9.0 true snupkg true diff --git a/Examples.BlazorServer/Examples.BlazorServer.csproj b/Examples.BlazorServer/Examples.BlazorServer.csproj index bad6bb9..6a5a7ec 100644 --- a/Examples.BlazorServer/Examples.BlazorServer.csproj +++ b/Examples.BlazorServer/Examples.BlazorServer.csproj @@ -4,7 +4,7 @@ enable false enable - 0.8.15 + 0.9.0 diff --git a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj index f69040b..b861fe4 100644 --- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj +++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj @@ -4,7 +4,7 @@ enable enable false - 0.8.15 + 0.9.0 diff --git a/Examples.BlazorWasm/Examples.BlazorWasm.csproj b/Examples.BlazorWasm/Examples.BlazorWasm.csproj index d5d0610..06cb768 100644 --- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj +++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj @@ -4,7 +4,7 @@ enable enable false - 0.8.15 + 0.9.0 diff --git a/Examples.Common/Examples.Common.csproj b/Examples.Common/Examples.Common.csproj index abca825..e7055a7 100644 --- a/Examples.Common/Examples.Common.csproj +++ b/Examples.Common/Examples.Common.csproj @@ -5,7 +5,7 @@ enable enable false - 0.8.15 + 0.9.0