diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5c544290d..304d5e63f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -176,6 +176,7 @@ - **Table** - Fixes `ascending` and `descending` icons were reversed in table - **Table** - `very basic table` now works together with `padded table` - **Table** - Fix inheritance of text alignment and vertical alignment +- **Transition** - Calling an `out` animation during an `in` animation with `queue: false` now correctly calls the `complete` event of the original animation - **Transition** - Fixed bug where transition could sometimes not occur when an element was determined to always be hidden **Changes**