@pnp/spfx-property-controls 3.3.0-beta.1439758 → 3.3.0-beta.1439785

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -5,11 +5,19 @@
5
5
  "changes": {
6
6
  "new": [],
7
7
  "enhancements": [
8
- "SharePoint Framework v1.13 support"
8
+ "SharePoint Framework v1.13 support",
9
+ "`PropertyPanePropertyEditor`: Add translations for property editor control button and header [#399](https://github.com/pnp/sp-dev-fx-property-controls/pull/399)",
10
+ "`PropertyFieldCollectionData`: Adds conditional column visibility [#394](https://github.com/pnp/sp-dev-fx-property-controls/pull/394)"
9
11
  ],
10
- "fixes": []
12
+ "fixes": [
13
+ "`PropertyPanePropertyEditor`: Minor fix to allow PropertyEditor control to update properties when their current value is blank [#384](https://github.com/pnp/sp-dev-fx-property-controls/pull/384)"
14
+ ]
11
15
  },
12
- "contributions": []
16
+ "contributions": [
17
+ "[ellinge](https://github.com/ellinge)",
18
+ "[M365Bass](https://github.com/M365Bass)",
19
+ "[Patrik Hellgren](https://github.com/patrikhellgren)"
20
+ ]
13
21
  },
14
22
  {
15
23
  "version": "3.2.0",
package/CHANGELOG.md CHANGED
@@ -5,6 +5,16 @@
5
5
  ### Enhancements
6
6
 
7
7
  - SharePoint Framework v1.13 support
8
+ - `PropertyPanePropertyEditor`: Add translations for property editor control button and header [#399](https://github.com/pnp/sp-dev-fx-property-controls/pull/399)
9
+ - `PropertyFieldCollectionData`: Adds conditional column visibility [#394](https://github.com/pnp/sp-dev-fx-property-controls/pull/394)
10
+
11
+ ### Fixes
12
+
13
+ - `PropertyPanePropertyEditor`: Minor fix to allow PropertyEditor control to update properties when their current value is blank [#384](https://github.com/pnp/sp-dev-fx-property-controls/pull/384)
14
+
15
+ ### Contributors
16
+
17
+ Special thanks to our contributors (in alphabetical order): [ellinge](https://github.com/ellinge), [M365Bass](https://github.com/M365Bass), [Patrik Hellgren](https://github.com/patrikhellgren).
8
18
 
9
19
  ## 3.2.0
10
20
 
@@ -1,2 +1,2 @@
1
- export var version = "3.3.0-beta.1439758";
1
+ export var version = "3.3.0-beta.1439785";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-property-controls",
3
3
  "description": "Reusable property pane controls for SharePoint Framework solutions",
4
- "version": "3.3.0-beta.1439758",
4
+ "version": "3.3.0-beta.1439785",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",