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 dbdfd55 commit 83cdd60Copy full SHA for 83cdd60
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+### [0.2.1] - 2021-09-29
5
+### Fixed
6
+- Fixed event propagation of the `update:page` event in `pf-list-view` (Contributed by [@MrDeerly]).
7
+
8
### [0.2.1] - 2021-09-21
9
### Fixed
10
- Fixed event unbinding in `pf-popup` and tooltips (Contributed by [@MrDeerly]).
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-patternfly",
- "version": "0.2.1",
+ "version": "0.2.2",
"description": "PatternFly 3 components for Vue 3",
"main": "dist/vue-patternfly.umd.js",
"module": "dist/vue-patternfly.es.js",
0 commit comments