You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pfelement - only resetContext on a nested child element during contextUpdate if resetContext is available on the child element (#1704)
* fix: wait for nested children to upgrade before calling resetContext on them
Fixes#1703
* adding changelog update
* removing isUpgraded property since its not used
* the promise in contextUpdate for nested elements is no longer needed
* updating changelog for pfelement fix
* increasing diff ratio just a hair for pfe-dropdown
Copy file name to clipboardExpand all lines: CHANGELOG-1.x.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# 1.10.1 (2021)
2
2
3
+
-[](https://github.com/patternfly/patternfly-elements/commit/) fix: pfelement - only resetContext on a nested child element during contextUpdate if resetContext is available on the child
3
4
-[fdc60ab](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-tabs issue with active border color on horizontal/wind (#1585)
4
5
5
6
# 1.10.0 (2021-07-08)
6
7
8
+
-[c9c3b56](https://github.com/patternfly/patternfly-elements/commit/c9c3b5654ac05875eabfce0727c54af183e4ac09) chore: Minor testing updates
7
9
-[af4bc70](https://github.com/patternfly/patternfly-elements/commit/af4bc7063b995c316320f6df706b744133f1753d) feat: Jump links navigation rework to support panel customizations and elements in separate DOMs; horizontal designs aligned to kit
0 commit comments