This repository has been archived by the owner on May 22, 2023. It is now read-only.
Releases: speechly/react-ui
Releases · speechly/react-ui
Placement property added
Placement property added
- Errata: Changed types to interfaces. Docs update.
Placement property added
- Added placement property to components so that they can be used without wrapper components.
- ErrorPanel uses web component from browser-ui.
- Updated typedoc to newer version; changed types to interfaces for better documentation and regenerated docs to be included on docs.speechly.com
Fixed package.json bug with peer dep versions that surfaced on npm v7
Fixed package.json bug with peer dep versions that surfaced on npm v7. The caret (^0.0.20) wildcard did not match later patch versions of react-client like 0.0.21, which caused npm 7 to nag as it now installs the peer deps by default.
Demo mode and PushToTalkContainer params.
- Demo mode
- Exposed voffset and size CSS params in PushToTalkContainer. Changed PushToTalkContainer implementation to match browser-ui.
Fix: Made mockSegment an optional property
v2.0.0-beta.11 2.0.0-beta.11
Demo mode support, upgraded browser-ui to 3.13.0
- Demo mode support in BigTranscript and TranscriptDrawer. Updated browser-ui to 3.13.0
v2.0.0-beta.9
Minor Notification margin fix
TranscriptDrawer docs update
- Doc updates 2e4e6c1