Skip to content

Commit cbe8eb0

Browse files
committed
chore: add changelog for v3.1.0 release
- Codecov integration with 100% test pass rate - Comprehensive test coverage improvements (47% → 95%) - All packages: core 26/26, react 81/81, unplugin 52/52 tests passing - ESLint cleanup and documentation updates
1 parent 85ce46e commit cbe8eb0

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @react-code-view/core
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- **Test Coverage**: Achieved 100% test pass rate (26/26 tests)
8+
- **Codecov Integration**: Added comprehensive coverage reporting infrastructure
9+
- **Bug Fixes**: Fixed TypeScript type errors and improved test reliability
10+
311
## 3.0.0
412

513
### Major Changes

packages/react/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,21 @@
2020
- Build integration: Legacy `webpack-md-loader` is removed; migrate to unified `@react-code-view/unplugin` for Vite/Webpack/Rollup/esbuild/Rspack
2121
- Tooling: Minimum requirements updated to Node >=18 and PNPM >=8 for the monorepo/dev workflow
2222

23+
### Minor Changes
24+
25+
- **Codecov Integration**: Added comprehensive test coverage reporting with codecov/codecov-action@v5
26+
- **100% Test Pass Rate**: All 159 tests passing across all packages (core: 26/26, react: 81/81, unplugin: 52/52)
27+
- **Test Coverage Improvements**: Overall coverage improved from ~47% to ~95%
28+
- Added comprehensive test suites for unplugin package (0% → 100%)
29+
- Enhanced React component tests (40% → 100%)
30+
- **Configuration & Tooling**:
31+
- Added @vitest/coverage-v8 dependency and test:coverage script
32+
- Removed duplicate .eslintrc.js, unified ESLint configuration
33+
- Created .github/CODECOV_SETUP.md documentation
34+
- **Documentation**: Updated README badges, added Codecov badge, moved deprecation notice to docs/
35+
- **Bug Fixes**: Fixed TypeScript type errors, corrected component prop usage, simplified Hook type handling
36+
2337
### Patch Changes
2438

2539
- Updated dependencies
26-
- @react-code-view/core@3.0.0
40+
- @react-code-view/core@3.1.0

packages/unplugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @react-code-view/unplugin
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- **Comprehensive Test Suite**: Added full test coverage (0% → 100%, 52/52 tests passing)
8+
- utils.test.ts: Options normalization and file filtering
9+
- transform.test.ts: Markdown transformation (native & HTML modes)
10+
- core.test.ts: Plugin creation and build tool integration
11+
- **Codecov Integration**: Added coverage reporting with lcov format
12+
- **Bug Fixes**: Fixed TypeScript type errors in test files
13+
14+
### Patch Changes
15+
16+
- Updated dependencies
17+
- @react-code-view/core@3.1.0
18+
319
## 3.0.0
420

521
### Major Changes

0 commit comments

Comments
 (0)