From 921ef83fb081576c68bfa6b2a0a26de5bc8a556f Mon Sep 17 00:00:00 2001 From: Sumedha Pramod Date: Thu, 21 Mar 2019 15:37:58 -0700 Subject: [PATCH] Release: 3.13.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23a9e8f7..651c39f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.13.0 (2019-03-21) + +* 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) +* 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) +* 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) +* 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) +* 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) +* 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) + + + ## 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) diff --git a/README.md b/README.md index fdf7bf380..90b2fa6dd 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.12.0-blue.svg)](https://github.com/box/box-annotations) +[![version](https://img.shields.io/badge/version-v3.13.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 7147daf14..f9cca7a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "box-annotations", - "version": "3.12.0", + "version": "3.13.0", "description": "Box Annotations", "author": "Box (https://www.box.com/)", "license": "SEE LICENSE IN LICENSE",