Skip to content

Commit f745de0

Browse files
committed
Release: 1.4.0
1 parent ba0e1c9 commit f745de0

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
<a name="1.4.0"></a>
2+
## 1.4.0 (2018-04-17)
3+
4+
* Chore: Add .ba-annotations-loaded to preview when load completes (#167) ([7f62860](https://github.com/box/box-annotations/commit/7f62860)), closes [#167](https://github.com/box/box-annotations/issues/167)
5+
* Chore: Add basic drawing annotations test (#169) ([a35853d](https://github.com/box/box-annotations/commit/a35853d)), closes [#169](https://github.com/box/box-annotations/issues/169)
6+
* Chore: change release script remote to be release (#176) ([ba0e1c9](https://github.com/box/box-annotations/commit/ba0e1c9)), closes [#176](https://github.com/box/box-annotations/issues/176)
7+
* Chore: Email preview-alert@box.com on functional-tests failure ([aea1cfa](https://github.com/box/box-annotations/commit/aea1cfa))
8+
* Chore: Enable drawing annotations in functional tests express app (#171) ([628cd20](https://github.com/box/box-annotations/commit/628cd20)), closes [#171](https://github.com/box/box-annotations/issues/171)
9+
* Chore: Functional test fixes (#172) ([580e1d7](https://github.com/box/box-annotations/commit/580e1d7)), closes [#172](https://github.com/box/box-annotations/issues/172)
10+
* Chore: Increase timeout for plain highlight functional tests ([308025e](https://github.com/box/box-annotations/commit/308025e))
11+
* Chore: Prefix imported styles to avoid leaking (#165) ([629ecab](https://github.com/box/box-annotations/commit/629ecab)), closes [#165](https://github.com/box/box-annotations/issues/165)
12+
* Chore: unregister pending threads on destroy (#173) ([0b93e82](https://github.com/box/box-annotations/commit/0b93e82)), closes [#173](https://github.com/box/box-annotations/issues/173)
13+
* Fix: Allow textarea to be interactable in certain scenarios (#174) ([9ce5b0a](https://github.com/box/box-annotations/commit/9ce5b0a)), closes [#174](https://github.com/box/box-annotations/issues/174)
14+
* Fix: Change remaining CSS selectors to use ba- prefix (#164) ([baf4ebc](https://github.com/box/box-annotations/commit/baf4ebc)), closes [#164](https://github.com/box/box-annotations/issues/164)
15+
* Fix: firefox comment collapse on mouseout (#175) ([c63f087](https://github.com/box/box-annotations/commit/c63f087)), closes [#175](https://github.com/box/box-annotations/issues/175)
16+
* Fix: Only preventDefault() on mobile dialog button clicks (#170) ([a926d0e](https://github.com/box/box-annotations/commit/a926d0e)), closes [#170](https://github.com/box/box-annotations/issues/170)
17+
* Fix: quadpoint CSS selectors (#163) ([f881b6e](https://github.com/box/box-annotations/commit/f881b6e)), closes [#163](https://github.com/box/box-annotations/issues/163)
18+
* Increase selenium timeout ([6ae7e32](https://github.com/box/box-annotations/commit/6ae7e32))
19+
* Update .travis.yml ([a2aa15e](https://github.com/box/box-annotations/commit/a2aa15e))
20+
* Update .travis.yml ([e395350](https://github.com/box/box-annotations/commit/e395350))
21+
* New: Add plain highlight functional tests (#168) ([b8b29aa](https://github.com/box/box-annotations/commit/b8b29aa)), closes [#168](https://github.com/box/box-annotations/issues/168)
22+
* New: Setup selenium functional UI framework (#158) ([db9a320](https://github.com/box/box-annotations/commit/db9a320)), closes [#158](https://github.com/box/box-annotations/issues/158)
23+
24+
25+
126
<a name="1.3.0"></a>
227
# 1.3.0 (2018-04-10)
328

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-v1.3.0-blue.svg?style=flat-square)](https://github.com/box/box-annotations)
4+
[![version](https://img.shields.io/badge/version-v1.4.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
[![Greenkeeper badge](https://badges.greenkeeper.io/box/box-annotations.svg)](https://greenkeeper.io/)
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": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Box Annotations",
55
"author": "Box (https://www.box.com/)",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)