From b8df8cdced81a041a68af153cf06f64bf489e947 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 13 May 2015 10:44:38 -0400 Subject: [PATCH] Rlsnotes --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) 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**