diff options
author | Adam Chlipala <adam@chlipala.net> | 2015-05-20 12:33:25 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2015-05-20 12:33:25 -0400 |
commit | dcc870dbc3ca1d3bb792b9ba284fbe2ceff4435f (patch) | |
tree | 37822c5fed6584370d8e76b55ee2c88015a13568 /CHANGELOG | |
parent | 3b0c5453f2f0aa2479a23e05ea603cd1aee7d9d4 (diff) |
New release
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,4 +1,18 @@ ======== +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 ======== |