Skip to content

Commit 17b5df6

Browse files
committed
Merge branch 'dev'
2 parents 3928020 + a2e4320 commit 17b5df6

File tree

182 files changed

+12962
-725
lines changed

Some content is hidden

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

182 files changed

+12962
-725
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
22
needs please complete the below template to ensure we have the details to help. Thanks!
33

4-
**Please check out the [documentation](https://sharepoint.github.io/sp-dev-fx-property-controls/) to see if your question is already addressed there. This will help us ensure our documentation is up to date.**
4+
**Please check out the [documentation](https://pnp.github.io/sp-dev-fx-property-controls/) to see if your question is already addressed there. This will help us ensure our documentation is up to date.**
55

66
#### Category
77
- [ ] Enhancement

CHANGELOG.json

Lines changed: 140 additions & 91 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 133 additions & 91 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44

55
Property controls for the SharePoint Framework solutions.
66

7-
> If you are looking for content controls, please check following repository for those - [https://github.com/SharePoint/sp-dev-fx-controls-react](https://github.com/SharePoint/sp-dev-fx-controls-react)
7+
> If you are looking for content controls, please check following repository for those - [https://github.com/pnp/sp-dev-fx-controls-react](https://github.com/pnp/sp-dev-fx-controls-react)
88
99
## Get Started
1010

11-
More information to get started can be found documentation of this repository: [documentation](https://sharepoint.github.io/sp-dev-fx-property-controls/).
11+
More information to get started can be found documentation of this repository: [documentation](https://pnp.github.io/sp-dev-fx-property-controls/).
1212

1313
# Have issues or questions?
1414

1515
Please use following logic on submitting your questions or issues to right location to ensure that they are noticed and addressed as soon as possible.
1616

17-
* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/SharePoint/sp-dev-docs/issues).
18-
* You have issue on specific controls in this package - use [issue list in this repository](https://github.com/SharePoint/sp-dev-fx-property-controls/issues).
17+
* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/sharepoint/sp-dev-docs/issues).
18+
* You have issue on specific controls in this package - use [issue list in this repository](https://github.com/pnp/sp-dev-fx-property-controls/issues).
1919

2020
## Contributing
2121

2222
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
2323

2424
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
2525

26-
If you have ideas for new features or feedback, let us know by creating an issue in the [issues list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). Before you submit a PR with your improvements, please review our [project guides](./docs/guides/index.md).
26+
If you have ideas for new features or feedback, let us know by creating an issue in the [issues list](https://github.com/pnp/sp-dev-fx-property-controls/issues). Before you submit a PR with your improvements, please review our [project guides](./docs/guides/index.md).
2727

2828
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
2929
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

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": true,
5+
"https": false,
66
"api": {
77
"port": 5432,
88
"entryPath": "node_modules/@microsoft/sp-webpart-workbench/lib/api/"

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

Lines changed: 133 additions & 91 deletions
Large diffs are not rendered by default.
166 KB
Loading
682 KB
Loading
875 KB
Loading
185 KB
Loading

0 commit comments

Comments
 (0)