Releases: web-infra-dev/rslib
Releases · web-infra-dev/rslib
v0.0.18
What's Changed
Bug Fixes 🐞
Document 📖
- docs: mf dev cli commands by @Timeless0911 in #400
Other Changes
- chore: bump Rslib 0.0.17 by @Timeless0911 in #403
- Release v0.0.18 by @nyqykk in #414
Full Changelog: v0.0.17...v0.0.18
v0.0.17
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 🐞
- fix: rootDir calculation should ignore declaration files by @Timeless0911 in #389
Document 📖
- docs: update Rslib description by @chenjiahan in #370
- docs: update structure / format / 3rd deps / glossary / TS by @fi3ework in #357
- docs: add basic description and JSDoc for lib options by @chenjiahan in #372
- docs: update storybook / upgrade-rslib by @fi3ework in #373
- docs: add lib.bundle/format/autoExtension doc by @Timeless0911 in #371
- docs(solution): add react and node.js by @fi3ework in #374
- docs: lib.autoExternal by @Timeless0911 in #375
- docs: solutions overview / output compatibility by @fi3ework in #376
- docs: add Modern.js Module migration docs by @YanPes in #378
- docs: add redirect/syntax/externalHelpers/banner/footer/umdName lib config by @Timeless0911 in #383
- docs: tsup migration guide by @chenjiahan in #397
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
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 🐞
Document 📖
- docs: add license to website footer by @chenjiahan in #347
- docs: remove zh docs structure by @Timeless0911 in #353
- docs: configure Rslib by @Timeless0911 in #352
- docs: complete types and default value for
lib
configs by @chenjiahan in #365
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
What's Changed
New Features 🎉
- feat: support set
dts: true
and dts default to bundleless by @Timeless0911 in #325
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 📖
- docs: add npm packages docs by @Timeless0911 in #327
- docs: update node-polyfill.mdx by @Timeless0911 in #329
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
What's Changed
New Features 🎉
- feat(create-rslib): setup Node.js package templates by @chenjiahan in #319
- feat: support node polyfill by @fi3ework in #318
Bug Fixes 🐞
- fix: map syntax "es6" to "es2015" by @wChenonly in #323
Document 📖
- docs: change enhanced to dev dep by @nyqykk in #309
- docs: add quick start doc by @chenjiahan in #314
- docs: init website structure by @Timeless0911 in #305
- docs: add introduction and features doc by @Timeless0911 in #320
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
- @wChenonly made their first contribution in #323
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
New Features 🎉
- feat: support "umd" format by @fi3ework in #299
- feat: support Module Federation format by @nyqykk in #240
Performance 🚀
- perf(deps): replace fast-glob with tinyglobby by @chenjiahan in #307
Bug Fixes 🐞
Other Changes
- chore: bump Rslib 0.0.12 and adjust dirname/filename by @Timeless0911 in #297
- chore(deps): bump path-serializer by @SoonIter in #300
- chore: should check deps of all package.json by @Timeless0911 in #302
- chore: remove duplicated workspace definitions by @fi3ework in #306
New Contributors
Full Changelog: v0.0.12...v0.0.13
v0.0.12
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
v0.0.10
What's Changed
New Features 🎉
Bug Fixes 🐞
- fix(dts): disable autoExtension for dts by default by @fi3ework in #264
- fix: count in
optionalDependencies
inautoExternal
. by @fi3ework in #266
Other Changes
- chore: bump Rslib 0.0.9 by @Timeless0911 in #262
- ci: clean up and lock benchmark node version by @fi3ework in #267
- chore: fix ci name typo by @Timeless0911 in #268
- chore: spell check hidden files by @fi3ework in #269
- chore(deps): update all patch dependencies by @renovate in #271
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
Bug Fixes 🐞
- fix: preserve require.resolve / dynamic require / dynamic import by @fi3ework in #249
- fix: use ESM chunkLoading for "esm" format by @fi3ework in #256
Document 📖
- docs: setup Google Analytics by @chenjiahan in #252
Other Changes
- chore: bump Rslib 0.0.8 by @Timeless0911 in #244
- chore: use
integration
as name of test folders by @Timeless0911 in #245 - chore(deps): update all patch dependencies by @renovate in #247
- chore(deps): update dependency @types/express to v5 by @renovate in #248
- chore(infra): integrate with codespeed by @SoonIter in #214
- chore: update renovate by @fi3ework in #255
- chore(deps): update all patch dependencies by @renovate in #253
- chore(deps): update dependency memfs to ^4.13.0 by @renovate in #258
- chore(deps): update dependency rspress to v1.32.0 by @renovate in #259
- chore(deps): update dependency nx to v20 by @renovate in #260
Full Changelog: v0.0.8...v0.0.9