|
1 | 1 | # @react-code-view/react |
2 | 2 |
|
| 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 | + |
3 | 24 | ## 3.0.0 |
4 | 25 |
|
5 | 26 | ### Major Changes |
|
20 | 41 | - Build integration: Legacy `webpack-md-loader` is removed; migrate to unified `@react-code-view/unplugin` for Vite/Webpack/Rollup/esbuild/Rspack |
21 | 42 | - Tooling: Minimum requirements updated to Node >=18 and PNPM >=8 for the monorepo/dev workflow |
22 | 43 |
|
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 | | - |
37 | 44 | ### Patch Changes |
38 | 45 |
|
39 | 46 | - Updated dependencies |
40 | | - - @react-code-view/core@3.1.0 |
| 47 | + - @react-code-view/core@3.0.0 |
0 commit comments