diff --git a/CHANGELOG.json b/CHANGELOG.json index 816d88bcd..5b69da4e6 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -5,18 +5,22 @@ "changes": { "new": [], "enhancements": [], - "fixes": [] + "fixes": [ + "`FieldPicker`: Changed react import to fix `cannot be used as a JSX component` error [#1500](https://github.com/pnp/sp-dev-fx-controls-react/pull/1500)" + ] }, - "contributions": [] + "contributions": [ + "[Andreas Omayrat](https://github.com/andreasomayrat)" + ] }, { "version": "3.14.0", "changes": { "new": [], "enhancements": [ - "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale #1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)", + "`DateTimePicker`: Fixed DateTimePicker strings in Danish Locale [#1498](https://github.com/pnp/sp-dev-fx-controls-react/pull/1489)", "SharePoint Framework v1.17.1 support", - "`FieldCollectionData`: Adds panelProps property to FieldCollectionData #1525](https://github.com/pnp/sp-dev-fx-controls-react/pull/1525)" + "`FieldCollectionData`: Adds panelProps property to FieldCollectionData [#1525](https://github.com/pnp/sp-dev-fx-controls-react/pull/1525)" ], "fixes": [ "`DynamicForm`: Fixes DynamicForm trying to load TaxonomyFields with wrong display name [#1422](https://github.com/pnp/sp-dev-fx-controls-react/issues/1422)",