You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(positioning): prevent memory leak in positioning service (#6724)
PositioningService is listening to events in the constructor but it
never got cleaned up on destroy. Since we can have many instances of
that service, it could pile up and use more and more memory.
Co-authored-by: Alexey Umanskiy <[email protected]>
Alex bump to 18 1 2 (#6694)
* fix(Typeahead) Typeahead highlight displays <strong> tag when empty spaces added at the end of query and does not escape html tags (#6434)
Co-authored-by: udayk <[email protected]>
Co-authored-by: Alexey Umanskiy <[email protected]>
* 18.1.2
* chore(version): version bump
* chore(version): version bump
* chore(version): version bump
---------
Co-authored-by: UdayAppam <[email protected]>
Co-authored-by: udayk <[email protected]>