Add note about pointer-events

This commit is contained in:
Evan Czaplicki 2014-02-19 08:03:39 -05:00
parent ea28a87b7b
commit fa5b38532d

View file

@ -5,7 +5,6 @@ Breaking Changes:
* Overhaul Graphics.Input library to make it easier to understand and use * Overhaul Graphics.Input library to make it easier to understand and use
* Change syntax for "import open List" to "import List (..)" * 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 * Improved JSON format for types generated by elm-doc
* Remove problematic Mouse.isClicked signal * Remove problematic Mouse.isClicked signal
* Revise the semantics of keepWhen and dropWhen to only update when * Revise the semantics of keepWhen and dropWhen to only update when
@ -13,8 +12,10 @@ Breaking Changes:
Improvements: Improvements:
* Support Trampolining (thanks to @maxsnew and @timthelion)
* Drastically improved performance on markdown parsing (thanks to @Dandandan) * Drastically improved performance on markdown parsing (thanks to @Dandandan)
* Add Date.fromTime function * Add Date.fromTime function
* Use pointer-events to detect hovers on layered elements (thanks to @Xashili)
* Fix serious bugs in Bitwise library * Fix serious bugs in Bitwise library
* Fix bug in exporting Maybe values through ports * Fix bug in exporting Maybe values through ports