Skip to content

Releases: box/box-content-preview

v1.6.1

17 Aug 21:50
Compare
Choose a tag to compare
  • Release: 1.6.1 (85456ca)
  • Fix: Add page controls between zoom and fullscreen controls (#320) (a945458)
  • Fix: Create annotation in API using thread rather than threadNumber (#315) (82f386d)
  • Fix: Ensure that image.handleMouseDown() is unbound in annotation mode (#319) (c479f9b)
  • Fix: Pass in the correct previousPage() for DocBaseViewer.pageControls (#318) (e44b73e)

v1.6.0

17 Aug 00:06
Compare
Choose a tag to compare
  • Release: 1.6.0 (b42fe81)
  • Chore: Cleaning up and consolidating annotation methods (#288) (6542b5d)
  • Chore: Fixed warning (#306) (18daaf9), closes #306
  • Chore: Move getAnnotateButton() out of PreviewUI into Annotator (#312) (715b026)
  • Chore: Only remove annotation listeners if enabled on viewer (#293) (9b97fd7)
  • Chore: Remove code supporting token in options object (#268) (ba1ac34)
  • Chore: Toggling annotation mode handlers using emitted messages (#307) (8e7d49a)
  • Chore: Updating docs.box.com links to developer.box.com in README (#282) (b63eab2)
  • Fix: annotation handler rebinding (#294) (2dc0200)
  • Fix: Do not display disabled annotation types on fetch (#301) (c669375)
  • Fix: Files must have .360 before extension to launch in 360 viewers. (#313) (1659c4d)
  • Fix: Fix release script after GitHub release (#295) (00dff52), closes #295
  • Fix: Forcing HD/SD should disable adaptation (#292) (8cd67c1)
  • Fix: only hide the filmstrip if it exists (#309) (1c70dd4)
  • Fix: scale being unbound when annotating (#297) (289c645)
  • New: Allow scrolling for multi-page image files (#308) (37dfd4a)
  • New: Plain and Comment highlight annotations on mobile (#276) (5b66c82)
  • Feature: drawing annotation scaling (#267) (2fd0655)
  • Add en-x-pseudo language to support pseudolocalization in WebApp (#300) (4d1be4a)
  • Update: Increase file size limit for range requests (#296) (21f490f)
  • Update: use pixelDeviceRatio to choose canvas pixel size (#286) (9e5489d)
  • Mojito: Update translations (#290) (deaf8f2)
  • Mojito: Update translations (#291) (63a7201)

v1.5.1

10 Aug 22:45
Compare
Choose a tag to compare
  • Release: 1.5.1 (2970bc7)
  • Chore: Only remove annotation listeners if enabled on viewer (#293) (9b97fd7)
  • Chore: Updating docs.box.com links to developer.box.com in README (#282) (b63eab2)
  • Mojito: Update translations (#290) (deaf8f2)
  • Mojito: Update translations (#291) (63a7201)

v1.5.0

09 Aug 01:06
Compare
Choose a tag to compare
  • Release: 1.5.0 (559faf0)
  • New: 3D preview logic now loads from generated JSON file. (4216b70)
  • New: Documentation for viewer methods (#263) (48f681d)
  • Fix: Disable font face for iOS 10.3.x (#283) (4d97d99)
  • Fix: Only initialize PreviewUI.notification after viewer is loaded (#273) (060687b)
  • Chore: Cleaning up annotations methods in BaseViewer (#272) (6f319f6)
  • Chore: Force image point dialogs to re-position on re-render (#280) (baf9b70)
  • Chore: Removing references to annotations from individual viewers (#271) (2a1e6cd)
  • Chore: Removing references to constants.js and Browser.js in Annotations code (#277) (8d37f37)
  • Mojito: Update translations (#278) (a02f3fe)
  • Update: move rbush from static to npm module (#275) (cec5410)

v1.4.2

07 Aug 22:57
Compare
Choose a tag to compare

v1.4.1

02 Aug 23:25
Compare
Choose a tag to compare
  • Release: 1.4.1 (caf2922)
  • Fix: Only initialize PreviewUI.notification after viewer is loaded (#273) (a34ce78)

v1.4.0

01 Aug 23:35
Compare
Choose a tag to compare
  • Release: 1.4.0 (1a7c710)
  • Chore: Duplicating any util.js methods used into annotatorUtil.js (#260) (249e9f1)
  • Chore: Initializing notifications in PreviewUI once rather than in each Annotator (#262) (721ef4e)
  • Chore: Removing initAnnotations() from DocBaseViewer (#259) (b7cde84)
  • Update: Add aria-pressed setting for CC button (#264) (4c52531)
  • Fix: Don't trigger highlight if a new highlight is being created (#265) (9ab6db4)
  • Fix: Emit scale does not always pass events (#261) (41b1af0)
  • Fix: Load annotator with the correct initial scale (#256) (fc25534)
  • Fix: thread save incorrectly rejects when no dialogue exists (#247) (6b361ed)
  • Fix: Tweak release script (d115c1c)
  • Mojito: Update translations (#266) (2ee12a3)
  • New: add annotation-noicon to allow native PDF annotations to be shown (#258) (4de1259)
  • New: Add pseudo fullscreen to mobile Safari (#246) (b8c776d)

v1.3.0

28 Jul 01:41
Compare
Choose a tag to compare
  • Release: 1.3.0 (fde58d7)
  • Chore: Add github release notes in release script (#255) (a2d2985)
  • Chore: Default single page images to page 1 for annotations (#249) (6080055)
  • Chore: Modify patch release script (#250) (afc51d3)
  • Chore: Renaming AnnotationThread.thread to AnnotationThread.threadNumber (#241) (66b1d7c)
  • Chore: Switch to git-based changelog generator (#252) (35994b6)
  • Chore: Update patch release script (#251) (f0fa0cf)
  • Fix: Add clickHandlers back for all enabled annotation modes (#248) (b3dd251)
  • Fix: Don't trigger highlight dialogs while mouse is over another dialog (#242) (af861cf)
  • Fix: Fix media query so 3D settings pullup is never truncated (#253) (1ee02fe), closes #253
  • Fix: Fix release script (499c06b)
  • Fix: Hide filmstrip when controls hide (#239) (0ba7804)
  • Fix: Typo in release script (01cdf3c)

v1.2.1

27 Jul 21:58
Compare
Choose a tag to compare
  • Fix: Add clickHandlers back for all enabled annotation modes (#248) (71f33bc)
  • Fix: Fix release script (3bf151a)
  • Fix: Typo in release script (3ce0266)
  • Chore: Modify patch release script (#250) (7f70a8f)
  • Chore: Switch to git-based changelog generator (#252) (1e4cbea)
  • Chore: Update patch release script (#251) (b050d87)

v1.2.0

27 Jul 21:59
Compare
Choose a tag to compare
  • Release: 1.2.0 (11b1802)
  • Fix: Allow legacy annotations to render in PDF.js (#238) (ed3b5cb)
  • Fix: Ensuring annotation scale is set on files without any annotations (#234) (aa93d09)
  • Fix: Give preview some min width and height (#237) (20f6056)
  • Fix: Increase controls timeout and fix controls behavior for mobile VR (#235) (1df8b55), closes #235
  • Fix: Update box3d to fix camera reload bug (#245) (1e1495f), closes #245
  • Chore: Update translations (#240) (cf1a799)
  • New: added support for compressed (DDS) textures to 3D preview (#244) (4b5e203)
  • Feature: DrawingAnnotations starting code (#224) (3960927)
  • Docs: Adding section of using Preview as a component (#236) (3c3eb06)