@pnp/spfx-controls-react 3.20.0-beta.1140683 → 3.20.0-beta.1140688

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
@@ -9,7 +9,8 @@
9
9
  "`Dashboard`: IWidgetLink improvements [#1813](https://github.com/pnp/sp-dev-fx-controls-react/pull/1813)",
10
10
  "`DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)",
11
11
  "`ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)",
12
- "`UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)"
12
+ "`UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)",
13
+ "`DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)"
13
14
  ],
14
15
  "fixes": [
15
16
  "Debug Controls in any language [#1882](https://github.com/pnp/sp-dev-fx-controls-react/pull/1882)",
@@ -24,6 +25,7 @@
24
25
  "[srpmtt](https://github.com/srpmtt)",
25
26
  "[wilecoyotegenius](https://github.com/wilecoyotegenius)",
26
27
  "[joaojmendes](https://github.com/joaojmendes)",
28
+ "[IRRDC](https://github.com/IRRDC)",
27
29
  "[wilecoyotegenius](https://github.com/wilecoyotegenius)",
28
30
  "[wuxiaojun514](https://github.com/wuxiaojun514)"
29
31
  ]
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  - `DynamicForm`: custom sorting [#1802](https://github.com/pnp/sp-dev-fx-controls-react/pull/1802)
10
10
  - `ImagePicker`: new Control ImagePicker [#1820](https://github.com/pnp/sp-dev-fx-controls-react/pull/1820)
11
11
  - `UserPicker`: new Control UserPicker [#1675](https://github.com/pnp/sp-dev-fx-controls-react/pull/1675)
12
+ - `DynamicForm`: DynamicForm storeLastActiveTab option #1879 [#1879](https://github.com/pnp/sp-dev-fx-controls-react/pull/1879)
12
13
 
13
14
  ### Fixes
14
15
 
@@ -19,7 +20,7 @@
19
20
 
20
21
  ### Contributors
21
22
 
22
- Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514).
23
+ Special thanks to our contributors (in alphabetical order): [Guido Zambarda](https://github.com/GuidoZam), [Michaël Maillot](https://github.com/michaelmaillot), [srpmtt](https://github.com/srpmtt), [wilecoyotegenius](https://github.com/wilecoyotegenius), [joaojmendes](https://github.com/joaojmendes), [IRRDC](https://github.com/IRRDC), [wilecoyotegenius](https://github.com/wilecoyotegenius), [wuxiaojun514](https://github.com/wuxiaojun514).
23
24
 
24
25
  ## 3.19.0
25
26
 
@@ -1,2 +1,2 @@
1
- export var version = "3.20.0-beta.1140683";
1
+ export var version = "3.20.0-beta.1140688";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnp/spfx-controls-react",
3
3
  "description": "Reusable React controls for SharePoint Framework solutions",
4
- "version": "3.20.0-beta.1140683",
4
+ "version": "3.20.0-beta.1140688",
5
5
  "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0",
6
6
  "scripts": {
7
7
  "build": "gulp build",