diff --git a/CHANGELOG.md b/CHANGELOG.md index 4749730d0..fc8178488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 88ec769af..9936df7e0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 315fc03ed..07e946354 100644 --- a/package.json +++ b/package.json @@ -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",