Skip to content

Commit

Permalink
Release: 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Nov 20, 2018
1 parent eab98ec commit d26ca1d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 3.3.0 (2018-11-20)

* Fix: Clear highlight selection on mousedown and hideAnnotations() (#293) ([b60bc56](https://github.com/box/box-annotations/commit/b60bc56)), closes [#293](https://github.com/box/box-annotations/issues/293)
* Fix: Ensure deleteSuccessHandler destroys thread when necessary (#289) ([e972a72](https://github.com/box/box-annotations/commit/e972a72)), closes [#289](https://github.com/box/box-annotations/issues/289)
* Fix: Ensure popover parent element is determined correctly (#292) ([eab98ec](https://github.com/box/box-annotations/commit/eab98ec)), closes [#292](https://github.com/box/box-annotations/issues/292)
* Fix: Popover CSS issues (#287) ([e64b3f8](https://github.com/box/box-annotations/commit/e64b3f8)), closes [#287](https://github.com/box/box-annotations/issues/287)
* Fix: Reset create highlight UI when mouse hasn't moved on mouseup (#290) ([4abd611](https://github.com/box/box-annotations/commit/4abd611)), closes [#290](https://github.com/box/box-annotations/issues/290)
* Fix: Reset popover UI on re-render/scale events (#284) ([43e5cb0](https://github.com/box/box-annotations/commit/43e5cb0)), closes [#284](https://github.com/box/box-annotations/issues/284)
* Fix: Unfocus textarea on comment post/cancel (#286) ([448347c](https://github.com/box/box-annotations/commit/448347c)), closes [#286](https://github.com/box/box-annotations/issues/286)
* Fix: Unregister drawing on mode cancel (#288) ([12d5f6d](https://github.com/box/box-annotations/commit/12d5f6d)), closes [#288](https://github.com/box/box-annotations/issues/288)
* Chore: Remove unecesary highlightThread.onMouseDown() (#291) ([a01db9f](https://github.com/box/box-annotations/commit/a01db9f)), closes [#291](https://github.com/box/box-annotations/issues/291)
* Update: Husky scripts (#285) ([eaff0f0](https://github.com/box/box-annotations/commit/eaff0f0)), closes [#285](https://github.com/box/box-annotations/issues/285)
* Mojito: Update translations (#283) ([529bbc0](https://github.com/box/box-annotations/commit/529bbc0)), closes [#283](https://github.com/box/box-annotations/issues/283)



## 3.2.0 (2018-11-13)

* Mojito: Update translations (#282) ([48d2f8f](https://github.com/box/box-annotations/commit/48d2f8f)), closes [#282](https://github.com/box/box-annotations/issues/282)
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.2.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v3.3.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.2.0",
"version": "3.3.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit d26ca1d

Please sign in to comment.