From fa5b38532d44240d4e88210e3a7b1494330b4449 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Wed, 19 Feb 2014 08:03:39 -0500 Subject: [PATCH] Add note about pointer-events --- changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index a934082..dffe5e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -5,7 +5,6 @@ Breaking Changes: * Overhaul Graphics.Input library to make it easier to understand and use * Change syntax for "import open List" to "import List (..)" - * Support Trampolining (thanks to Max New and Tim Hobbs) * Improved JSON format for types generated by elm-doc * Remove problematic Mouse.isClicked signal * Revise the semantics of keepWhen and dropWhen to only update when @@ -13,8 +12,10 @@ Breaking Changes: Improvements: + * Support Trampolining (thanks to @maxsnew and @timthelion) * Drastically improved performance on markdown parsing (thanks to @Dandandan) * Add Date.fromTime function + * Use pointer-events to detect hovers on layered elements (thanks to @Xashili) * Fix serious bugs in Bitwise library * Fix bug in exporting Maybe values through ports