diff --git a/CHANGELOG.md b/CHANGELOG.md index 9064ad22b..c23a9e8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 3.12.0 (2019-03-15) + +* Fix: Autofocus approvalcommentform textarea on popover render (#353) ([3b17e50](https://github.com/box/box-annotations/commit/3b17e50)), closes [#353](https://github.com/box/box-annotations/issues/353) +* Fix: Cleanup thread when API requests fail (#355) ([5b7b685](https://github.com/box/box-annotations/commit/5b7b685)), closes [#355](https://github.com/box/box-annotations/issues/355) +* Fix: Ensure point annotations aren't scrolled out of view on focus (#354) ([b90ed71](https://github.com/box/box-annotations/commit/b90ed71)), closes [#354](https://github.com/box/box-annotations/issues/354) +* Fix: Path for MomentShim.js (#352) ([3a84c76](https://github.com/box/box-annotations/commit/3a84c76)), closes [#352](https://github.com/box/box-annotations/issues/352) +* Fix: render annotation popover after save (#351) ([bdd00c8](https://github.com/box/box-annotations/commit/bdd00c8)), closes [#351](https://github.com/box/box-annotations/issues/351) + + + ## 3.11.0 (2019-03-05) * Fix: Make annotation popover delete icon always visible (#349) ([6c24c11](https://github.com/box/box-annotations/commit/6c24c11)), closes [#349](https://github.com/box/box-annotations/issues/349) diff --git a/README.md b/README.md index dcfd70487..fdf7bf380 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg)](http://opensource.box.com/badges) [![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![build status](https://travis-ci.com/box/box-annotations.svg?branch=master)](https://travis-ci.com/box/box-annotations) -[![version](https://img.shields.io/badge/version-v3.11.0-blue.svg)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v3.12.0-blue.svg)](https://github.com/box/box-annotations) [![npm version](https://img.shields.io/npm/v/box-annotations.svg)](https://www.npmjs.com/package/box-annotations) # [Box Annotations](https://developer.box.com/docs/getting-started-with-new-box-view#section-annotations) diff --git a/package.json b/package.json index d5f268330..7147daf14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "3.11.0", + "version": "3.12.0", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",