@cygnus-reach/ngx-session-ui
v2.0.0
Published
Streamline the creation of Reach℠ remote support web apps in the Angular framework with a customizable UI library.
Readme
Cygnus Reach Session UI for Angular
This library provides configurable UI components designed to work with the Reach Session web library, allowing for the creation of Reach portals and "zero-install" web apps for use by support agents and technicians alike. This library was built with Angular 18.2.13 and has been tested in Angular 18 and 20.
Usage
UI components in this library are designed for use with the SessionService Angular service provided in this library, which extends the Reach Session library's implementation for optimized use in an Angular context. Theming can be customized using CSS variables and classes described here, alongside text and iconography customization.
Changelog
- 2.0.0
- Updated to
rxjs 7.x - Removed dependencies on
@swimlane/ngx-datatableandngx-toastr - Widened support for Angular versions to 18-21.
- Replaced
lib-selector prefix withcyg-rs-prefix across full library - Revised styling system to fully support runtime editing and light and dark modes. This represents the 2026 Constellation Design System, simplifying the color and typography styling systems, alongside numerous other changes.
- Reduced scope of items exposed for public use, hiding a number of low-level internal components, models, and utilities that were not intended for external usage.
- Aligned all component inputs with
iconsandtextmodel, affectingSessionHistory,SessionResources,SessionView, andConnectedMediaEditor - Introduced new component for session creation and invitation process:
CreateSession. Also exposed two underlying components for customization,InvitationGridandInvitationDialog. - Introduced new output for
SessionResources,StreamUnit, andConnectedMediaEditorto replace internal display of toasts. Now, components wishing to display momentary pop-up notifications in the UI will emit events withNotificationEventpayloads.
- Updated to
- 1.5.1 (Beta releases only)
- Reverted renaming of
EnterSession,TextTabs, andIconTabs. - Renamed input interfaces for
SessionViewandSessionViewHeaderto reflect new component names. - Fixed inconsistent fields in
MediaViewIcons, removing an unuseddeletefield and adding a missingeditfield. This affects theMediaViewandSessionResourcescomponents. - Reverted changes to field names in
EnterSessionTextandSessionInviteText, replacingbtnTextwith previous context-based names. - Fixed bug in
SessionHistorythat caused errors whenmediaTextinput was not provided. - Fixed bug in
SessionInviteUserthat caused phone number formatting to not be shown. - Updated
GenericMatDataTablestyling to better fit into customizable styling. - Reorganized exported text defaults to group them by functional area. Items formerly in
TextDefaultsare now available in:ChatTextDefaultsDeviceTextDefaultsHistoryTextDefaultsMediaTextDefaultsNoteTextDefaultsSessionTextDefaultsStreamTextDefaultsConnectedUITextDefaultsSharedTextDefaults
- Removed a number of deprecated and unused models and constants:
Tabenumeration:SessionTabshould be used in its place.Userclass.- Various deprecated internal screen drawing constants:
DEFAULT_ERASER_WIDTHDEFAULT_ERASER_COLORDESTINATION_OUTSOURCE_OVER
- Reverted renaming of
- 1.5.0
- Updated to Angular 18.2.13.
- Renamed various components:
EnterSession→StartSessionTextTabs→TextTabIconTabs→IconTabArchivedSessionView→SessionViewArchivedSessionHeader→SessionViewHeader
- Revised
SessionViewcomponent to not includeSessionViewHeaderby default. - Introduced new table component,
GenericMatDataTable, which now serves as the basis for theSessionHistoryTablecomponent. - Introduced new button utility components:
BaseButton,ChatInputButton,ChatMediaButton, andMediaEditorRoundButton. - Changed button-related field names in
EnterSessionTextandSessionInviteTexttobtnText.
- 1.4.4
- Re-release to fix configuration error.
- 1.4.3
- Revised SMS phone number validation (not published).
- 1.4.2
- Updated dependencies.
- 1.4.1
- Improved functionality of drag-to-download feature on media cards, providing increased support for images dragged into programs.
- Bugfix to
ChatInput, keeping the submit event from being fired withoutcanSendbeing set. - Fixed bug causing viewing a session within
SessionHistoryto affect recording of history.
- 1.4.0
- Revised stream units to use improved start/end share system, ensuring browser permissions are released when not in use.
- Added UI for pending stream source state.
- Added optional input-configured drag-to-download system for session media (in history or resources), supported by Google Chrome and some other Chromium-based browsers.
- 1.3.1
- Request state handling added to stream units.
- Welcome text configuration added to stream units.
- Bugfixes to icon inheritance in media file display grids and generic dialog close icons.
- 1.3.0
- Small fix to
GenericDialogconfiguration.
- Small fix to
- 1.2.1
- Update to session service configuration with regards to session invitations.
- 1.2.0
- Initial release.
