- Update font-weight of dialog content
- Remove references to Roboto and Arial fonts and replaced with Red Hat Display and Red Hat Text
2022-02-21
- Update dialog position from fixed to absolute
2022-02-14
- Move backdrop shadow inside of dialog container to improve Screen Reader navigation across the browsers
2020-04-23
- Adjust position of the shadow behind the dialog, to ensure entire content is covered
2020-03-05
- Cross browser support for styles outside of :host() pseudo-class which isn't supported by older IE and Edge versions
2020-01-15
- Fixes dialog opening to
position:fixed
the dialog ( #20 )
2020-01-15
- Adds keyboard trapping to dialog opened upon clicking myuw-help
- Delivery pipeline and docs for contributors
- Fixed positioning of dialog on mobile and some browsers (now checks for more consistent positioning)
- Removed a typo that caused a javascript error.
- Added support for sending a custom dialog position as part of the
set-myuw-help-position
CustomEvent
- Added top bar button with attribute to show it (
show-bar-button
)
- Dialog now determines its position when opened for more reliable positioning