Skip to content

Commit 921ef83

Browse files
author
Sumedha Pramod
committed
Release: 3.13.0
1 parent c42a8ff commit 921ef83

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 3.13.0 (2019-03-21)
2+
3+
* Fix: Hide all threads before creating a new point annotation (#357) ([c980d7d](https://github.com/box/box-annotations/commit/c980d7d)), closes [#357](https://github.com/box/box-annotations/issues/357)
4+
* Fix: Only unmount popover when hiding all annotations (#361) ([c42a8ff](https://github.com/box/box-annotations/commit/c42a8ff)), closes [#361](https://github.com/box/box-annotations/issues/361)
5+
* Chore: Bind scrollToAnnotation method to Annotator object (#358) ([fbd7728](https://github.com/box/box-annotations/commit/fbd7728)), closes [#358](https://github.com/box/box-annotations/issues/358)
6+
* Chore: Emit event when annotation popover is opened (#359) ([00f3ece](https://github.com/box/box-annotations/commit/00f3ece)), closes [#359](https://github.com/box/box-annotations/issues/359)
7+
* Chore: Scroll drawing/highlight annotations into view on popover render (#360) ([9a71320](https://github.com/box/box-annotations/commit/9a71320)), closes [#360](https://github.com/box/box-annotations/issues/360)
8+
* Update: Annotation Documentation after React Refactor (#356) ([5fecf02](https://github.com/box/box-annotations/commit/5fecf02)), closes [#356](https://github.com/box/box-annotations/issues/356)
9+
10+
11+
112
## 3.12.0 (2019-03-15)
213

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

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.12.0-blue.svg)](https://github.com/box/box-annotations)
4+
[![version](https://img.shields.io/badge/version-v3.13.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.12.0",
3+
"version": "3.13.0",
44
"description": "Box Annotations",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)