Skip to content

Commit

Permalink
Release: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed Nov 7, 2018
1 parent 3130210 commit dc4f376
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.1.0 (2018-11-07)

* Fix: Alignment of createdAt timestamp and user's name (#277) ([b4980fb](https://github.com/box/box-annotations/commit/b4980fb)), closes [#277](https://github.com/box/box-annotations/issues/277)
* Fix: Ensure drawings are only registered once with the controller (#278) ([feedc87](https://github.com/box/box-annotations/commit/feedc87)), closes [#278](https://github.com/box/box-annotations/issues/278)
* Fix: Ensure onSelectionChange isn't triggered while creating highlights (#281) ([3130210](https://github.com/box/box-annotations/commit/3130210)), closes [#281](https://github.com/box/box-annotations/issues/281)
* Fix: Remove clickHandler from DrawingModeController (#280) ([0c7fe0f](https://github.com/box/box-annotations/commit/0c7fe0f)), closes [#280](https://github.com/box/box-annotations/issues/280)
* Fix: Remove focus trap on AnnotationPopover on mobile (#279) ([a14fe6b](https://github.com/box/box-annotations/commit/a14fe6b)), closes [#279](https://github.com/box/box-annotations/issues/279)
* Chore: Fix publish script (#275) ([25c40f7](https://github.com/box/box-annotations/commit/25c40f7)), closes [#275](https://github.com/box/box-annotations/issues/275)
* Chore: Upgrade husky (#276) ([14bda8a](https://github.com/box/box-annotations/commit/14bda8a)), closes [#276](https://github.com/box/box-annotations/issues/276)



## 3.0.0 (2018-10-31)

* Chore: Adding rsync to yarn run watch (#241) ([afe6ab6](https://github.com/box/box-annotations/commit/afe6ab6)), closes [#241](https://github.com/box/box-annotations/issues/241)
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?style=flat-square)](http://opensource.box.com/badges/)
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-annotations)
[![version](https://img.shields.io/badge/version-v3.0.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v3.1.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements)

# [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.0.0",
"version": "3.1.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit dc4f376

Please sign in to comment.