Skip to content

Commit 8afc99a

Browse files
committed
fix: correct CHANGELOG structure for v3.1.0
Move 3.1.0 changes to separate version section above 3.0.0
1 parent cbe8eb0 commit 8afc99a

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

packages/react/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- **Codecov Integration**: Added comprehensive test coverage reporting with codecov/codecov-action@v5
8+
- **100% Test Pass Rate**: All 159 tests passing across all packages (core: 26/26, react: 81/81, unplugin: 52/52)
9+
- **Test Coverage Improvements**: Overall coverage improved from ~47% to ~95%
10+
- Added comprehensive test suites for unplugin package (0% → 100%)
11+
- Enhanced React component tests (40% → 100%)
12+
- **Configuration & Tooling**:
13+
- Added @vitest/coverage-v8 dependency and test:coverage script
14+
- Removed duplicate .eslintrc.js, unified ESLint configuration
15+
- Created .github/CODECOV_SETUP.md documentation
16+
- **Documentation**: Updated README badges, added Codecov badge, moved deprecation notice to docs/
17+
- **Bug Fixes**: Fixed TypeScript type errors, corrected component prop usage, simplified Hook type handling
18+
19+
### Patch Changes
20+
21+
- Updated dependencies
22+
- @react-code-view/core@3.1.0
23+
324
## 3.0.0
425

526
### Major Changes
@@ -20,21 +41,7 @@
2041
- Build integration: Legacy `webpack-md-loader` is removed; migrate to unified `@react-code-view/unplugin` for Vite/Webpack/Rollup/esbuild/Rspack
2142
- Tooling: Minimum requirements updated to Node >=18 and PNPM >=8 for the monorepo/dev workflow
2243

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-
3744
### Patch Changes
3845

3946
- Updated dependencies
40-
- @react-code-view/core@3.1.0
47+
- @react-code-view/core@3.0.0

0 commit comments

Comments
 (0)