Skip to content

Commit

Permalink
Updated old repo references + merge for v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed May 7, 2020
1 parent c1ff6da commit 7279be6
Show file tree
Hide file tree
Showing 13 changed files with 328 additions and 296 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
needs please complete the below template to ensure we have the details to help. Thanks!

**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.**
**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.**

#### Category
- [ ] Enhancement
Expand Down
190 changes: 95 additions & 95 deletions CHANGELOG.json

Large diffs are not rendered by default.

198 changes: 107 additions & 91 deletions CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@

Property controls for the SharePoint Framework solutions.

> 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)
> 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)
## Get Started

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

# Have issues or questions?

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.

* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/SharePoint/sp-dev-docs/issues).
* 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).
* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/sharepoint/sp-dev-docs/issues).
* 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).

## Contributing

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.

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.

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).
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).

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
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.
Expand Down
198 changes: 107 additions & 91 deletions docs/documentation/docs/about/release-notes.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/documentation/docs/beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm install @pnp/spfx-property-controls@next --save

## Beta control documentation

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).
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).

## Next Steps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ PropertyFieldLinkWithCallout('fakeProp', {
calloutContent: React.createElement('p', {}, 'Click the link to open a new page with Application Terms & Conditions'),
calloutWidth: 200,
text: 'Terms & Conditions',
href: 'https://github.com/SharePoint/sp-dev-fx-property-controls',
href: 'https://github.com/pnp/sp-dev-fx-property-controls',
target: '_blank'
})
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface IPropertyControlsTestWebPartProps {
```TypeScript
PropertyPaneWebPartInformation({
description: `This is a <strong>demo webpart</strong>, used to demonstrate all the <a href="https://aka.ms/sppnp">PnP</a> property controls`,
moreInfoLink: `https://sharepoint.github.io/sp-dev-fx-property-controls/`,
moreInfoLink: `https://pnp.github.io/sp-dev-fx-property-controls/`,
videoProperties: {
embedLink: `https://www.youtube.com/embed/d_9o3tQ90zo`,
properties: { allowFullScreen: true}
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ extra:
link: 'http://aka.ms/sppnp-videos'
- type: 'link'
link: 'https://aka.ms/sppnp'
repo_url: https://github.com/SharePoint/sp-dev-fx-property-controls
repo_url: https://github.com/pnp/sp-dev-fx-property-controls
edit_uri: blob/master/docs/documentation/docs
6 changes: 3 additions & 3 deletions docs/guides/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Sharing is caring!

## You have an idea for a new control

Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself.
Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/pnp/sp-dev-fx-property-controls/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself.

When building a new control, try to add your control to the default provided web part so that everyone can test it out. Please also provide the documentation for your controls in the [documentation section](../documentation).

## You have a suggestion for improving an existing control

Nothing is perfect. If you have an idea how to improve an existing control, let us know by submitting an issue in the [issue list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone.
Nothing is perfect. If you have an idea how to improve an existing control, let us know by submitting an issue in the [issue list](https://github.com/pnp/sp-dev-fx-property-controls/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone.

## You've found a bug

Bugs happen. When you find a bug, please have a look at the [issue list](https://github.com/SharePoint/sp-dev-fx-property-controls/issues) if a similar bug has already been logged. If not, let us know what doesn't work and how we can reproduce it. If we can't reproduce your bug, we will ask you for clarification, which will only make it longer to fix it.
Bugs happen. When you find a bug, please have a look at the [issue list](https://github.com/pnp/sp-dev-fx-property-controls/issues) if a similar bug has already been logged. If not, let us know what doesn't work and how we can reproduce it. If we can't reproduce your bug, we will ask you for clarification, which will only make it longer to fix it.

## Fixing typos

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/SharePoint/sp-dev-fx-property-controls"
"url": "https://github.com/pnp/sp-dev-fx-property-controls"
},
"license": "MIT",
"keywords": [
Expand All @@ -61,9 +61,9 @@
"sharepoint framework"
],
"bugs": {
"url": "https://github.com/SharePoint/sp-dev-fx-property-controls/issues"
"url": "https://github.com/pnp/sp-dev-fx-property-controls/issues"
},
"homepage": "https://sharepoint.github.io/sp-dev-fx-property-controls/",
"homepage": "https://pnp.github.io/sp-dev-fx-property-controls/",
"main": "lib/index.js",
"maintainers": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/common/telemetry/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = "1.17.0";
export const version: string = "1.18.0";
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default class PropertyControlsTestWebPart extends BaseClientSideWebPart<I
groupFields: [
PropertyPaneWebPartInformation({
description: `This is a <strong>demo webpart</strong>, used to demonstrate all the <a href="https://aka.ms/sppnp">PnP</a> property controls`,
moreInfoLink: `https://sharepoint.github.io/sp-dev-fx-property-controls/`,
moreInfoLink: `https://pnp.github.io/sp-dev-fx-property-controls/`,
videoProperties: {
embedLink: `https://www.youtube.com/embed/d_9o3tQ90zo`,
properties: { allowFullScreen: true }
Expand Down Expand Up @@ -722,7 +722,7 @@ export default class PropertyControlsTestWebPart extends BaseClientSideWebPart<I
calloutContent: React.createElement('p', {}, 'Click the link to open a new page with Application Terms & Conditions'),
calloutWidth: 200,
text: 'Terms & Conditions',
href: 'https://github.com/SharePoint/sp-dev-fx-property-controls',
href: 'https://github.com/pnp/sp-dev-fx-property-controls',
target: '_blank'
}),
]
Expand Down

0 comments on commit 7279be6

Please sign in to comment.