@pnp/spfx-controls-react 3.6.0-beta.1607002 → 3.6.0-beta.1607011

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
@@ -8,11 +8,13 @@
8
8
  "fixes": [
9
9
  "`LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)",
10
10
  "`ListView`: documentation spelling mistake 'ColumndName' [#1063](https://github.com/pnp/sp-dev-fx-controls-react/issues/1063)",
11
- "Fixes for Norwegian localization [#1083](https://github.com/pnp/sp-dev-fx-controls-react/pull/1083)"
11
+ "Fixes for Norwegian localization [#1083](https://github.com/pnp/sp-dev-fx-controls-react/pull/1083)",
12
+ "`DynamicForm`: doesn't load or save correctly when field name starts with a special character [#1077](https://github.com/pnp/sp-dev-fx-controls-react/issues/1077)"
12
13
  ]
13
14
  },
14
15
  "contributions": [
15
- "[Alexander M](https://github.com/alexanmo)"
16
+ "[Alexander M](https://github.com/alexanmo)",
17
+ "[Tom G](https://github.com/t0mgerman)"
16
18
  ]
17
19
  },
18
20
  {
package/CHANGELOG.md CHANGED
@@ -7,10 +7,11 @@
7
7
  - `LivePersona`: Cannot find module '@pnp/spfx-controls-react/lib/LivePersona'[#1069](https://github.com/pnp/sp-dev-fx-controls-react/issues/1069)
8
8
  - `ListView`: documentation spelling mistake 'ColumndName' [#1063](https://github.com/pnp/sp-dev-fx-controls-react/issues/1063)
9
9
  - Fixes for Norwegian localization [#1083](https://github.com/pnp/sp-dev-fx-controls-react/pull/1083)
10
+ - `DynamicForm`: doesn't load or save correctly when field name starts with a special character [#1077](https://github.com/pnp/sp-dev-fx-controls-react/issues/1077)
10
11
 
11
12
  ### Contributors
12
13
 
13
- Special thanks to our contributor: [Alexander M](https://github.com/alexanmo).
14
+ Special thanks to our contributors (in alphabetical order): [Alexander M](https://github.com/alexanmo), [Tom G](https://github.com/t0mgerman).
14
15
 
15
16
  ## 3.5.0
16
17
 
@@ -1,2 +1,2 @@
1
- export var version = "3.6.0-beta.1607002";
1
+ export var version = "3.6.0-beta.1607011";
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.6.0-beta.1607002",
4
+ "version": "3.6.0-beta.1607011",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",