From db99fbe482e9e9b13c652425901933ec80ad42a2 Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Tue, 19 Dec 2023 14:21:42 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.json | 8 ++++++-- CHANGELOG.md | 8 ++++++++ docs/documentation/docs/about/release-notes.md | 8 ++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.json b/CHANGELOG.json index 8ce6c152..801000ce 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -5,9 +5,13 @@ "changes": { "new": [], "enhancements": [], - "fixes": [] + "fixes": [ + "`PropertyFieldMonacoEditor` and `PropertyFieldCodeEditor`: fix text selection in code editor [#590](https://github.com/pnp/sp-dev-fx-property-controls/issues/590)" + ] }, - "contributions": [] + "contributions": [ + "[Luna Heyman](https://github.com/toodeluna)" + ] }, { "version": "3.15.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba84b86..7719cba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## 3.16.0 +### Fixes + +- `PropertyFieldMonacoEditor` and `PropertyFieldCodeEditor`: fix text selection in code editor [#590](https://github.com/pnp/sp-dev-fx-property-controls/issues/590) + +### Contributors + +Special thanks to our contributor: [Luna Heyman](https://github.com/toodeluna). + ## 3.15.1 ### Fixes diff --git a/docs/documentation/docs/about/release-notes.md b/docs/documentation/docs/about/release-notes.md index 9ba84b86..7719cba2 100644 --- a/docs/documentation/docs/about/release-notes.md +++ b/docs/documentation/docs/about/release-notes.md @@ -2,6 +2,14 @@ ## 3.16.0 +### Fixes + +- `PropertyFieldMonacoEditor` and `PropertyFieldCodeEditor`: fix text selection in code editor [#590](https://github.com/pnp/sp-dev-fx-property-controls/issues/590) + +### Contributors + +Special thanks to our contributor: [Luna Heyman](https://github.com/toodeluna). + ## 3.15.1 ### Fixes