Skip to content

Commit

Permalink
Release: 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum committed Mar 21, 2019
1 parent c42a8ff commit 921ef83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.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)
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.12.0",
"version": "3.13.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 921ef83

Please sign in to comment.