Skip to content

Commit 7cdcb0c

Browse files
authored
Merge branch 'dev' into feature_listPicker
2 parents 76a551d + 8226fdd commit 7cdcb0c

File tree

120 files changed

+12346
-6216
lines changed

Some content is hidden

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

120 files changed

+12346
-6216
lines changed

CHANGELOG.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,58 @@
11
# Releases
22

3+
## 1.2.5
4+
5+
**Fixes**
6+
7+
- Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)
8+
9+
## 1.2.4
10+
11+
**Enhancements**
12+
13+
- Hiding placeholder title on small zones
14+
15+
**Fixes**
16+
17+
- iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)
18+
19+
## 1.2.3
20+
21+
**Enhancements**
22+
23+
- Optimized telemetry so that it only pushes control data
24+
- `WebPartTitle` hide control completely when empty
25+
26+
## 1.2.2
27+
28+
**Fixes**
29+
30+
- Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated.
31+
32+
## 1.2.1
33+
34+
**Fixes**
35+
36+
- `FieldTaxonomyRenderer` got fixed to support single and multiple values
37+
38+
## 1.2.0
39+
40+
**New controls**
41+
42+
- Field controls are added to the project
43+
- `IFrameDialog` was added to the project
44+
45+
**Fixes**
46+
47+
- Fixed theming in the `WebPartTitle` control
48+
49+
## 1.1.3
50+
51+
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
52+
353
## 1.1.2
454

5-
- Fix for WebPartTitle control to inherit color
55+
- Fix for `WebPartTitle` control to inherit color
656
- Improved telemetry with some object checks
757

858
## 1.1.1

config/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
"entrypoint": "./lib/webparts/controlsTest/ControlsTestWebPart.js",
88
"manifest": "./src/webparts/controlsTest/ControlsTestWebPart.manifest.json"
99
}]
10+
},
11+
"ootb-fields-field-customizer": {
12+
"components": [
13+
{
14+
"entrypoint": "./lib/extensions/ootbFields/OotbFieldsFieldCustomizer.js",
15+
"manifest": "./src/extensions/ootbFields/OotbFieldsFieldCustomizer.manifest.json"
16+
}
17+
]
1018
}
1119
},
1220
"externals": {},

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

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

3+
## 1.2.5
4+
5+
**Fixes**
6+
7+
- Undo `ListView` item selection after items array updates [#55](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/55)
8+
9+
## 1.2.4
10+
11+
**Enhancements**
12+
13+
- Hiding placeholder title on small zones
14+
15+
**Fixes**
16+
17+
- iFrame dialog reference fix [#52](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/52)
18+
19+
## 1.2.3
20+
21+
**Enhancements**
22+
23+
- Optimized telemetry so that it only pushes control data
24+
- `WebPartTitle` hide control completely when empty
25+
26+
## 1.2.2
27+
28+
**Fixes**
29+
30+
- Fixes an issue sorting in the `ListView` control while items were selected. Indexes were not updated.
31+
32+
## 1.2.1
33+
34+
**Fixes**
35+
36+
- `FieldTaxonomyRenderer` got fixed to support single and multiple values
37+
38+
## 1.2.0
39+
40+
**New controls**
41+
42+
- Field controls are added to the project
43+
- `IFrameDialog` was added to the project
44+
45+
**Fixes**
46+
47+
- Fixed theming in the `WebPartTitle` control
48+
49+
## 1.1.3
50+
51+
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
52+
353
## 1.1.2
454

555
- Fix for WebPartTitle control to inherit color
2.66 KB
Loading
4.66 KB
Loading
7.28 KB
Loading
4.27 KB
Loading
41.9 KB
Loading
4.87 KB
Loading
6.19 KB
Loading

0 commit comments

Comments
 (0)