Skip to content

Releases: web-infra-dev/rslib

v0.1.0

21 Nov 06:45
4ac5d4b
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat: support incremental build when composite is true by @Timeless0911 in #416
  • feat: add EntryChunkPlugin to handle shebang and shims by @fi3ework in #399
  • feat: support lib.id by @fi3ework in #436
  • feat!: use 'commonjs-import' as CJS external type by default by @fi3ework in #438
  • feat: add --root cli option and make basic js api work by @Timeless0911 in #453
  • feat!: emit CSS files to dist instead of dist/static/css by @chenjiahan in #460

Bug Fixes 🐞

  • fix: respect declarationDir if dts.distPath is not set by @Timeless0911 in #420
  • fix: checkMFPlugin function support array plugins by @2heal1 in #419
  • fix: add tsdoc for config options by @fi3ework in #447
  • fix: js request when using autoExtension: false along with output.filename.js by @Timeless0911 in #455

Document 📖

Other Changes

New Contributors

Full Changelog: v0.0.18...v0.1.0

v0.0.18

12 Nov 09:07
8c901ea
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • fix: target of mf format should be web by @nyqykk in #412

Document 📖

Other Changes

Full Changelog: v0.0.17...v0.0.18

v0.0.17

11 Nov 12:17
8fb5d50
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(command): support --lib arguments by @fi3ework in #390
  • feat!: target default to node by @Timeless0911 in #398
  • feat: support use storybook to dev rslib module federation format assets and also support hmr by @nyqykk in #349

Bug Fixes 🐞

Document 📖

Other Changes

  • chore(deps): update all patch dependencies by @renovate in #386
  • chore(deps): update dependency @rsbuild/core to ~1.1.0 by @renovate in #387
  • chore(deps): update dependency @module-federation/enhanced to ^0.7.1 by @renovate in #393
  • chore(deps): update storybook monorepo to ^8.4.2 by @renovate in #395
  • chore(deps): update all patch dependencies by @renovate in #392
  • chore(deps): update dependency @module-federation/rsbuild-plugin to ^0.7.1 by @renovate in #394
  • chore(deps): update dependency rspress to v1.36.0 by @renovate in #396
  • Release v0.0.17 by @Timeless0911 in #402

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

04 Nov 09:29
27dbbf9
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • feat(create-rslib): add react template and tools(storybook/vitest) by @fi3ework in #326
  • feat: support tsc --build to enable incremental build for project references by @Timeless0911 in #337

Performance 🚀

  • perf(CLI): enable Node cache before loading modules by @chenjiahan in #366

Bug Fixes 🐞

  • fix(create-rslib): preserve @rslib/core as workspace by @fi3ework in #346

Document 📖

Other Changes

  • chore: modify release workflow by @Timeless0911 in #340
  • chore(deps): update Rsbuild plugin less and sass to ^1.1.0 by @renovate in #341
  • chore(config): migrate renovate config by @renovate in #345
  • chore(deps): update all patch dependencies - autoclosed by @renovate in #342
  • chore: modify inspect cli commands and add cli commands docs by @Timeless0911 in #348
  • chore(deps): update dependency @testing-library/jest-dom to ^6.6.2 by @renovate in #343
  • chore(deps): update all patch dependencies by @renovate in #358
  • chore(deps): update dependency zx to ^8.2.0 by @renovate in #364
  • chore: export composeCreateRsbuildConfig as utils by @nyqykk in #367
  • chore(deps): update all patch dependencies by @renovate in #363

Full Changelog: v0.0.15...v0.0.16

v0.0.15

29 Oct 03:21
0f28206
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix: "mf" format output should be minified by default by @nyqykk in #328
  • fix: use global as mf format external type by @nyqykk in #331
  • fix: should emit config file parsing diagnostics in DTS build by @Timeless0911 in #335

Document 📖

Other Changes

  • chore(deps): update dependency rspress to v1.35.1 by @renovate in #333
  • chore(deps): update all patch dependencies by @renovate in #332

Full Changelog: v0.0.14...v0.0.15

v0.0.14

23 Oct 11:07
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

  • chore(deps): update dependency rspress to v1.34.1 by @renovate in #312
  • chore(deps): update dependency path-serializer to v0.2.2 by @renovate in #311
  • chore: renovate ignore react-aliased by @Timeless0911 in #313
  • chore(deps): update all patch dependencies by @renovate in #310
  • chore(infra/bench): remove getCwdByExample stack in bench by @SoonIter in #315
  • ci: required checks should always run by @fi3ework in #317
  • chore(deps): update dependency @rsbuild/core to ~1.0.17 by @renovate in #321

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

18 Oct 10:01
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

  • fix: correct ECMA version browserslist mapping by @fi3ework in #301

Other Changes

New Contributors

Full Changelog: v0.0.12...v0.0.13

v0.0.12

15 Oct 09:27
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(shim): use module.require to avoid variable collision by @fi3ework in #282
  • fix: pass in projectReferences to avoid missing some error reports by @Timeless0911 in #288
  • fix(deps): unpin Rsbuild to allow automatic patch upgrade by @chenjiahan in #290

Other Changes

  • chore(deps): update all patch dependencies by @renovate in #278
  • chore(deps): update dependency @playwright/test to v1.48.0 by @renovate in #279
  • chore(deps): update dependency rspress to v1.33.0 by @renovate in #280
  • chore(deps): update dependency memfs to ^4.14.0 by @renovate in #286
  • chore(deps): update all patch dependencies by @renovate in #285
  • chore: add generate release pr scripts by @Timeless0911 in #289
  • ci: fix should publish on selected branch by @fi3ework in #292

Full Changelog: v0.0.11...v0.0.12

v0.0.11

12 Oct 03:33
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

Other Changes

Full Changelog: v0.0.10...v0.0.11

v0.0.10

10 Oct 12:16
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(dts): disable autoExtension for dts by default by @fi3ework in #264
  • fix: count in optionalDependencies in autoExternal. by @fi3ework in #266

Other Changes

Full Changelog: v0.0.9...v0.0.10