Skip to content

Commit cc99972

Browse files
committed
Merge branch 'AJIXuMuK-fc-oob-fields' into dev
2 parents 3c7c20d + b1dd0e0 commit cc99972

File tree

109 files changed

+11948
-6287
lines changed

Some content is hidden

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

109 files changed

+11948
-6287
lines changed

CHANGELOG.md

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

3+
## 1.2.0
4+
5+
- Field controls are added to the project
6+
- `IFrameDialog` was added to the project
7+
38
## 1.1.3
49

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

3+
## 1.2.0
4+
5+
- Field controls are added to the project
6+
- `IFrameDialog` was added to the project
7+
38
## 1.1.3
49

510
- `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)