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