This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
v5.3.0-lab.1
Pre-release
Pre-release
SuperViz-Dev
released this
15 Jan 22:11
·
767 commits
to lab
since this release
5.3.0-lab.1 (2024-01-15)
Bug Fixes
- add leaveWIOChannel method to realtime mockup (b66d666)
- append temporary pin to wrapper instead of element (14967e0)
- base participant type (49ddddf)
- CanvasPin: do not go to pin when creating annotation (6cdac50)
- comment mentions button (39a2f0b)
- correct tests (4321871)
- correctly position pin if transform: scale() was applied on element (825676b)
- create participant when entering room instead of when adding component (c5a2930)
- dispatch meeting start when the videomanager is started (31f755b)
- do not hide pins that go beyond element rect with overflow: hidden (f4c7d36)
- do not show 'Click to Follow' if other participant or user is not in presence (b22519f)
- do not show presence mouse over wio (c79e944)
- early return when updating presence 3D participants if no id is provided (e32f472)
- keep goTo when creating annotation (5e28e95)
- pass options to html pin constructor inside an object (853a4aa)
- position pin exactly at mouse pointer (5d3319f)
- prevent error being thrown when destroying html pin (d7ba44a)
- remove canvas as mandatory 'platform' type (cbb58a7)
- remove console (e7f9631)
- remove event listener at destroy (4566f36)
- remove pin from element even if element does not have the specified data-attribute (2ed4924)
- remove pin from element if element loses data-attribute (d472687)
- remove previous mouseElement tests (68f395e)
- remove static cursor of other participants of page when following someone (6a296b3)
- remove temporary annotation pin when creating annotation (bf53f43)
- remove unnecessary comment (277ee0a)
- remove unnecessary padding bottom (d336bda)
- rename attribut set inside test (aae5229)
- render temporary pin in other wrapper so input that overflows is not hidden (8203a5a)
- review wio web-component tests (7cb78fe)
- set correct annotation position when creating it (6058ac6)
- set selectPin to null when removing data-attribute (56d86cd)
- set sm icon size as 18px instead of 20px (1096ba3)
- set sm icons to 18x18 px instead of 20x20 (5dbfba4)
- set to undefined instead of using keyword delete (456f103)
- show user first letter as avatar when creating input (c8aa163)
- stop following private participant (83116f6)
- stop multiplying pin position by 100 in types other than html (4bee8e7)
- stop observing resize only if element loses data-superviz-id attribute (a4222c4)
- stop sending string 'undefined' as user avatar when no avatar is specified (8a5aff3)
- stop showing comments over delete modal (3513baf)
- toggle annotation active attribute when clicking on it multiple times (27b66af)
- toggle sidebar if clicking on pin when sidebar is closed (a4c4cc9)
- update comments position and fix creating first comment (efbfec1)
- use correct methods to leave channel (90bc5d8)
- use correct pin url (fc83b19)
- use optional chaining in case an avatar object isn't present (79a26df)
- wip (96060c4)
Features
- adapt wrapper size to element size (bfe9c15)
- add an everyone is following you message (358974a)
- add animation to mention and hr (36104ab)
- add avatar to replies (2b81281)
- add collaboration flag (3d3f0f9)
- add correct icons and icon sizes to wio dropdown (8f8d345)
- add flag to show/hide audience list (8c96dea)
- add max height and scroll to textarea (e86150a)
- add new device event (5b4cf62)
- add new type to html pin adapter (8ab06ef)
- add participant validation to prevent entering twice (28e4f62)
- add pin to element (579ea56)
- add temporary pin when clicking on element (8476676)
- add tooltip to see more button (796d985)
- allow user to specify a pattern of the specified data attribute value that should be ignored (c9ff9ef)
- append all wrappers to a single div inside the specified container (8d06252)
- autofocus on comment input ready to start typing after creating temporary pin (fa5c10e)
- calculate pin position in html based on the ratio of where it was positioned (5ecbf1b)
- centralize send button in input field (3436472)
- centralize tooltip content (df0785a)
- change float button icon size to sm (6df6f33)
- change opacity of participant in private mode (c3bf5d6)
- change send button icon (c3429a7)
- complete private mode functionality (services/components) (1d42b13)
- correctly resize comment input when typing (b3f0253)
- create pins wrappers as children or siblings of elements (236fd8f)
- create private mode logic in presence mouse component (bade6e9)
- create public method to scale and translate the entire pins container (ca7208e)
- create public method to translate the pins over an element (a6e11e3)
- create test for onScroll callback (d6b5922)
- create test for sending comment when pressing enter (36cd0a9)
- create tests for html-pin-adapter (29aa1c6)
- create tests for new features (61bfad7)
- create tests for private mode in mouse component (f8005c1)
- create tests for tooltip component (85824d1)
- create tooltip web-component (759189e)
- create tooltip when hovering over avatar (4ac6e2a)
- create wrappers over elements with data-superviz-id (a0c37b4)
- decrease avatar letter font-size to 14px (2241be6)
- decreases mouse throttle (c843d75)
- display or hide pins according to changes in data-superviz-id (7a546da)
- emit flag to not call go to pin when creating annotation (2abd39b)
- focus on pin when creating on clicking on pin/annotation (c40ab04)
- gather participants around one on gatherAll (34687cc)
- give default value to side attribute (cec459f)
- give dropdown header 42px height (1408630)
- give initializer to html pin constructor second parameter (157f959)
- handle selection of gather all option (fa8b3b7)
- hide input immediately after creating annotation (7d0a543)
- hide temporary pin and unselect pins when toggling sidebar (040b016)
- hide temporary pin if clicking anywhere else on the screen (548a087)
- hide tooltip when dropdown is open (47d86d1)
- HTMLPin: hide temporary pin if clicking anywhere else on the screen (b08995f)
- implemente tooltip component (2456a33)
- increase user name font-size to 14px (daa1f8f)
- keep same order of comments topbar elements (4479efb)
- keep solid background even if user has an avatar image (2b65aca)
- leave wio channel when component is destroyed (f521ba5)
- merge feat/comments-review into lab (d4ed1e2)
- merge feat/wio-v3-anonymous into feat/wio-v2-follow (70e316e)
- merge feat/wio-v3-anonymous into lab (7fb5f2d)
- merge with origin (54dfc73)
- notify main channel when the participant data is updated (18e04e1)
- open input field besides temporary annotation (9f025f3)
- redesign comments input (1a938c7)
- redesign message box (1ade73a)
- remove elements from scroll watch list if they're not useful anymore (88c059f)
- remove temporary pin when pressing Escape (6eb16f0)
- rename gather option to follow me, create gather option (f5245d7)
- rename option name in HTML Pin constructor (9936ae0)
- render add cursor through css implementation instead of html element (45ccda2)
- send avatar image when creating or updating participant (f96d35b)
- set high z-indexes to comments button and sidebar and to modals (adeea4c)
- set z-index to pins container (9e22f30)
- show all of user avatar in comments and pins (c19154b)
- show input on the side that has more free space if on one or both sides it escapes canvas (3879c4f)
- show mouse even when hovering avatars (5dee0ce)
- show participant avatar on the comments sidebar (425b589)
- show participant avatar when commenting (24700da)
- show private mode as option in normal wio dropdown (9d845b5)
- slow down rotation animation when following participant (ed8f2f4)
- stop goTo when creating pin on canvas (0c054a8)
- stop showing follow message when participant goes private (b63570d)
- temporary pin translate with canvas (c3c9f42)
- throw error in case of invalid dataAttributeName (5622bcb)
- update comments header layout (52e6dc3)
- update dropdown tests based on new styling (95cd49e)
- update pins positions on scroll (8365d11)
- update WIO channel (3fecc4d)
- use lit repeat directive instead of map (f8333a3)
- watch data-attribute changes with mutation observer (31259be)
- when collaboration is false, the modals is always in the center (f40606a)