Skip to content

Commit

Permalink
Release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanDeMicco committed Mar 20, 2018
1 parent 727d085 commit 340b6fe
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 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-03-20)

* Breaking: Enable draw annotations by default for document filetypes (#143) ([727d085](https://github.com/box/box-annotations/commit/727d085))
* Fix: Binds handlers appropriately for desktop/touch/mobile devices (#139) ([cf69943](https://github.com/box/box-annotations/commit/cf69943))
* Fix: Cleanup hiding/closing of the mobile dialog (#141) ([99ccc22](https://github.com/box/box-annotations/commit/99ccc22))
* Fix: Don't save empty drawing threads (#138) ([a15a7ec](https://github.com/box/box-annotations/commit/a15a7ec))
* Chore: Don't allow selection of saved thread in draw mode (#140) ([b0afeb4](https://github.com/box/box-annotations/commit/b0afeb4))



<a name="0.16.0"></a>
# 0.16.0 (2018-03-13)

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-v0.16.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
[![version](https://img.shields.io/badge/version-v1.0.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)
[![Greenkeeper badge](https://badges.greenkeeper.io/box/box-annotations.svg)](https://greenkeeper.io/)

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": "0.16.0",
"version": "1.0.0",
"description": "Box Annotations",
"author": "Box (https://www.box.com/)",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit 340b6fe

Please sign in to comment.