@erik-efl/react-scorm-provider
Version:
Modern React Components to easily enable SCORM API communication in React projects. Updated fork of the original react-scorm-provider.
82 lines (63 loc) • 2.44 kB
Markdown
# 1.0.0 (February 25, 2025)
* Security updates (dependencies)
* Update all other dependencies to latest versions
* Update to use react 19.0.0
* Update to use react-dom 19.0.0
* Update language from javascript to typescript
* Feature
* Adding Reack hook
* Improve components
# 0.2.4 (April 6, 2020)
* Security updates (dependencies)
# 0.2.3 (March 16, 2020)
* Security updates (dependencies)
# 0.2.2 (March 9, 2020)
* remove value validation check in setSuspendData method
# 0.2.1 (March 9, 2020)
* fix default context to add setScore method
# 0.2.0 (March 6, 2020)
* add setScore method
* add clearSuspendData method
* the following methods now return promises
* getSuspendData
* setSuspendData
* clearSuspendData
* setStatus
* setScore
* set
* add jest / enzyme test suite
# 0.1.6 (Feb 19, 2020)
* Transfer repository ownership to S4 NetQuest
* Add related images and links for S4 NetQuest
* Update any repository links to point to S4 NetQuest Github
* Change all personal and authorship references
# 0.1.5 (Feb 6, 2020)
* Correct prop types for ScormProvider
* Remove unnecessary console log calls
* Update vulnerable dependencies
* Update License copyright year
# 0.1.4 (Aug 30, 2019)
### Maintenance
* Update vulnerable dependencies
# 0.1.3 (May 3, 2019)
### Bug Fix
* Dependencies
* Remove prop-types and pipwerks-scorm-api-wrapper from devDependencies and add them to dependencies
### Maintenance
* Removal of warning at top of README.md
* Update License copyright year
* Correct the CHANGELOG.md formatting
# 0.1.2 (July 24, 2018)
Improved documentation.
### Bug Fix
* ScormProvider
* On creation of the SCORM API connection, learnerName now performs a check for the SCORM version before attempting to get the learner name value and makes the correct API call based on the version.
# 0.1.1 (July 20, 2018)
### Bug Fix
* withScorm HOC
* Fix to return a WithScorm component so React DevTools does not show the return from withScorm() as an `<Unknown>` component.
### Feature Change
* ScormProvider Component
* Now accepts 2 optional configuration props:
* version: Specify the SCORM API version, accepts "1.2" or "2004". This is optional and probably not needed, as the included API wrapper will automatically attempt to connect to any SCORM API it can find
* debug: Optional (defaults to true), accepts boolean type. Specify if the SCORM API should be in debug mode.