Skip to content

Commit

Permalink
Release: 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Mar 15, 2019
1 parent 5b7b685 commit 72708b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 72708b4

Please sign in to comment.