Skip to content

Commit a4a6ff0

Browse files
Merge pull request #1987 from pnp/dev
v3.21.0
2 parents 5d17c03 + e33b91f commit a4a6ff0

File tree

201 files changed

+9926
-3733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+9926
-3733
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,4 +325,4 @@ module.exports = {
325325
}
326326
}
327327
]
328-
};
328+
};

.nvmrc

14 Bytes
Binary file not shown.

CHANGELOG.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,56 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.21.0",
5+
"changes": {
6+
"new": [
7+
"`ShareDialog`: new control `ShareDialog` [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)",
8+
"Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)",
9+
"`FilterBar`: new control `FilterBar` [#1884](https://github.com/pnp/sp-dev-fx-controls-react/pull/1884)",
10+
"`Calendar`: new controls `Calendar` [#1955](https://github.com/pnp/sp-dev-fx-controls-react/pull/1955)"
11+
12+
],
13+
"enhancements": [
14+
"Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)",
15+
"Dispose of Async instance to prevent memory leak [#1936](https://github.com/pnp/sp-dev-fx-controls-react/pull/1936)",
16+
"`DynamicForm`: Added support to ModernTaxonomyPicker [#1962](https://github.com/pnp/sp-dev-fx-controls-react/pull/1962)"
17+
],
18+
"fixes": [
19+
"`ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)",
20+
"`Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)",
21+
"`WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)",
22+
"`DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)",
23+
"`ModernTaxonomyPicker`: Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)",
24+
"`ModernTaxonomyPicker`: allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)",
25+
"`UserPicker`: fix exports and add missing link to documentation [#1925](https://github.com/pnp/sp-dev-fx-controls-react/issues/1925)",
26+
"Optimizing ControlsTest webpart in the SPFx source project [#1951](https://github.com/pnp/sp-dev-fx-controls-react/pull/1951)",
27+
"`DynamicForm`: Not handling mandatory Lookup fields well [#1914](https://github.com/pnp/sp-dev-fx-controls-react/issues/1914)",
28+
"`DynamicForm`: Loads with Validation Errors if no List Item Id is set [#1655](https://github.com/pnp/sp-dev-fx-controls-react/issues/1655)",
29+
"`DynamicForm`: required Fields not checked before submit [#1953](https://github.com/pnp/sp-dev-fx-controls-react/issues/1953)",
30+
"`DynamicForm`: Fix for 1788/1794 and add styles property for support customizing styling [#1913](https://github.com/pnp/sp-dev-fx-controls-react/pull/1913)",
31+
"`DynamicForm`: Hotfix for 1937 and 1961 [#1967](https://github.com/pnp/sp-dev-fx-controls-react/pull/1967)",
32+
"`AdaptiveCardHost`: Fix default value for Date.Input [#1972](https://github.com/pnp/sp-dev-fx-controls-react/pull/1972)"
33+
]
34+
},
35+
"contributions": [
36+
"[Adam Wójcik](https://github.com/Adam-it)",
37+
"[Alessandro Chiavarino](https://github.com/Alesso-Chiavarino)",
38+
"[Antanina Druzhkina](https://github.com/Ateina)",
39+
"[brianpmccullough](https://github.com/brianpmccullough)",
40+
"[EnablingLogic](https://github.com/EnablingLogic)",
41+
"[Guido Zambarda](https://github.com/GuidoZam)",
42+
"[João Mendes](https://github.com/joaojmendes)",
43+
"[Kevin T. Coughlin](https://github.com/KevinTCoughlin)",
44+
"[Konrad K.](https://github.com/wilecoyotegenius)",
45+
"[Martin Lingstuyl](https://github.com/martinlingstuyl)",
46+
"[Michaël Maillot](https://github.com/michaelmaillot)",
47+
"[Nello D'Andrea](https://github.com/ferrarirosso)",
48+
"[Nishkalank Bezawada](https://github.com/NishkalankBezawada)",
49+
"[Patrik Hellgren](https://github.com/patrikhellgren)",
50+
"[Petr Malášek](https://github.com/MalasekPetr)",
51+
"[wuxiaojun514](https://github.com/wuxiaojun514)"
52+
]
53+
},
354
{
455
"version": "3.20.0",
556
"changes": {

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Releases
22

3+
## 3.21.0
4+
5+
### New control(s)
6+
7+
- `ShareDialog`: new control `ShareDialog` [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)
8+
- Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)
9+
- `FilterBar`: new control `FilterBar` [#1884](https://github.com/pnp/sp-dev-fx-controls-react/pull/1884)
10+
- `Calendar`: new controls `Calendar` [#1955](https://github.com/pnp/sp-dev-fx-controls-react/pull/1955)
11+
12+
### Enhancements
13+
14+
- Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)
15+
- Dispose of Async instance to prevent memory leak [#1936](https://github.com/pnp/sp-dev-fx-controls-react/pull/1936)
16+
- `DynamicForm`: Added support to ModernTaxonomyPicker [#1962](https://github.com/pnp/sp-dev-fx-controls-react/pull/1962)
17+
18+
### Fixes
19+
20+
- `ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)
21+
- `Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)
22+
- `WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)
23+
- `DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)
24+
- `ModernTaxonomyPicker`: Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)
25+
- `ModernTaxonomyPicker`: allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)
26+
- `UserPicker`: fix exports and add missing link to documentation [#1925](https://github.com/pnp/sp-dev-fx-controls-react/issues/1925)
27+
- Optimizing ControlsTest webpart in the SPFx source project [#1951](https://github.com/pnp/sp-dev-fx-controls-react/pull/1951)
28+
- `DynamicForm`: Not handling mandatory Lookup fields well [#1914](https://github.com/pnp/sp-dev-fx-controls-react/issues/1914)
29+
- `DynamicForm`: Loads with Validation Errors if no List Item Id is set [#1655](https://github.com/pnp/sp-dev-fx-controls-react/issues/1655)
30+
- `DynamicForm`: required Fields not checked before submit [#1953](https://github.com/pnp/sp-dev-fx-controls-react/issues/1953)
31+
- `DynamicForm`: Fix for 1788/1794 and add styles property for support customizing styling [#1913](https://github.com/pnp/sp-dev-fx-controls-react/pull/1913)
32+
- `DynamicForm`: Hotfix for 1937 and 1961 [#1967](https://github.com/pnp/sp-dev-fx-controls-react/pull/1967)
33+
- `AdaptiveCardHost`: Fix default value for Date.Input [#1972](https://github.com/pnp/sp-dev-fx-controls-react/pull/1972)
34+
35+
### Contributors
36+
37+
Special thanks to our contributors (in alphabetical order): [Adam Wójcik](https://github.com/Adam-it), [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [brianpmccullough](https://github.com/brianpmccullough), [EnablingLogic](https://github.com/EnablingLogic), [Guido Zambarda](https://github.com/GuidoZam), [João Mendes](https://github.com/joaojmendes), [Kevin T. Coughlin](https://github.com/KevinTCoughlin), [Konrad K.](https://github.com/wilecoyotegenius), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Patrik Hellgren](https://github.com/patrikhellgren), [Petr Malášek](https://github.com/MalasekPetr), [wuxiaojun514](https://github.com/wuxiaojun514).
38+
339
## 3.20.0
440

541
### Enhancements

docs/documentation/docs/about/license.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
License
1+
# License
22

33
MIT License
44

docs/documentation/docs/about/release-notes.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Releases
22

3+
## 3.21.0
4+
5+
### New control(s)
6+
7+
- `ShareDialog`: new control `ShareDialog` [#1897](https://github.com/pnp/sp-dev-fx-controls-react/pull/1897)
8+
- Add cs-cz.ts [#1932](https://github.com/pnp/sp-dev-fx-controls-react/pull/1932)
9+
- `FilterBar`: new control `FilterBar` [#1884](https://github.com/pnp/sp-dev-fx-controls-react/pull/1884)
10+
- `Calendar`: new controls `Calendar` [#1955](https://github.com/pnp/sp-dev-fx-controls-react/pull/1955)
11+
12+
### Enhancements
13+
14+
- Update markdown-it to >=13.0.2 [#1916](https://github.com/pnp/sp-dev-fx-controls-react/issues/1916)
15+
- Dispose of Async instance to prevent memory leak [#1936](https://github.com/pnp/sp-dev-fx-controls-react/pull/1936)
16+
- `DynamicForm`: Added support to ModernTaxonomyPicker [#1962](https://github.com/pnp/sp-dev-fx-controls-react/pull/1962)
17+
18+
### Fixes
19+
20+
- `ListItemComments`: Can't select text from comment [#1874](https://github.com/pnp/sp-dev-fx-controls-react/issues/1874)
21+
- `Localization`: Bad translations in DateTimePicker control [#1909](https://github.com/pnp/sp-dev-fx-controls-react/issues/1909)
22+
- `WebPartTitle`: Control Fails to Update After Initial Save [#1877](https://github.com/pnp/sp-dev-fx-controls-react/issues/1877)
23+
- `DynamicForm`: Creating a document set sometimes throws a 409 save [#1919](https://github.com/pnp/sp-dev-fx-controls-react/issues/1919)
24+
- `ModernTaxonomyPicker`: Fix - Adding a new term adds the term to the parentLevel [#1922](https://github.com/pnp/sp-dev-fx-controls-react/pull/1922)
25+
- `ModernTaxonomyPicker`: allowMultipleSelections = false, but panel allows multiple items to be selected [#1847](https://github.com/pnp/sp-dev-fx-controls-react/issues/1847)
26+
- `UserPicker`: fix exports and add missing link to documentation [#1925](https://github.com/pnp/sp-dev-fx-controls-react/issues/1925)
27+
- Optimizing ControlsTest webpart in the SPFx source project [#1951](https://github.com/pnp/sp-dev-fx-controls-react/pull/1951)
28+
- `DynamicForm`: Not handling mandatory Lookup fields well [#1914](https://github.com/pnp/sp-dev-fx-controls-react/issues/1914)
29+
- `DynamicForm`: Loads with Validation Errors if no List Item Id is set [#1655](https://github.com/pnp/sp-dev-fx-controls-react/issues/1655)
30+
- `DynamicForm`: required Fields not checked before submit [#1953](https://github.com/pnp/sp-dev-fx-controls-react/issues/1953)
31+
- `DynamicForm`: Fix for 1788/1794 and add styles property for support customizing styling [#1913](https://github.com/pnp/sp-dev-fx-controls-react/pull/1913)
32+
- `DynamicForm`: Hotfix for 1937 and 1961 [#1967](https://github.com/pnp/sp-dev-fx-controls-react/pull/1967)
33+
- `AdaptiveCardHost`: Fix default value for Date.Input [#1972](https://github.com/pnp/sp-dev-fx-controls-react/pull/1972)
34+
35+
### Contributors
36+
37+
Special thanks to our contributors (in alphabetical order): [Adam Wójcik](https://github.com/Adam-it), [Alessandro Chiavarino](https://github.com/Alesso-Chiavarino), [Antanina Druzhkina](https://github.com/Ateina), [brianpmccullough](https://github.com/brianpmccullough), [EnablingLogic](https://github.com/EnablingLogic), [Guido Zambarda](https://github.com/GuidoZam), [João Mendes](https://github.com/joaojmendes), [Kevin T. Coughlin](https://github.com/KevinTCoughlin), [Konrad K.](https://github.com/wilecoyotegenius), [Martin Lingstuyl](https://github.com/martinlingstuyl), [Michaël Maillot](https://github.com/michaelmaillot), [Nello D'Andrea](https://github.com/ferrarirosso), [Nishkalank Bezawada](https://github.com/NishkalankBezawada), [Patrik Hellgren](https://github.com/patrikhellgren), [Petr Malášek](https://github.com/MalasekPetr), [wuxiaojun514](https://github.com/wuxiaojun514).
38+
339
## 3.20.0
440

541
### Enhancements
321 KB
Loading
404 KB
Loading
310 KB
Loading
311 KB
Loading

0 commit comments

Comments
 (0)