Skip to content

Commit 0189144

Browse files
authored
Merge pull request #43 from SharePoint/dev
v1.2.0 release merge
2 parents 1539f8e + 35550ff commit 0189144

File tree

110 files changed

+11972
-6179
lines changed

Some content is hidden

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

110 files changed

+11972
-6179
lines changed

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
**New controls**
6+
7+
- Field controls are added to the project
8+
- `IFrameDialog` was added to the project
9+
10+
**Fixes**
11+
12+
- Fixed theming in the `WebPartTitle` control
13+
314
## 1.1.3
415

516
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.

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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Releases
22

3+
## 1.2.0
4+
5+
**New controls**
6+
7+
- Field controls are added to the project
8+
- `IFrameDialog` was added to the project
9+
10+
**Fixes**
11+
12+
- Fixed theming in the `WebPartTitle` control
13+
314
## 1.1.3
415

516
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.
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)