Skip to content

Releases: box/box-annotations

v0.7.0

17 Apr 22:04

Choose a tag to compare

  • Release: 0.7.0 (c1bdcdb)
  • New: Generate webpack build for annotations.js/css (#59) (0b6e44d)
  • Update release.sh (02baf38)
  • Fix: BoxAnnotations module export (#66) (443dcbe)
  • Fix: Don't add text areas without canAnnotate permissions (#62) (9d1db9e)
  • Fix: Enable drawingSelection & highlightMouseMove handlers for read-only permissions (#61) (33bda6a)
  • Fix: Ensure annotation layer is before point annotations (#63) (8e0f27b)
  • Fix: Ensure mobile header doesn't get hidden when keyboard hides (#69) (e5a1749)
  • Fix: Scroll to bottom of mobile dialogs (#70) (7a33849)
  • Fix: Use correct build script in publish.sh (#64) (4e8fe9d)
  • New: Allow BoxAnnotations to be instantiated independently and passed into Preview as an option (#68 (8c1637a)
  • Chore: Ignore proper files in .ignore files (#67) (36606cc)
  • Update: Exporting BoxAnnotations correctly in npm package (#65) (f501edc)

v0.6.3

17 Apr 22:04

Choose a tag to compare

v0.6.2

17 Apr 22:05

Choose a tag to compare

  • Release: 0.6.2 (d89bc11)
  • Update: Exporting BoxAnnotations correctly in npm package (#65) (cf95efa)
  • Fix: Use correct build script in publish.sh (#64) (a90b0e8)

v0.6.1

17 Apr 22:05

Choose a tag to compare

  • Release: 0.6.1 (0e266b7)
  • New: Generate webpack build for annotations.js/css (#59) (658d511)

v0.6.0

17 Apr 22:05

Choose a tag to compare

  • Release: 0.6.0 (7a9bd3b)
  • Update: packages (#60) (dbb1b79)
  • Create .vscode/settings.json (df9fb5d)
  • Create ISSUE_TEMPLATE.md (e4334fc)
  • Update CONTRIBUTING.md (f340c37)
  • Update README.md (4d53d04)
  • Fix: Clarify separation between plain and comment highlights (#58) (496ceec)
  • Fix: Don't collapse dialog text area when a comment is deleted (#53) (f7fbad0)
  • Fix: Ensure point annotations are set up even when highlights are disabled (#57) (93681b5)
  • Fix: Iterate through dialog buttons NodeList in an IE compatible way (#54) (789d78b)
  • Fix: Publish script to reset to latest tag instead of to master (#55) (182233a)
  • Fix: Scrolling to bottom of flipped dialogs (#56) (89b50e2)
  • Chore: Remove redundant point dialog positioning (#52) (ce3538a)
  • Chore: Renaming annotator classes names to be more generic (#51) (21cc74c)

v0.5.1

17 Apr 22:05

Choose a tag to compare

  • Release: 0.5.1 (5f09764)
  • Fix: Iterate through dialog buttons NodeList in an IE compatible way (#54) (f5a9985)

v0.5.0

17 Apr 22:05

Choose a tag to compare

  • Release: 0.5.0 (a5b44ca)
  • Chore: Disable dialog actions until annotation is saved on the server (#48) (6dbcda2)
  • Chore: Remove autobind from base classes (#44) (639f8d2)
  • Chore: Remove autobind from doc classes (#46) (d7ded88)
  • Chore: Remove autobind from Image classes (#45) (1dda3a4)
  • Chore: Remove NPM install from release/publish scripts (#50) (48822c4)
  • Update: Remaining packages (#49) (4dab273)
  • Update: Sinon to v4.1.2 & remove autobind-decorator (#47) (eea7dcf)

v0.4.0

17 Apr 22:05

Choose a tag to compare

  • Release: 0.4.0 (e6641d0)
  • Chore: Cleanup annotations permissions (#40) (a52ed54)
  • Fix: Activate annotation dialog on post (#42) (bc001be)
  • Fix: Disable highlight creation when the mobile shared dialog is visible (#35) (de7f392)
  • Fix: Don't clear reply textarea when annotation is added to dialog (#36) (1f88d55)
  • Fix: Ensure commentbox event listeners are bound properly (#37) (fcce638)
  • Fix: Prevent creation of highlights when a point annotation is pending (#41) (42e29ce)
  • Fix: Validate pendingThreadID when calling onSelectionChange() (#39) (10c1c98)
  • Update: packages (#43) (97a91c3)
  • Fix: Ensure newly created threads are set as inactive while saving (#38) (8072fa8)

v0.3.1

17 Apr 22:05

Choose a tag to compare

  • Release: 0.3.1 (6af2062)
  • Fix: Disable highlight creation when the mobile shared dialog is visible (#35) (de7f392)
  • Fix: Ensure commentbox event listeners are bound properly (#37) (fcce638)
  • Fix: Ensure newly created threads are set as inactive while saving (#38) (8072fa8)

v0.3.0

17 Apr 22:05

Choose a tag to compare

  • Release: 0.3.0 (4199162)
  • Chore: Add conventional-changelog-releaser (#34) (624e0bd)
  • Chore: Do not clear out node_modules on when publishing npm package (#30) (08c180d)
  • Fix: Do not select drawings when creating a point annotation on top (#28) (07fc4c1)
  • Fix: Drawing CSS (#23) (0493fcd)
  • Fix: fix highlight selection and typos (#21) (ca54d5e), closes #21
  • Fix: Hide createHighlightDialog on page re-render (#31) (0b74717)
  • Fix: Match width of reply textarea with comments (#33) (5f0f29b)
  • Fix: Only registering thread with controller on save (#22) (ff75bf1)
  • Fix: Only show create dialog when creating new point annotations (#29) (4822ece)
  • Fix: only show newly created annotation dialog on hover (#25) (0ba1965)
  • Fix: Position create dialog properly near page edges (#32) (968efb3)
  • Fix: release script should use correct remote branch (#20) (8bd12a5)
  • Fix: Scrolling on highlight dialogs in powerpoints (#24) (b21ed0e)
  • Fix: Validation message fails to get displayed when user clicks on 'Post' without entering any comme (d90e72c)
  • Fix: Hide mobile dialog on first outside click (#26) (01ec48b)