Skip to content

Commit

Permalink
Update: box-annotations to v0.4.0 (#497)
Browse files Browse the repository at this point in the history
https://github.com/box/box-annotations/releases

# 0.4.0 (2017-11-21)
* Chore: Cleanup annotations permissions (#40) ([a52ed54](box/box-annotations@a52ed54))
* Fix: Activate annotation dialog on post (#42) ([bc001be](box/box-annotations@bc001be))
* Fix: Disable highlight creation when the mobile shared dialog is visible (#35) ([de7f392](box/box-annotations@de7f392))
* Fix: Don't clear reply textarea when annotation is added to dialog (#36) ([1f88d55](box/box-annotations@1f88d55))
* Fix: Ensure commentbox event listeners are bound properly (#37) ([fcce638](box/box-annotations@fcce638))
* Fix: Prevent creation of highlights when a point annotation is pending (#41) ([42e29ce](box/box-annotations@42e29ce))
* Fix: Validate pendingThreadID when calling onSelectionChange() (#39) ([10c1c98](box/box-annotations@10c1c98))
* Update: packages (#43) ([97a91c3](box/box-annotations@97a91c3))
*  Fix: Ensure newly created threads are set as inactive while saving (#38) ([8072fa8](box/box-annotations@8072fa8))
  • Loading branch information
pramodsum committed Nov 27, 2017
1 parent 411f319 commit 808270b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-react": "^6.23.0",
"box-annotations": "^0.3.1",
"box-annotations": "^0.4.0",
"chai": "^4.1.2",
"chai-dom": "^1.5.0",
"conventional-changelog-cli": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1103,9 +1103,9 @@ boom@5.x.x:
dependencies:
hoek "4.x.x"

box-annotations@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-0.3.1.tgz#ee0526f0d276eac1af0ea32223f66af4232ede3e"
box-annotations@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/box-annotations/-/box-annotations-0.4.0.tgz#01f9d190e8472755b5a7efbd70ce9c4399837c6e"
dependencies:
rangy "^1.3.0"
rbush "^2.0.1"
Expand Down

0 comments on commit 808270b

Please sign in to comment.