Skip to content

Commit d1a921e

Browse files
author
Sumedha Pramod
committed
Release: 0.12.0
1 parent d8ac7a5 commit d1a921e

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="0.12.0"></a>
2+
# 0.12.0 (2018-02-06)
3+
4+
* Chore: add flags to bash scripts to bail on errors (#106) ([d8ac7a5](https://github.com/box/box-annotations/commit/d8ac7a5))
5+
* Chore: Position based on first annotation in thread (#104) ([4035853](https://github.com/box/box-annotations/commit/4035853))
6+
* Fix: ability to create highlight annotations on a Microsoft Surface (#108) ([a8c613a](https://github.com/box/box-annotations/commit/a8c613a))
7+
* Fix: Cancel button while creating new point annotation (#109) ([77c26d7](https://github.com/box/box-annotations/commit/77c26d7))
8+
* Fix: Create point dialog doesn't stop propogating click event on mobile (#111) ([0ce0153](https://github.com/box/box-annotations/commit/0ce0153))
9+
* Fix: Do not redraw deleted highlight threads (#107) ([0d970d0](https://github.com/box/box-annotations/commit/0d970d0))
10+
* Fix: Escape key properly destroys pending point annotation (#114) ([5a2985c](https://github.com/box/box-annotations/commit/5a2985c))
11+
12+
13+
114
<a name="0.11.0"></a>
215
# 0.11.0 (2018-01-31)
316

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat-square)](http://opensource.box.com/badges/)
22
[![Styled With Prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
33
[![build status](https://img.shields.io/travis/box/box-content-preview/master.svg?style=flat-square)](https://travis-ci.org/box/box-annotations)
4-
[![version](https://img.shields.io/badge/version-v0.11.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
4+
[![version](https://img.shields.io/badge/version-v0.12.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
55
[![npm version](https://img.shields.io/npm/v/box-ui-elements.svg?style=flat-square)](https://www.npmjs.com/package/box-ui-elements)
66

77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "box-annotations",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Box Annotations",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)