@james-infotrack/demo-recorder 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/index.esm.js +2352 -2962
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.1.2] - 2026-01-27
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Critical:** Removed React and React-DOM from dependencies to prevent duplicate React installations
|
|
12
|
+
- React and React-DOM are now correctly specified only as peer dependencies
|
|
13
|
+
- This fixes "Invalid hook call" and "Multiple React versions" errors when consuming the package
|
|
14
|
+
- Moved React and React-DOM to devDependencies for development
|
|
15
|
+
- Added @testing-library/dom as dev dependency to fix test environment
|
|
16
|
+
- Fixed full-app example to use correct package import name
|
|
17
|
+
|
|
8
18
|
## [0.1.0] - 2026-01-23
|
|
9
19
|
|
|
10
20
|
### Added
|