@pnp/spfx-controls-react 3.6.0-beta.1607034 → 3.6.0-beta.1607040
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
|
"`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
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
|
+
"`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)",
|
|
13
|
+
"`DynamicForm`: fields in DynamicForm do not honour regional settings [#1075](https://github.com/pnp/sp-dev-fx-controls-react/issues/1075)"
|
|
13
14
|
]
|
|
14
15
|
},
|
|
15
16
|
"contributions": [
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
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
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)
|
|
11
|
+
- `DynamicForm`: fields in DynamicForm do not honour regional settings [#1075](https://github.com/pnp/sp-dev-fx-controls-react/issues/1075)
|
|
11
12
|
|
|
12
13
|
### Contributors
|
|
13
14
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.6.0-beta.
|
|
1
|
+
export var version = "3.6.0-beta.1607040";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED