Skip to content

Commit

Permalink
Release: 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Holdstock committed Jan 15, 2019
1 parent 6a71a9e commit 2d4546e
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.6.0 (2019-01-15)

* Fix: Don't display @mention selector in ACF (#323) ([a474251](https://github.com/box/box-annotations/commit/a474251)), closes [#323](https://github.com/box/box-annotations/issues/323)
* Fix: Drawing threads now destroy their event handlers properly (#317) ([ba3795d](https://github.com/box/box-annotations/commit/ba3795d)), closes [#317](https://github.com/box/box-annotations/issues/317)
* Fix: Functional tests (#320) ([bba4a9c](https://github.com/box/box-annotations/commit/bba4a9c)), closes [#320](https://github.com/box/box-annotations/issues/320)
* Fix: Only unbind listeners from existing DOM elements (#321) ([6a71a9e](https://github.com/box/box-annotations/commit/6a71a9e)), closes [#321](https://github.com/box/box-annotations/issues/321)
* Update: Improve and simplify annotation button and icon styles (#318) ([538fbd2](https://github.com/box/box-annotations/commit/538fbd2)), closes [#318](https://github.com/box/box-annotations/issues/318)
* Chore: Add webpack-dev-server and basic fixture for local dev (#316) ([7e3c01b](https://github.com/box/box-annotations/commit/7e3c01b)), closes [#316](https://github.com/box/box-annotations/issues/316)
* Chore: Update doc and test fixtures to support IE11 (#319) ([6f9d783](https://github.com/box/box-annotations/commit/6f9d783)), closes [#319](https://github.com/box/box-annotations/issues/319)



## 3.5.0 (2018-12-13)

* Fix: AnnotationPopover CSS to not hide popover svgs (#304) ([83ca5b7](https://github.com/box/box-annotations/commit/83ca5b7)), closes [#304](https://github.com/box/box-annotations/issues/304)
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.5.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v3.6.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.5.0",
"version": "3.6.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 2d4546e

Please sign in to comment.