We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f9090 commit 965a2c4Copy full SHA for 965a2c4
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Releases
2
3
+## Beta 1.0.0-beta.8
4
+- **Bug fix**: bug fix for the `ListView` control when selection is used in combination with `setState`.
5
+
6
## Beta 1.0.0-beta.7
7
**Added**
8
- Grouping functionality added to the ListView control
package.json
@@ -1,7 +1,7 @@
{
"name": "@pnp/spfx-controls-react",
"description": "Reusable React controls for SharePoint Framework solutions",
- "version": "1.0.0-beta.7",
+ "version": "1.0.0-beta.8",
"engines": {
"node": ">=0.10.0"
},
0 commit comments