This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Closed
Conversation
* fix(Chat): positiong fixes for actions * add changelog entry * update screener steps * revert change, add comment (cherry picked from commit b7980fc)
* fix(FocusZone): Cleanup DOM element references when component is unmounted The FocusZone component holds references to _activeElement and _defaultFocusElement. These references should be nulled out when the component is unmounted to prevent memory leaks. closes #2303 (cherry picked from commit 6a9282f) * Change log update (cherry picked from commit b31cf02) * Fix typos (cherry picked from commit 8024cd0) * One more typo (cherry picked from commit 1ded3ad) * fixed changelog order Co-authored-by: Johanna Hawkins <jo.hawkins@hotmail.com> (cherry picked from commit 2cbf4ad)
(cherry picked from commit ec4dd3f)
Collaborator
Changed dependencies are detected.Changed dependencies in
Changed dependencies are detected.Changed dependencies in
Perf comparison
Generated by 🚫 dangerJS |
* doc: Use correct accessibility package version in codesandbox * changelog (cherry picked from commit 99934c3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE
patch release 0.43.2
CHANGELOG
v0.43.2 (2020-02-03)
Compare changes
BREAKING CHANGES
toRefObjectfunction @layershifter (#2287)Fixes
actionsinChatMessage@layershifter (#2300)FocusZone: Cleanup DOM element references when the component is unmounted @johannao76 (#2306)