Skip to content

Commit

Permalink
Release: 3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed Mar 5, 2019
1 parent 8632777 commit 03384be
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 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)
* Fix: Unable to select drawing annotation after saving (#350) ([8632777](https://github.com/box/box-annotations/commit/8632777)), closes [#350](https://github.com/box/box-annotations/issues/350)
* Chore: Increase Code Coverage (#346) ([3c7d816](https://github.com/box/box-annotations/commit/3c7d816)), closes [#346](https://github.com/box/box-annotations/issues/346)
* Chore: Remove unused withFocus component (#347) ([2bb1ec8](https://github.com/box/box-annotations/commit/2bb1ec8)), closes [#347](https://github.com/box/box-annotations/issues/347)



## 3.10.0 (2019-02-07)

* Fix: Fix position of popover on drawing undo/redo (#343) ([3ad4107](https://github.com/box/box-annotations/commit/3ad4107)), closes [#343](https://github.com/box/box-annotations/issues/343)
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.10.0-blue.svg)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v3.11.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.10.0",
"version": "3.11.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 03384be

Please sign in to comment.