fix(player): fix clickmap selectors

This commit is contained in:
nick-delirium 2023-03-08 16:13:56 +01:00 committed by Shekar Siri
parent 0d60dc8c10
commit e68c2ef7c5

View file

@ -3,6 +3,8 @@
- Default text input mode is now Obscured
- Use `@medv/finder` instead of our own implementation of `getSelector` for better clickmaps experience
## 5.0.0
- Added "tel" to supported input types
- Added `{ withCurrentTime: true }` to `tracker.getSessionURL` method which will return sessionURL with current session's timestamp
- Added Network module that captures fetch/xhr by default (with no plugin required)