From 3d7547c54c44aade1575fe8ce52bb7822f5399f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 26 Feb 2025 16:21:26 +0100 Subject: [PATCH 1/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20nuget=20packa?= =?UTF-8?q?ges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/dotnet-tools.json | 2 +- CodeMirror6/CodeMirror6.csproj | 6 +++--- Examples.BlazorServer/Examples.BlazorServer.csproj | 4 ++-- .../Examples.BlazorServerInteractive.csproj | 4 ++-- Examples.BlazorWasm/Examples.BlazorWasm.csproj | 6 +++--- Examples.Common/Examples.Common.csproj | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 7fdfb01..2322915 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-outdated-tool": { - "version": "4.6.4", + "version": "4.6.7", "commands": [ "dotnet-outdated" ], diff --git a/CodeMirror6/CodeMirror6.csproj b/CodeMirror6/CodeMirror6.csproj index 4db182e..5945d47 100644 --- a/CodeMirror6/CodeMirror6.csproj +++ b/CodeMirror6/CodeMirror6.csproj @@ -40,8 +40,8 @@ - - + + @@ -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 382dfb2..ed14cc9 100644 --- a/Examples.BlazorServer/Examples.BlazorServer.csproj +++ b/Examples.BlazorServer/Examples.BlazorServer.csproj @@ -10,10 +10,10 @@ - + - \ No newline at end of file + diff --git a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj index 777cbc7..db1a049 100644 --- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj +++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj @@ -7,10 +7,10 @@ 0.9.1 - + - \ No newline at end of file + diff --git a/Examples.BlazorWasm/Examples.BlazorWasm.csproj b/Examples.BlazorWasm/Examples.BlazorWasm.csproj index 39ac148..44374c5 100644 --- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj +++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj @@ -10,11 +10,11 @@ - - + + - \ No newline at end of file + diff --git a/Examples.Common/Examples.Common.csproj b/Examples.Common/Examples.Common.csproj index 7e6c250..8adaf17 100644 --- a/Examples.Common/Examples.Common.csproj +++ b/Examples.Common/Examples.Common.csproj @@ -12,10 +12,10 @@ - - + + - \ No newline at end of file + From eeba6819f155a71fe3091c82378e6a7794b83cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 26 Feb 2025 16:21:45 +0100 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=90=9B=20Fix=20logs=20not=20in=20colo?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Examples.BlazorServer/Properties/launchSettings.json | 6 +++--- .../Properties/launchSettings.json | 6 +++--- Examples.BlazorWasm/Properties/launchSettings.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Examples.BlazorServer/Properties/launchSettings.json b/Examples.BlazorServer/Properties/launchSettings.json index ef8fa26..49d1ec2 100644 --- a/Examples.BlazorServer/Properties/launchSettings.json +++ b/Examples.BlazorServer/Properties/launchSettings.json @@ -11,7 +11,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5188", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -20,7 +20,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "https://localhost:7045;http://localhost:5188", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -28,7 +28,7 @@ }, "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/Examples.BlazorServerInteractive/Properties/launchSettings.json b/Examples.BlazorServerInteractive/Properties/launchSettings.json index 77e1874..cea12ac 100644 --- a/Examples.BlazorServerInteractive/Properties/launchSettings.json +++ b/Examples.BlazorServerInteractive/Properties/launchSettings.json @@ -12,7 +12,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5260", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -21,7 +21,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "https://localhost:7258;http://localhost:5260", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -29,7 +29,7 @@ }, "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/Examples.BlazorWasm/Properties/launchSettings.json b/Examples.BlazorWasm/Properties/launchSettings.json index a1e27c9..819eda5 100644 --- a/Examples.BlazorWasm/Properties/launchSettings.json +++ b/Examples.BlazorWasm/Properties/launchSettings.json @@ -11,7 +11,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "http://localhost:5253", "environmentVariables": { @@ -21,7 +21,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7228;http://localhost:5253", "environmentVariables": { @@ -30,7 +30,7 @@ }, "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" From 0dc568ac14f89f0a4fc38923be8f495a77da6e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 26 Feb 2025 16:32:05 +0100 Subject: [PATCH 3/5] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Explicitly=20loadin?= =?UTF-8?q?g=20BlazorCodeMirror6.bundle.scp.css=20is=20unneeded=20and=20br?= =?UTF-8?q?oken=20(#210)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CodeMirror6/NodeLib/src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/CodeMirror6/NodeLib/src/index.ts b/CodeMirror6/NodeLib/src/index.ts index 1e25a85..4989571 100644 --- a/CodeMirror6/NodeLib/src/index.ts +++ b/CodeMirror6/NodeLib/src/index.ts @@ -65,7 +65,6 @@ export { requestLinterRefresh } let StyleTag: HTMLStyleElement | null = null export async function onUpdate() { - await loadCss("_content/GaelJ.BlazorCodeMirror6/GaelJ.BlazorCodeMirror6.bundle.scp.css") if (StyleTag) { const style = document.createElement('style'); style.textContent = StyleTag.textContent @@ -115,8 +114,6 @@ export async function initCodeMirror( return } - await loadCss("_content/GaelJ.BlazorCodeMirror6/GaelJ.BlazorCodeMirror6.bundle.scp.css") - if (setup.debugLogs === true) { console.log(`Initializing CodeMirror instance ${id}`) } From 4bff2998ef4d5a93ca5a377b94379c5bf56dd441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 26 Feb 2025 16:32:30 +0100 Subject: [PATCH 4/5] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog=20for=200?= =?UTF-8?q?.9.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ NEW_CHANGELOG.md | 10 +++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb22d4..c4d332c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.9.2 - 2025-02-26 + +### ⬆️ Upgrade dependencies + +- Update nuget packages + +### 🐛 Fix a bug + +- Fix logs not in color + +### 🗑️ Deprecate code that needs to be cleaned up + +- Explicitly loading BlazorCodeMirror6.bundle.scp.css is unneeded and broken (#210) + ## 0.9.1 - 2024-12-11 ### 🐛 Fix a bug diff --git a/NEW_CHANGELOG.md b/NEW_CHANGELOG.md index e671643..ff78bc1 100644 --- a/NEW_CHANGELOG.md +++ b/NEW_CHANGELOG.md @@ -1,3 +1,11 @@ +### ⬆️ Upgrade dependencies + +- Update nuget packages + ### 🐛 Fix a bug -- Fix CI with dotnet 9 +- Fix logs not in color + +### 🗑️ Deprecate code that needs to be cleaned up + +- Explicitly loading BlazorCodeMirror6.bundle.scp.css is unneeded and broken (#210) From 83bfc1b1198650fb01e6a174421cdb56d42e39a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20James?= Date: Wed, 26 Feb 2025 16:32:31 +0100 Subject: [PATCH 5/5] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=200.9.2?= 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 5945d47..5394933 100644 --- a/CodeMirror6/CodeMirror6.csproj +++ b/CodeMirror6/CodeMirror6.csproj @@ -9,7 +9,7 @@ GaelJ.BlazorCodeMirror6 true GaelJ.BlazorCodeMirror6 - 0.9.1 + 0.9.2 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 ed14cc9..437ca8e 100644 --- a/Examples.BlazorServer/Examples.BlazorServer.csproj +++ b/Examples.BlazorServer/Examples.BlazorServer.csproj @@ -4,7 +4,7 @@ enable false enable - 0.9.1 + 0.9.2 @@ -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 db1a049..6382073 100644 --- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj +++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj @@ -4,7 +4,7 @@ enable enable false - 0.9.1 + 0.9.2 @@ -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 44374c5..0df8de1 100644 --- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj +++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj @@ -4,7 +4,7 @@ enable enable false - 0.9.1 + 0.9.2 @@ -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 8adaf17..820b7b8 100644 --- a/Examples.Common/Examples.Common.csproj +++ b/Examples.Common/Examples.Common.csproj @@ -5,7 +5,7 @@ enable enable false - 0.9.1 + 0.9.2 @@ -18,4 +18,4 @@ - + \ No newline at end of file