Mercurial > urweb
diff CHANGELOG @ 2241:2b1af5dc6dee
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sun, 19 Jul 2015 19:05:16 -0700 |
parents | 58f71898cd9d |
children | a86749aef6eb |
line wrap: on
line diff
--- a/CHANGELOG Sun Jul 19 19:03:11 2015 -0700 +++ b/CHANGELOG Sun Jul 19 19:05:16 2015 -0700 @@ -1,3 +1,17 @@ +======== +20150520 +======== + +- Change default behavior of client-side GUI event handlers: + By default, events are now passed to handlers on parent DOM nodes as well, + just like in normal JavaScript. + Call [preventDefault] or [stopPropagation] to tweak that behavior. + WARNING: This change may break backward compatibility! +- URIs specified with 'file' .urp directive are implicitly allowed to be referenced. +- New HTML tags: <fieldset>, <legend> +- New urweb-mode Emacs command: 'urweb-close-matching-tag' +- Bug fixes + ======== 20150412 ========