Skip to content

Commit e67ddab

Browse files
authored
Merge pull request #246 from pnp/dev
PR for release 1.18.0
2 parents 9373f21 + 7279be6 commit e67ddab

Some content is hidden

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

43 files changed

+1627
-439
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: 111 additions & 91 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 107 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: 107 additions & 91 deletions
Large diffs are not rendered by default.
18.4 KB
Loading
28.6 KB
Loading

docs/documentation/docs/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ npm install @pnp/spfx-property-controls@next --save
88

99
## Beta control documentation
1010

11-
The control documentation is only live for public releases, not for beta versions. If you want to checkout the markdown files of all controls in the `dev` branch: [beta documentation](https://github.com/SharePoint/sp-dev-fx-property-controls/tree/dev/docs/documentation/docs/controls).
11+
The control documentation is only live for public releases, not for beta versions. If you want to checkout the markdown files of all controls in the `dev` branch: [beta documentation](https://github.com/pnp/sp-dev-fx-property-controls/tree/dev/docs/documentation/docs/controls).
1212

1313
## Next Steps
1414

docs/documentation/docs/controls/PropertyFieldLinkWithCallout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PropertyFieldLinkWithCallout('fakeProp', {
3030
calloutContent: React.createElement('p', {}, 'Click the link to open a new page with Application Terms & Conditions'),
3131
calloutWidth: 200,
3232
text: 'Terms & Conditions',
33-
href: 'https://github.com/SharePoint/sp-dev-fx-property-controls',
33+
href: 'https://github.com/pnp/sp-dev-fx-property-controls',
3434
target: '_blank'
3535
})
3636
```

0 commit comments

Comments
 (0)