Skip to content

Commit

Permalink
Merge pull request #538 from pnp/dev
Browse files Browse the repository at this point in the history
V3.12.0
  • Loading branch information
AJIXuMuK authored Feb 24, 2023
2 parents 31360c4 + e1e240d commit 31db375
Show file tree
Hide file tree
Showing 45 changed files with 7,866 additions and 6,577 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
{
"versions": [
{
"version": "3.12.0",
"changes": {
"new": [],
"enhancements": [
"`PropertyFieldFilePicker`: Site Tab - Adding scrolling for many libraries [#525](https://github.com/pnp/sp-dev-fx-property-controls/issues/525)",
"`SPListPickerService`: add ContentTypes/Name to the query [#521](https://github.com/pnp/sp-dev-fx-property-controls/pull/521)",
"Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)"
],
"fixes": [
"Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)",
"`ColorPicker`: localization for Fluent UI `ColorPicker` [#535](https://github.com/pnp/sp-dev-fx-property-controls/issues/535)"
]
},
"contributions": [
"[Brian Krainer Jacobsen](https://github.com/krainer)",
"[Chad Eiserloh](https://github.com/c-eiser13)",
"[krishna-vijas](https://github.com/krishna-vijas)",
"[Martin Zamazal](https://github.com/MartinZamazal)"
]
},
{
"version": "3.11.0",
"changes": {
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Releases

## 3.12.0

### Enhancements

- `PropertyFieldFilePicker`: Site Tab - Adding scrolling for many libraries [#525](https://github.com/pnp/sp-dev-fx-property-controls/issues/525)
- `SPListPickerService`: add ContentTypes/Name to the query [#521](https://github.com/pnp/sp-dev-fx-property-controls/pull/521)
- Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)

### Fixes

- Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)
- `ColorPicker`: localization for Fluent UI `ColorPicker` [#535](https://github.com/pnp/sp-dev-fx-property-controls/issues/535)

### Contributors

Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Chad Eiserloh](https://github.com/c-eiser13), [krishna-vijas](https://github.com/krishna-vijas), [Martin Zamazal](https://github.com/MartinZamazal).

## 3.11.0

### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions config/supported.localization.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"langs": [
"ar-sa",
"bg-bg",
"ca-es",
"cs-cz",
"da-dk",
"de-de",
"el-gr",
Expand All @@ -16,6 +18,7 @@
"lv-lv",
"nb-no",
"nl-nl",
"no",
"pl-pl",
"pt-pt",
"ro-ro",
Expand Down
17 changes: 17 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Releases

## 3.12.0

### Enhancements

- `PropertyFieldFilePicker`: Site Tab - Adding scrolling for many libraries [#525](https://github.com/pnp/sp-dev-fx-property-controls/issues/525)
- `SPListPickerService`: add ContentTypes/Name to the query [#521](https://github.com/pnp/sp-dev-fx-property-controls/pull/521)
- Czech localization added [#527](https://github.com/pnp/sp-dev-fx-property-controls/issues/527)

### Fixes

- Documentations fix for `PropertyPaneHelpers` [#536](https://github.com/pnp/sp-dev-fx-property-controls/pull/536)
- `ColorPicker`: localization for Fluent UI `ColorPicker` [#535](https://github.com/pnp/sp-dev-fx-property-controls/issues/535)

### Contributors

Special thanks to our contributors (in alphabetical order): [Brian Krainer Jacobsen](https://github.com/krainer), [Chad Eiserloh](https://github.com/c-eiser13), [krishna-vijas](https://github.com/krishna-vijas), [Martin Zamazal](https://github.com/MartinZamazal).

## 3.11.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/docs/helpers/PropertyPaneHelpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ protected async loadPropertyPaneResources(): Promise<void> {
PropertyPaneHelpers.setSpinner({
bgColor: "white",
spinnerProps: {
getStyles: () => {
styles: () => {
return {
circle: {
height: 80,
Expand Down
1 change: 1 addition & 0 deletions docs/documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ The following controls are currently available:
- [PropertyFieldCodeEditor](./controls/PropertyFieldCodeEditor) (Property pane code editor)
- [PropertyFieldCollectionData](./controls/PropertyFieldCollectionData) (Property pane collection data editor)
- [PropertyFieldColorPicker](./controls/PropertyFieldColorPicker) (Property pane color picker)
- [PropertyFieldColumnPicker](./controls/PropertyFieldColumnPicker) (Property pane list column picker)
- [PropertyFieldDateTimePicker](./controls/PropertyFieldDateTimePicker) (Property pane date and time selector)
- [PropertyFieldFilePicker](./controls/PropertyFieldFilePicker) (Property pane file picker)
- [PropertyFieldFolderPicker](./controls/PropertyFieldFolderPicker) (Property pane folder picker)
Expand Down
3 changes: 2 additions & 1 deletion docs/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ nav:
- Controls:
- PropertyFieldCodeEditor: 'controls/PropertyFieldCodeEditor.md'
- PropertyFieldCollectionData: 'controls/PropertyFieldCollectionData.md'
- PropertyFieldColorPicker: 'controls/PropertyFieldColorPicker.md'
- PropertyFieldColorPicker: 'controls/PropertyFieldColorPicker.md',
- PropertyFieldColumnPicker: 'controls/PropertyFieldColumnPicker.md',
- PropertyFieldDateTimePicker: 'controls/PropertyFieldDateTimePicker.md'
- PropertyFieldEnterpriseTermPicker: 'controls/PropertyFieldEnterpriseTermPicker.md'
- PropertyFieldFilePicker: 'controls/PropertyFieldFilePicker.md'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pnp/spfx-property-controls",
"description": "Reusable property pane controls for SharePoint Framework solutions",
"version": "3.11.0",
"version": "3.12.0",
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
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 = "3.11.0";
export const version: string = "3.12.0";
Loading

0 comments on commit 31db375

Please sign in to comment.