box-annotations
Advanced tools
Comparing version 0.6.3 to 0.7.0
@@ -1,23 +0,19 @@ | ||
<a name="0.6.3"></a> | ||
## 0.6.3 (2017-12-09) | ||
<a name="0.7.0"></a> | ||
# 0.7.0 (2017-12-12) | ||
* Fix: BoxAnnotations module export (#66) ([84fe12f](https://github.com/box/box-annotations/commit/84fe12f)) | ||
* New: Generate webpack build for annotations.js/css (#59) ([0b6e44d](https://github.com/box/box-annotations/commit/0b6e44d)) | ||
* Update release.sh ([02baf38](https://github.com/box/box-annotations/commit/02baf38)) | ||
* Fix: BoxAnnotations module export (#66) ([443dcbe](https://github.com/box/box-annotations/commit/443dcbe)) | ||
* Fix: Don't add text areas without canAnnotate permissions (#62) ([9d1db9e](https://github.com/box/box-annotations/commit/9d1db9e)) | ||
* Fix: Enable drawingSelection & highlightMouseMove handlers for read-only permissions (#61) ([33bda6a](https://github.com/box/box-annotations/commit/33bda6a)) | ||
* Fix: Ensure annotation layer is before point annotations (#63) ([8e0f27b](https://github.com/box/box-annotations/commit/8e0f27b)) | ||
* Fix: Ensure mobile header doesn't get hidden when keyboard hides (#69) ([e5a1749](https://github.com/box/box-annotations/commit/e5a1749)) | ||
* Fix: Scroll to bottom of mobile dialogs (#70) ([7a33849](https://github.com/box/box-annotations/commit/7a33849)) | ||
* Fix: Use correct build script in publish.sh (#64) ([4e8fe9d](https://github.com/box/box-annotations/commit/4e8fe9d)) | ||
* New: Allow BoxAnnotations to be instantiated independently and passed into Preview as an option (#68 ([8c1637a](https://github.com/box/box-annotations/commit/8c1637a)) | ||
* Chore: Ignore proper files in .ignore files (#67) ([36606cc](https://github.com/box/box-annotations/commit/36606cc)) | ||
* Update: Exporting BoxAnnotations correctly in npm package (#65) ([f501edc](https://github.com/box/box-annotations/commit/f501edc)) | ||
<a name="0.6.2"></a> | ||
## 0.6.2 (2017-12-08) | ||
* Update: Exporting BoxAnnotations correctly in npm package (#65) ([cf95efa](https://github.com/box/box-annotations/commit/cf95efa)) | ||
* Fix: Use correct build script in publish.sh (#64) ([a90b0e8](https://github.com/box/box-annotations/commit/a90b0e8)) | ||
<a name="0.6.1"></a> | ||
## 0.6.1 (2017-12-07) | ||
* New: Generate webpack build for annotations.js/css (#59) ([658d511](https://github.com/box/box-annotations/commit/658d511)) | ||
<a name="0.6.0"></a> | ||
@@ -24,0 +20,0 @@ # 0.6.0 (2017-12-05) |
{ | ||
"name": "box-annotations", | ||
"version": "0.6.3", | ||
"version": "0.7.0", | ||
"description": "Box Annotations", | ||
@@ -5,0 +5,0 @@ "author": "Box (https://www.box.com/)", |
[![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-v0.6.3-blue.svg?style=flat-square)](https://github.com/box/box-annotations) | ||
[![version](https://img.shields.io/badge/version-v0.7.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) | ||
@@ -6,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
362066
9