@pnp/spfx-controls-react 3.6.0-beta.1607058 → 3.6.0-beta.1607064
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
|
@@ -11,11 +11,13 @@
|
|
|
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
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
|
+
"`DynamicForm`: Boolean fields do not honour the default value in list settings [#1073](https://github.com/pnp/sp-dev-fx-controls-react/issues/1073)",
|
|
15
|
+
"`TaxonomyPicker`: table markdown fix in documentation [#1072](https://github.com/pnp/sp-dev-fx-controls-react/pull/1072)"
|
|
15
16
|
]
|
|
16
17
|
},
|
|
17
18
|
"contributions": [
|
|
18
19
|
"[Alexander M](https://github.com/alexanmo)",
|
|
20
|
+
"[Jasey Waegebaert](https://github.com/Jwaegebaert)",
|
|
19
21
|
"[Tom G](https://github.com/t0mgerman)"
|
|
20
22
|
]
|
|
21
23
|
},
|
package/CHANGELOG.md
CHANGED
|
@@ -10,10 +10,11 @@
|
|
|
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
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)
|
|
13
|
+
- `TaxonomyPicker`: table markdown fix in documentation [#1072](https://github.com/pnp/sp-dev-fx-controls-react/pull/1072)
|
|
13
14
|
|
|
14
15
|
### Contributors
|
|
15
16
|
|
|
16
|
-
Special thanks to our contributors (in alphabetical order): [Alexander M](https://github.com/alexanmo), [Tom G](https://github.com/t0mgerman).
|
|
17
|
+
Special thanks to our contributors (in alphabetical order): [Alexander M](https://github.com/alexanmo), [Jasey Waegebaert](https://github.com/Jwaegebaert), [Tom G](https://github.com/t0mgerman).
|
|
17
18
|
|
|
18
19
|
## 3.5.0
|
|
19
20
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export var version = "3.6.0-beta.
|
|
1
|
+
export var version = "3.6.0-beta.1607064";
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED