@pnp/spfx-controls-react 3.12.0-beta.4235293 → 3.12.0-beta.4244802

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
@@ -35,7 +35,9 @@
35
35
  "`FilePicker`: Fix site browser resize [#1457](https://github.com/pnp/sp-dev-fx-controls-react/pull/1457)",
36
36
  "`ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)",
37
37
  "`DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)",
38
- "`FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)"
38
+ "`FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)",
39
+ "`DateTimePicker`: Date picker locale [#1464](https://github.com/pnp/sp-dev-fx-controls-react/issues/1464)",
40
+ "`DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)"
39
41
  ]
40
42
  },
41
43
  "contributions": [
@@ -52,6 +54,7 @@
52
54
  "[Michaël Maillot](https://github.com/michaelmaillot)",
53
55
  "[mikezimm](https://github.com/mikezimm)",
54
56
  "[Patrik Hellgren](https://github.com/patrikhellgren)",
57
+ "[Rico van de Ven](https://github.com/RicoNL)",
55
58
  "[Samuele Furnari](https://github.com/SamueleFurnari)",
56
59
  "[wuxiaojun514](https://github.com/wuxiaojun514)"
57
60
 
package/CHANGELOG.md CHANGED
@@ -38,10 +38,12 @@
38
38
  - `ModernTaxonomyPicker` Fix - Show ModernTaxonomyPicker label in correct form [#1459](https://github.com/pnp/sp-dev-fx-controls-react/pull/1459)
39
39
  - `DynamicForm`: Update DynamicForm.tsx [#1462](https://github.com/pnp/sp-dev-fx-controls-react/pull/1462)
40
40
  - `FilePicker`: Fix breadcrumb nav [#1458](https://github.com/pnp/sp-dev-fx-controls-react/pull/1458)
41
+ - `DateTimePicker`: Date picker locale [#1464](https://github.com/pnp/sp-dev-fx-controls-react/issues/1464)
42
+ - `DateTimePicker`: Date picker locale [#1095](https://github.com/pnp/sp-dev-fx-controls-react/issues/1095)
41
43
 
42
44
  ### Contributors
43
45
 
44
- Special thanks to our contributors (in alphabetical order): [araver](https://github.com/araver), [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Eduard Paul](https://github.com/eduardpaul), [Fredrik Ekström](https://github.com/FredrikEkstroem), [Guido Zambarda](https://github.com/GuidoZam), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm), [Patrik Hellgren](https://github.com/patrikhellgren), [Samuele Furnari](https://github.com/SamueleFurnari), [wuxiaojun514](https://github.com/wuxiaojun514).
46
+ Special thanks to our contributors (in alphabetical order): [araver](https://github.com/araver), [Brian Krainer Jacobsen](https://github.com/krainer), [Edin Kapic](https://github.com/ekapic), [Eduard Paul](https://github.com/eduardpaul), [Fredrik Ekström](https://github.com/FredrikEkstroem), [Guido Zambarda](https://github.com/GuidoZam), [Harminder Singh](https://github.com/HarminderSethi), [Hugo Bernier](https://github.com/hugoabernier), [João Mendes](https://github.com/joaojmendes), [mgitta](https://github.com/mgitta), [Michaël Maillot](https://github.com/michaelmaillot), [mikezimm](https://github.com/mikezimm), [Patrik Hellgren](https://github.com/patrikhellgren), [Rico van de Ven](https://github.com/RicoNL), [Samuele Furnari](https://github.com/SamueleFurnari), [wuxiaojun514](https://github.com/wuxiaojun514).
45
47
 
46
48
  ## 3.12.0
47
49
 
@@ -1,2 +1,2 @@
1
- export var version = "3.12.0-beta.4235293";
1
+ export var version = "3.12.0-beta.4244802";
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.12.0-beta.4235293",
4
+ "version": "3.12.0-beta.4244802",
5
5
  "scripts": {
6
6
  "build": "gulp build",
7
7
  "clean": "gulp clean",
@@ -23,7 +23,7 @@
23
23
  "@fluentui/react-file-type-icons": "^8.8.3",
24
24
  "@fluentui/react-hooks": "^8.2.6",
25
25
  "@fluentui/react-northstar": "0.66.0",
26
- "@fluentui/react-theme-provider": "^0.18.5",
26
+ "@fluentui/react-theme-provider": "^0.19.16",
27
27
  "@fluentui/scheme-utilities": "^8.2.12",
28
28
  "@fluentui/theme": "^2.6.6",
29
29
  "@microsoft/decorators": "1.16.1",