Mercurial > urweb
diff CHANGELOG @ 2146:58f71898cd9d
New release
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 20 May 2015 12:33:25 -0400 |
parents | 88a8a656003f |
children | a86749aef6eb |
line wrap: on
line diff
--- a/CHANGELOG Thu May 07 09:50:37 2015 -0400 +++ b/CHANGELOG Wed May 20 12:33:25 2015 -0400 @@ -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 ========