Releases: NationalSecurityAgency/skills-client
Releases · NationalSecurityAgency/skills-client
skills-client:3.6.1
skills-client:3.6.0
- Added the ability to place the skills-client library in a dormant state. When the library is in a dormant state, it
becomes inactive and does not perform authentication, network communication, skill reporting, or any other activities. - Upgraded JS libraries
- Bug Fixes
skills-client:3.5.0
This release was published to npmjs: skills-client-js, skills-client-vue, skills-client-react, skills-client-ng
- Ensure that skills-client react libraries work with React 18
- Removed history package dependency
- Addressed 3rd party library security vulnerabilities
- Allowed options to be passed to the Skills Display component for future configuration options
- Added ability to respond to scroll events from the Skills Display component
skills-client:3.4.1
This release was published to npmjs: skills-client-js, skills-client-vue, skills-client-react, skills-client-ng
- Detect when the web-socket connection errors, and if the message indicates an
invalid_token
, then obtain a new token and reconnect
skills-client:3.4.0
This release was published to npmjs: skills-client-js, skills-client-vue, skills-client-react, skills-client-ng
- Ensure that skills-client react libraries work with React 17
skills-client:3.3.1
This release was published to npmjs: skills-client-js, skills-client-vue, skills-client-react, skills-client-ng
- Added the ability to programatically "navigate" skills-display to specific route
skills-client:3.3.0
This release was published to npmjs: skills-client-js, skills-client-vue, skills-client-react, skills-client-ng
- Added the ability to "retry" skills that failed during reporting due to networking hiccups or skill-service's unexpected downtime
- Updated the SkillsDisplay component to be able to support the browsers back button when navigating within the SkillsDisplay
- Notify the client when the SkillsDisplay component route has changed
skills-client:3.2.0
This release was published to npmjs: skills-client-js, skills-client-vue, skills-client-react, skills-client-ng
- Allow
SkillsConfiguration.configure
to be called multiple times - Disabled automatic OAuth redirection by default
- Improved Cypress.io tests
skills-client:3.1.1
- Upgraded axios
skills-client:3.1.0
- Added full OAuth support for the SkillTree platform (dashboard as well as client libraries)
- Upgraded maven and npm dependencies