Releases: hellotext/hellotext.js
Releases · hellotext/hellotext.js
2.3.5
Full Changelog: 2.3.2...2.3.5
Standardize user into user_parameters to be cohesive with the rest of API fields.
2.3.2
Full Changelog: 2.3.1...2.3.2
2.3.1
Skips unnecessary network round-trips when Hellotext.identify gets called multiple times.
2.3.0
What's Changed
- Centralized User Identification and Persistence by @rockwellll in #38
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- Fix Cookie Persistence for VTEX Domains and Cross-Subdomain Tracking by @rockwellll in #37
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Carousel Messages and Quick Replies by @rockwellll in #36
Full Changelog: 2.1.51...2.2.0
2.1.51
Fixes an issue on mobile devices on subsequent opens because the fadeOut classes were'nt being removed properly, leading to UI glitches on mobile sides.
2.1.5
What's Changed
- Typing indicator by @rockwellll in #32
- Webchat Improvements by @rockwellll in #33
- Typing Improvements by @rockwellll in #34
- UTM Awareness by @rockwellll in #35
Full Changelog: 2.1.3...2.1.5
2.1.3
- Marks incoming messages as seen when the Webchat is open.
- Adds
fullScreenThresholdStimulus value to the Webchat controller to control the width where the webchat goes full-screen. This can be modified from the server for easier configuration on when to make the webchat go fullscreen. - On mobile, disable state restoration
- On mobile, don't auto-focus the input when opened to avoid virtual keyboard popup issues.
- Localize the webchat via an internal Locale object that can be expanded upon in further releases.