diff options
Diffstat (limited to 'docs/_posts/2016-12-16-v2.0.1.md')
-rw-r--r-- | docs/_posts/2016-12-16-v2.0.1.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/_posts/2016-12-16-v2.0.1.md b/docs/_posts/2016-12-16-v2.0.1.md new file mode 100644 index 000000000..629e25e61 --- /dev/null +++ b/docs/_posts/2016-12-16-v2.0.1.md @@ -0,0 +1,27 @@ +--- +layout: post +title: Version 2.0.1 +author: matthew +--- + +<div class="r" align="right"> +<a data-flickr-embed="true" href="https://www.flickr.com/photos/s2art/189574055/" title="drowning"><img src="https://c8.staticflickr.com/1/67/189574055_37e836feaa.jpg" width="500" height="375" alt="drowning"></a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script> +</div> + +Today we have released **version 2.0.1** of FixMyStreet, a bugfix release. +The issues fixed are: + +* Chrome 55 changes the way it handles mouse/touch events, [unifying them as + pointer events](https://developers.google.com/web/updates/2016/10/pointer-events), + and OpenLayers, the JavaScript mapping library we use, needed patching to + deal with this. Thanks to the Chrome team for helping debug this. +* strftime output (e.g. used to display dates) was sometimes being double + decoded, giving incorrect output in some languages. +* If a category was filtered, it was not being properly carried through to the + new report form. +* The body/area inputs in the admin were being fixed to a too-small height. + +Some bugfixes and improvements have also been made to the admin inspector +report view, along with a couple of development improvements – the tests coping +better if run on a network that intercepts NXDOMAINs, and a better way of +showing the git version in the admin config. |