Skip to content

Commit 72708b4

Browse files
author
Sumedha Pramod
committed
Release: 3.12.0
1 parent 5b7b685 commit 72708b4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.12.0 (2019-03-15)
2+
3+
* 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)
4+
* 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)
5+
* 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)
6+
* 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)
7+
* 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)
8+
9+
10+
111
## 3.11.0 (2019-03-05)
212

313
* 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg)](http://opensource.box.com/badges)
22
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
33
[![build status](https://travis-ci.com/box/box-annotations.svg?branch=master)](https://travis-ci.com/box/box-annotations)
4-
[![version](https://img.shields.io/badge/version-v3.11.0-blue.svg)](https://github.com/box/box-annotations)
4+
[![version](https://img.shields.io/badge/version-v3.12.0-blue.svg)](https://github.com/box/box-annotations)
55
[![npm version](https://img.shields.io/npm/v/box-annotations.svg)](https://www.npmjs.com/package/box-annotations)
66

77
# [Box Annotations](https://developer.box.com/docs/getting-started-with-new-box-view#section-annotations)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box-annotations",
3-
"version": "3.11.0",
3+
"version": "3.12.0",
44
"description": "Box Annotations",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)