Add nowrap style to hidden regions to hotfix issue nvaccess/nvda#5448
Log a warning if the context is missing (Jeremy Einfeld)
Move live region container to bottom of the announcer to reduce accidental navigation risk.
- Enable easier rebroadcast of messages when required.
- Fixed peer dependencies.
- Rewrite of package using the new React Context API.
- Removal of the old context API.
- Introduction of new LiveMessenger component to allow direct access to raw functions.
- Remove incorrect and redundant ARIA from live regions.
- Add
clearOnUnmount
prop to toggle clearing live region on unmount ofLiveMessage
.
- Peer dependencies now allows for React 16.0.0-rc
- CHORE: Clearing the message in LiveMessage now removes the previous message sent to allow for rebroadcast of the same message.
- Refactored internal component layout.
- Added unit tests
- Updated documentation
- Added documentation and PropTypes
- Initial creation