Skip to content

Commit

Permalink
Release: 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Dec 13, 2018
1 parent 83c143e commit 20a575c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 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)
* Fix: date appears incorrectly for point annotations in IE11 (#312) ([bcd6ae5](https://github.com/box/box-annotations/commit/bcd6ae5)), closes [#312](https://github.com/box/box-annotations/issues/312)
* Fix: Don't render until AFTER all are fetched (#311) ([0e3fbff](https://github.com/box/box-annotations/commit/0e3fbff)), closes [#311](https://github.com/box/box-annotations/issues/311)
* Fix: Ensure dialog is still visible on undo/redo (#302) ([1c8a7e2](https://github.com/box/box-annotations/commit/1c8a7e2)), closes [#302](https://github.com/box/box-annotations/issues/302)
* Fix: Ensure thread number is persisted for annotation replies (#307) ([734fc6c](https://github.com/box/box-annotations/commit/734fc6c)), closes [#307](https://github.com/box/box-annotations/issues/307)
* Fix: Functional tests to work with React components (#303) ([4f0418e](https://github.com/box/box-annotations/commit/4f0418e)), closes [#303](https://github.com/box/box-annotations/issues/303)
* Fix: Get mode button from header element rather than container (#308) ([b50d72b](https://github.com/box/box-annotations/commit/b50d72b)), closes [#308](https://github.com/box/box-annotations/issues/308)
* Fix: Point image annotations popover should be on annotated element (#305) ([6d71dee](https://github.com/box/box-annotations/commit/6d71dee)), closes [#305](https://github.com/box/box-annotations/issues/305)
* Fix: Reset current annotation thread immediately on save (#313) ([19c89cc](https://github.com/box/box-annotations/commit/19c89cc)), closes [#313](https://github.com/box/box-annotations/issues/313)
* Fix: Reset undo/redo buttons on drawing save/delete (#306) ([441f0f2](https://github.com/box/box-annotations/commit/441f0f2)), closes [#306](https://github.com/box/box-annotations/issues/306)
* Fix: Show comment list scrollbars only on overflow (#314) ([83c143e](https://github.com/box/box-annotations/commit/83c143e)), closes [#314](https://github.com/box/box-annotations/issues/314)
* Chore: Remove NSP from build (defunct) (#315) ([720802f](https://github.com/box/box-annotations/commit/720802f)), closes [#315](https://github.com/box/box-annotations/issues/315)
* Chore: Update test page for annotations 3.4 (#301) ([71afd21](https://github.com/box/box-annotations/commit/71afd21)), closes [#301](https://github.com/box/box-annotations/issues/301)
* Update: CSS className constants for react classNames (#299) ([b472a2e](https://github.com/box/box-annotations/commit/b472a2e)), closes [#299](https://github.com/box/box-annotations/issues/299)



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

0 comments on commit 20a575c

Please sign in to comment.