Releases: box/box-annotations
Releases · box/box-annotations
v4.0.0-beta.24
- chore(release): 4.0.0-beta.24 (63a6d09)
- build(webpack): Remove bundle analyzer (#622) (0c943f8), closes #622
- refactor(regions): Split regions to separate manager (#617) (dc9deea), closes #617
- test(cypress): Add E2E tests for creating highlight annotations on doc (#618) (64b92ac), closes #618
- test(cypress): Add TS type support to Cypress test files (#619) (17d25f2), closes #619
v4.0.0-beta.23
- chore(i18n): update translations (#610) (0b9f8cb), closes #610
- chore(release): 4.0.0-beta.23 (c864d19)
- fix(annotator): Cleanup managers on destroy (#616) (e76e47c), closes #616
- fix(cursor): Adjust Region custom cursor position (#611) (10702e8), closes #611
- fix(highlight): Remove selection when clicking anywhere outside of popup (#615) (403d962), closes #615
- fix(highlight): Remove unnecessary Highlight Creator (#608) (d8755d7), closes #608
- fix(highlight): Reset selection when creator status changes (#612) (9d8057b), closes #612
- fix(popupreply): Adjust positioning for IE11 (#609) (032cbe7), closes #609
- fix(popupreply): Fix IE11 footer layered above collabs (#613) (4809699), closes #613
- feat(region): Add threshold for drawing region (#614) (044b0f0), closes #614
v4.0.0-beta.22
- chore(release): 4.0.0-beta.22 (9b542ee)
- fix(discoverability): add reset logic to handleStop (#602) (d59c012), closes #602
- fix(popuplayer): Ensure the staged type matches the mode (#605) (92ba5e7), closes #605
- fix(popuplayer): Only render PopupReply for staged location (#607) (f805107), closes #607
- fix(popupreply): Fix user cannot click collaborators list scroll bar (#606) (fc83a1d), closes #606
v4.0.0-beta.21
- chore(i18n): update translations (#604) (fae9517), closes #604
- chore(release): 4.0.0-beta.21 (d7874fe)
- fix(highlights): Allows highlight anchors to receive focus (#598) (2278b0c), closes #598
- fix(highlights): Manually apply focus to highlight target (#600) (60ceed8), closes #600
- fix(popupreply): Move PopupReply into new PopupManager layer (#603) (181e049), closes #603
- feat(discoverability): Change to new custom cursor if FF is on (#601) (6688d3d), closes #601
- feat(discoverability): Reorder RegionCreator before RegionList (#597) (d960269), closes #597
- feat(highlight): Show popup for multi-page selection (#599) (0ff04b1), closes #599
v4.0.0-beta.20
- chore(i18n): update translations (#593) (f51ea81), closes #593
- chore(release): 4.0.0-beta.20 (516f772)
- feat(annotator): Add initial mode option in constructor (#591) (98dedd7), closes #591
- feat(discoverability): put region layer under textLayer (#579) (1a2fc85), closes #579
- feat(discoverability): revert FF related styles in DocumentAnnotator (#595) (133430a), closes #595
- feat(eventing): Emit new creator_status_change event (#588) (b4e8aec), closes #588
- feat(highlights): Better rect smoothing (#596) (2535357), closes #596
- feat(mode): Remove toggle logic (#590) (63f1cfb), closes #590
- test(cypress): Bump Preview SDK version (#594) (4be639a), closes #594
- test(replyform): Fix ReplyForm event handler unit tests (#592) (e31a2fa), closes #592
- fix(highlights): Change pointer-events for highlight svg to visible (#589) (c782d49), closes #589
v4.0.0-beta.19
- chore(eventing): Add annotations_mode_change event back (#584) (2cdd9ce), closes #584
- chore(eventing): Removing unnecessary annotations_mode_change event (#582) (67d742b), closes #582
- chore(highlights): Move HighlightListener to textLayer (#585) (c87bb8e), closes #585
- chore(release): 4.0.0-beta.19 (0902a29)
- fix(cursor): Fix custom cursor focus point off position (#587) (44b6ca3), closes #587
- feat(eventing): Emit new annotations_staged_change event (#570) (a8b1938), closes #570
- feat(eventing): Emit staged change event for cancel status (#586) (ae9921a), closes #586
- feat(highlight): Reset isPromoting when toggle mode (#581) (a4122b6), closes #581
- feat(highlights): Remove rounded corners (#583) (f63df92), closes #583
v4.0.0-beta.18
- chore(i18n): update translations (#564) (a5fcff9), closes #564
- chore(i18n): update translations (#576) (946d9f0), closes #576
- chore(redux): Change promoter store name to highlight (#571) (13a2ef2), closes #571
- chore(release): 4.0.0-beta.18 (e1f73ca)
- chore(release): disable e2e tests during release (#580) (3fcf0eb), closes #580
- feat(features): Features as an option (#555) (d75c483), closes #555
- feat(highlight): Add isPromoting to promoter store (#567) (9d3d5b5), closes #567
- feat(highlight): Change cursor in Highlight Text mode (#544) (9535ee4), closes #544
- feat(highlight): Change cursor when hovering over text (#547) (e18c6b3), closes #547
- feat(highlight): Get and store user selection (#554) (95e15e6), closes #554
- feat(highlight): Improve selection logic (#559) (7bb178e), closes #559
- feat(highlight): Promote and show staged highlight annotation (#563) (f569bfc), closes #563
- feat(highlight): Render promoter tooltip (#557) (b92f8bb), closes #557
- feat(highlightlistener): Avoid get selection race (#566) (4f3a718), closes #566
- feat(highlights): Apply hover effect (#560) (9f79428), closes #560
- feat(highlights): Change highlight to bdlYellow (#561) (20081ee), closes #561
- feat(highlights): Create in highlight mode (#573) (7780f39), closes #573
- feat(highlights): Render highlight annotations (#550) (3586412), closes #550
- feat(highlights): Render staged highlight (#553) (57f5eb4), closes #553
- feat(highlights): Scroll to highlight annotation (#562) (e1081b0), closes #562
- feat(replyform): Avoid flash of enabled Post button (#565) (84dd440), closes #565
- fix(ie): Add SVG contains polyfill (#575) (c137a3b), closes #575
- fix(ie): Remove selection type check (#574) (53b00bd), closes #574
- fix(range): Fix Range.getClientRects on IE/Edge (#577) (8de3cf0), closes #577
- fix(resin): Spell resin tags as lowercase to avoid console warnings (#568) (5133029), closes #568
- fix(shape): Fix IE ClientRect does not have x and y (#572) (895461a), closes #572
- test(cypress): Add E2E tests for creating annotations on images (#548) (5d509fb), closes #548
- test(cypress): Add E2E tests for selecting annotations (#549) (d77165a), closes #549
- test(cypress): Add end-to-end test infrastructure and base cases (#543) (24660b8), closes #543
- test(description): Use component name as test description (#545) (0222d0b), closes #545
- test(itemlist): Fix ItemList test console warning (#569) (d0e7cfc), closes #569