Skip to content

Commit

Permalink
Release: 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Nov 28, 2018
1 parent 359bda3 commit 9784226
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.4.0 (2018-11-28)

* Fix: Dialog not showing when creating points (#295) ([c0ee86f](https://github.com/box/box-annotations/commit/c0ee86f)), closes [#295](https://github.com/box/box-annotations/issues/295)
* Fix: Don't clear selection if selecting outside of annotated element (#298) ([5e277a0](https://github.com/box/box-annotations/commit/5e277a0)), closes [#298](https://github.com/box/box-annotations/issues/298)
* Fix: Fix test site for IE 11 (#300) ([359bda3](https://github.com/box/box-annotations/commit/359bda3)), closes [#300](https://github.com/box/box-annotations/issues/300)
* Fix: Positioning of undo/redo drawing buttons in header on mobile (#296) ([873394f](https://github.com/box/box-annotations/commit/873394f)), closes [#296](https://github.com/box/box-annotations/issues/296)
* Chore: Add Annotations test page to be hosted by github pages (#294) ([b91ade9](https://github.com/box/box-annotations/commit/b91ade9)), closes [#294](https://github.com/box/box-annotations/issues/294)
* Chore: Ignore js and json in i18n (#297) ([e691bdc](https://github.com/box/box-annotations/commit/e691bdc)), closes [#297](https://github.com/box/box-annotations/issues/297)



## 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)
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.3.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v3.4.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.3.0",
"version": "3.4.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 9784226

Please sign in to comment.