Skip to content

Commit 13c2559

Browse files
committed
changelog
1 parent 44fcc5b commit 13c2559

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.JSON

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,24 @@
33
{
44
"version": "1.18.0",
55
"changes": {
6-
"new": [],
7-
"enhancements": [],
6+
"new": [
7+
"Pagination Control [#535](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/535)"
8+
],
9+
"enhancements": [
10+
"`FolderExplorer` updates: allow selection of libraries if site url is used as the root, allow passing items to be passed as a property and added to the breadcrumb, add support for loading folders from a different site, fix breadcrumb names for document libraries [#534](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/534)"
11+
],
812
"fixes": [
913
"`ComboBoxListItemPicker` documentation fix: Updated import statement in docs for ComboBoxListItemPicker [#510](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/510)",
1014
"Documentation fix: add the new control `ComboBoxListItemPicker` component to landing page [#511](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/511)",
11-
"`FilePicker`: While using the control, if `hideOrganisationalAssetTab` is set to true, even then an additional HTTP request is made."
15+
"`FilePicker`: While using the control, if `hideOrganisationalAssetTab` is set to true, even then an additional HTTP request is made.",
16+
"`IconPicker`: search fix and updated list of icons [#533](https://github.com/SharePoint/sp-dev-fx-controls-react/pull/533)"
1217
]
1318
},
1419
"contributions": [
20+
"[David Ramalho](https://github.com/DRamalho92)",
1521
"[Gautam Sheth](https://github.com/gautamdsheth)",
22+
"[João Mendes](https://github.com/joaojmendes)",
23+
"[Joel Rodrigues](https://github.com/joelfmrodrigues)",
1624
"[Prasad Kasireddy](https://github.com/PrasadKasireddy)",
1725
"[Siddharth Vaghasia](https://github.com/siddharth-vaghasia)"
1826
]

config/serve.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://dev.office.com/json-schemas/core-build/serve.schema.json",
33
"port": 4321,
44
"initialPage": "https://localhost:5432/workbench",
5-
"https": false,
5+
"https": true,
66
"api": {
77
"port": 5432,
88
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"

0 commit comments

Comments
 (0)