diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f121e04..5c4c3ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.3.5 - 2024-02-07 + +### ✨ Introduce new features + +- Expose CodeMirrorState, for @ref access + +### 🐛 Fix a bug + +- Don't use no-cors header + +### 📝 Add or update documentation + +- Fix menu title in example project + ## 0.3.4 - 2024-02-06 ### ✨ Introduce new features diff --git a/CodeMirror6/CodeMirror6.csproj b/CodeMirror6/CodeMirror6.csproj index 209d7d83..1d9a99dd 100644 --- a/CodeMirror6/CodeMirror6.csproj +++ b/CodeMirror6/CodeMirror6.csproj @@ -9,7 +9,7 @@ GaelJ.BlazorCodeMirror6 true GaelJ.BlazorCodeMirror6 - 0.3.4 + 0.3.5 true snupkg true diff --git a/Examples.BlazorServer/Examples.BlazorServer.csproj b/Examples.BlazorServer/Examples.BlazorServer.csproj index ed48b5ae..349259de 100644 --- a/Examples.BlazorServer/Examples.BlazorServer.csproj +++ b/Examples.BlazorServer/Examples.BlazorServer.csproj @@ -4,7 +4,7 @@ enable false enable - 0.3.4 + 0.3.5 diff --git a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj index 310f32a8..d5698e85 100644 --- a/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj +++ b/Examples.BlazorServerInteractive/Examples.BlazorServerInteractive.csproj @@ -4,7 +4,7 @@ enable enable false - 0.3.4 + 0.3.5 diff --git a/Examples.BlazorWasm/Examples.BlazorWasm.csproj b/Examples.BlazorWasm/Examples.BlazorWasm.csproj index d300dcc5..f8dcd7ca 100644 --- a/Examples.BlazorWasm/Examples.BlazorWasm.csproj +++ b/Examples.BlazorWasm/Examples.BlazorWasm.csproj @@ -4,7 +4,7 @@ enable enable false - 0.3.4 + 0.3.5 diff --git a/Examples.Common/Examples.Common.csproj b/Examples.Common/Examples.Common.csproj index 79e0925e..c0728ced 100644 --- a/Examples.Common/Examples.Common.csproj +++ b/Examples.Common/Examples.Common.csproj @@ -5,7 +5,7 @@ enable enable false - 0.3.4 + 0.3.5 diff --git a/NEW_CHANGELOG.md b/NEW_CHANGELOG.md index 9c3d572b..4b4af429 100644 --- a/NEW_CHANGELOG.md +++ b/NEW_CHANGELOG.md @@ -1,13 +1,11 @@ ### ✨ Introduce new features -- Implement clipboard commands +- Expose CodeMirrorState, for @ref access ### 🐛 Fix a bug -- Add no-cors header to diagram requests -- Hide additional content when not visible -- Make visible by default +- Don't use no-cors header ### 📝 Add or update documentation -- Add visibility toggle to example +- Fix menu title in example project