Releases: web-infra-dev/rsdoctor
Releases · web-infra-dev/rsdoctor
v1.0.0-alpha.3
What's Changed
Bug Fixes 🐞
- fix: failed to call
module.getExportsType
method by @chenjiahan in #726 - fix(UI): invalid font family for loader analysis text by @chenjiahan in #727
Other Changes
- chore(deps): update dependency check-dependency-version-consistency to v5 by @renovate in #647
- chore(deps): update dependency @rspack/core to ^1.2.2 by @renovate in #723
- chore(deps): update rsbuild by @renovate in #724
- chore: fix deprecated dependencies warning by @chenjiahan in #725
- release: 1.0.0-alpha.3 by @chenjiahan in #728
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
v1.0.0-alpha.1
What's Changed
New Features 🎉
- feat: logo as home link by @chenjiahan in #711
Bug Fixes 🐞
- fix(deps): replace deprecated acorn-import-assertions by @chenjiahan in #705
- fix(UI): overall cards font overflow problem by @easy1090 in #708
- fix: upgrade check syntax plugin to support rspack or webpack project by @nyqykk in #718
Document 📖
- docs: unify title capitalization style by @chenjiahan in #702
- docs: add preview video to README.md by @easy1090 in #703
- docs: add preview video to README.zh-CN.md by @easy1090 in #704
Other Changes
- refactor: interface oriented programming by @LingyuCoder in #695
- refactor: use graph data to parse bundle by @LingyuCoder in #697
- chore: add composite and reference to tsconfig by @LingyuCoder in #706
- test: enable test cases in
.spec.ts
by @LingyuCoder in #698 - chore: prevent vitest segfault on github CI runner by @LingyuCoder in #715
- chore(deps): update all patch dependencies by @renovate in #712
- refactor: support compressJson option and refactor the reportDir & reportCodeType by @easy1090 in #707
- chore: update Rslib description in README.md by @Timeless0911 in #719
- release: 1.0.0-alpha.1 by @easy1090 in #720
- chore(deps): update dependency memfs to v4.17.0 by @renovate in #713
Full Changelog: v1.0.0-alpha.0...v1.0.0-alpha.1
v1.0.0-alpha.0
What's Changed
Brand new UI 🎉
In this release, we have completely redesigned Rsdoctor's UI to make it more intuitive and elegant:
Area-sw.mp4
New Features 🎉
- feat(Overview): refactor Rsdoctor Overview UI by @nyqykk in #650
- feat(client): timeline components ui by @easy1090 in #654
- feat: support syntax check by @nyqykk in #655
- feat(ui): optimize the Layout component by @easy1090 in #657
- feat: add new version of bundle size bar by @nyqykk in #664
- feat(ui): optimize the loader analysis page by @easy1090 in #659
- feat(ui): optimize the bundle size page by @easy1090 in #671
- feat(ui): update website logo by @easy1090 in #693
Bug Fixes 🐞
- fix: builder-select components by @easy1090 in #656
- fix(UI): failed to render
font-family-code
in macOS by @chenjiahan in #665 - fix(UI): correct versions and title alignment by @chenjiahan in #666
- fix: dev:doc script by @cnryb in #668
- fix(ui): detail fixed by @nyqykk in #674
- fix: bump @babel/code-frame v7.26.2 to reduce dependencies by @chenjiahan in #675
- fix: remove legacy webpack 4 compatibility code by @chenjiahan in #684
- fix: failed to call
getResolvedModule
in Rspack by @chenjiahan in #685 - fix: fix ui issues by @nyqykk in #686
- fix: add default height for bundle alerts by @nyqykk in #687
- fix(ui): fix some ui problems by @easy1090 in #688
- fix(UI): Overall & Bunlde page ui problem by @easy1090 in #690
- fix: broken
pnpm-lock.yaml
by @LingyuCoder in #696 - fix(ui): the overall ui problem by @easy1090 in #699
Document 📖
- docs: fix grammar by @HigherOrderLogic in #658
Other Changes
- chore(deps): update dependency @rsbuild/plugin-type-check to ^1.2.0 by @renovate in #661
- chore(deps): update rspress to ^1.39.3 by @renovate in #663
- chore(deps): update dependency echarts to ^5.6.0 by @renovate in #662
- chore(deps): update all patch dependencies by @renovate in #660
- chore(deps): update dependency memfs to v4 by @renovate in #670
- chore(workflow): update release workflow by @chenjiahan in #676
- chore: change the sirv to serve-static by @easy1090 in #691
- optimize: get the default asset when first load page by @easy1090 in #692
- chore: demos package.json add private:true by @easy1090 in #701
New Contributors
- @nyqykk made their first contribution in #650
- @HigherOrderLogic made their first contribution in #658
- @cnryb made their first contribution in #668
- @LingyuCoder made their first contribution in #696
Full Changelog: v0.4.13...v1.0.0-alpha.0
v0.4.13
What's Changed
Performance 🚀
Bug Fixes 🐞
- fix(client): the problem of the client's HMR by @easy1090 in #649
- fix: the module api error in rspack 1.2.0-alpha by @easy1090 in #679
Other Changes
- Release v0.4.12 by @easy1090 in #643
- chore(CI): remove issue_comment trigger by @chenjiahan in #645
- chore(CI): specify minimal permissions for issue-labeler by @chenjiahan in #651
- chore(deps): update all patch dependencies by @renovate in #646
- chore(CI): correct permissions for issue labeler by @chenjiahan in #653
- chore: add release-* branch workflows by @easy1090 in #680
Full Changelog: v0.4.12...v0.4.13
v0.4.12
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
- chore(deps): update socket.io by @l-Leniac-l in #626
- chore(deps): update dependency @rsbuild/plugin-react to ^1.1.0 by @renovate in #629
- chore(deps): update all patch dependencies by @renovate in #628
- chore(workflow): set Issue types by @chenjiahan in #630
- chore(deps): update all patch dependencies by @renovate in #633
- chore(deps): update dependency prettier to ^3.4.2 by @renovate in #637
- chore: add changesets for 0.4.12 by @easy1090 in #642
- chore(deps): update rspress to ^1.38.0 - autoclosed by @renovate in #638
New Contributors
- @l-Leniac-l made their first contribution in #626
Full Changelog: v0.4.11...v0.4.12
v0.4.11
What's Changed
Bug Fixes 🐞
- fix: file Extension util by @easy1090 in #606
- fix(multi-plugin): fix multi-plugin options error by @easy1090 in #608
- fix: circular configs options data by @easy1090 in #610
- fix(rspack): rspack don't support treeshaking and resover by @easy1090 in #619
Other Changes
- chore(deps): update all patch dependencies by @renovate in #601
- chore: migrate husky by @easy1090 in #607
- chore(deps): update dependency @rsbuild/plugin-type-check to ^1.1.0 by @renovate in #614
- chore(deps): update all patch dependencies by @renovate in #612
- chore(deps): update dependency @modern-js/module-tools to ^2.63.0 by @renovate in #613
- chore: renovate ignore by @easy1090 in #616
- chore(deps): update dependency tslib to v2.8.1 by @renovate in #577
- chore(upgrade): add changesets for 0.4.11 by @easy1090 in #620
Full Changelog: v0.4.9...v0.4.11
v0.4.9
What's Changed
New Features 🎉
- feat: Automatically switch language when first visit by @ChuHoMan in #574
- feat: support the layer data by @easy1090 in #583
- feat: support rspack layers by @easy1090 in #589
Performance 🚀
- perf(client): remove client-side terser minification by @chenjiahan in #592
Bug Fixes 🐞
- fix: should link to English documentation by @chenjiahan in #590
- fix: remove the broken ECMA version badge by @chenjiahan in #593
- fix(client): eliminate Sass deprecation warning by @chenjiahan in #596
- fix(rspack-plugin): rspack moduleGrpah js api don't have getResolvedModule by @easy1090 in #603
Other Changes
- chore(deps): update dependency react-error-boundary to ^4.1.2 by @renovate in #570
- chore(deps): update dependency @modern-js/generator-utils to ^3.7.2 by @renovate in #569
- chore(deps): update dependency terser to ^5.36.0 by @renovate in #576
- Chalk to picocolors migration by @nhducit in #582
- chore(deps): update all patch dependencies by @renovate in #567
- chore: change the typo words by @easy1090 in #585
- chore(deps): bump Rspack and Rsbuild to v1.1 by @chenjiahan in #591
- chore(deps): update rspress to ^1.36.0 by @renovate in #594
- chore(deps): update dependency @modern-js/module-tools to ^2.62.0 by @renovate in #588
- chore(deps): update all patch dependencies by @renovate in #587
- chore(deps): update all patch dependencies by @renovate in #599
- chore(deps): update rspress to ^1.37.2 by @renovate in #597
- chore(deps): update dependency husky to v9 by @renovate in #602
New Contributors
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
Bug Fixes 🐞
- fix: the problem of socket host when use ip:port url by @easy1090 in #571
- fix(plugin): multi webpack plugin setSDK error by @easy1090 in #573
Document 📖
Other Changes
Full Changelog: v0.4.7...v0.4.8
v0.4.7
What's Changed
Bug Fixes 🐞
- fix: correct some spelling mistakes by @chenjiahan in #555
- fix(core): normallize the reportCodeType error by @easy1090 in #563
Document 📖
Other Changes
- chore(deps): update actions/checkout action to v4 by @renovate in #550
- chore(deps): update react monorepo to ^18.3.1 by @renovate in #545
- chore(deps): update dependency @babel/code-frame to v7.25.7 by @renovate in #549
- chore(docs): rsdoctor add the note for CssExtractRspackPlugin by @easy1090 in #556
- chore(deps): update pnpm to v8.15.9 by @renovate in #544
- chore(deps): update actions/setup-node action to v4 by @renovate in #558
- chore(deps): update all patch dependencies by @renovate in #542
- chore(deps): update dependency @manypkg/get-packages to v2 by @renovate in #559
- chore(deps): update dependency @rspack/core to v1 [security] by @renovate in #537
- optimize(client): bundle size page add some infos by @easy1090 in #562
- chore(update): add changesets for 0.4.7 by @easy1090 in #564
Full Changelog: v0.4.6...v0.4.7