Skip to content

Commit 234f653

Browse files
authored
Merge pull request pnp#72 from SharePoint/dev
Merge for release of v1.3.0
2 parents 826a1e9 + b1e96e1 commit 234f653

Some content is hidden

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

48 files changed

+2323
-22
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Releases
22

3+
## 1.3.0
4+
5+
**New Controls**
6+
7+
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)
8+
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
9+
10+
**Fixes**
11+
12+
- Issue fixed when the optional `selection` property was not provided to the `ListView` [#65](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/65)
13+
314
## 1.2.5
415

516
**Fixes**

config/tslint.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"use-named-parameter": true,
4040
"valid-typeof": true,
4141
"variable-name": false,
42-
"whitespace": false
42+
"whitespace": false,
43+
"no-debugger": true
4344
}
4445
}
45-
}
46+
}

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Releases
22

3+
## 1.3.0
4+
5+
**New Controls**
6+
7+
- `TaxonomyPicker` control got added [#22](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/22) [#63](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/63) [#64](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/64)
8+
- `ListPicker` control got added [#34](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/34)
9+
10+
**Fixes**
11+
12+
- Issue fixed when the optional `selection` property was not provided to the `ListView` [#65](https://github.com/SharePoint/sp-dev-fx-controls-react/issues/65)
13+
314
## 1.2.5
415

516
**Fixes**
@@ -52,7 +63,7 @@
5263

5364
## 1.1.2
5465

55-
- Fix for WebPartTitle control to inherit color
66+
- Fix for `WebPartTitle` control to inherit color
5667
- Improved telemetry with some object checks
5768

5869
## 1.1.1
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)