Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfmrodrigues committed May 3, 2023
1 parent 10c6ac6 commit f72184a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit f72184a

Please sign in to comment.