Skip to content

Releases: web-infra-dev/rslib

v0.23.2

Choose a tag to compare

@Timeless0911 Timeless0911 released this 03 Jul 10:02
c1de526

What's Changed

New Features 🎉

Bug Fixes 🐞

Refactor 🔨

Document 📖

Other Changes

Full Changelog: v0.23.1...v0.23.2

v0.23.1

Choose a tag to compare

@Timeless0911 Timeless0911 released this 27 Jun 09:45
0888d32

What's Changed

New Features 🎉

Bug Fixes 🐞

Other Changes

Full Changelog: v0.23.0...v0.23.1

v0.23.0

Choose a tag to compare

@Timeless0911 Timeless0911 released this 16 Jun 12:09
ae21500

What's Changed

New Features 🎉

Performance 🚀

Other Changes

Full Changelog: v0.22.1...v0.23.0

v0.22.1

Choose a tag to compare

@Timeless0911 Timeless0911 released this 12 Jun 09:53
3fadcaf

What's Changed

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.22.0...v0.22.1

v0.22.0

Choose a tag to compare

@Timeless0911 Timeless0911 released this 29 May 11:02
399066d

Highlights

Isolated Declaration Generation

Rslib now supports generating declaration files with the experimental dts.isolated option, powered by Rspack's built-in SWC fast_dts capability.

dts.isolated emits declaration files directly during the build without running a full type check, making declaration generation significantly faster.

This makes it a good fit for monorepo projects that use a separate high-performance type-checking workflow, such as rslint --type-check.

export default {
  lib: [
    {
      dts: {
        isolated: true,
      },
    },
  ],
};
Isolated Declaration Generation

More details: dts.isolated

What's Changed

New Features 🎉

Performance 🚀

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v0.21.5...v0.22.0

v0.21.5

Choose a tag to compare

@Timeless0911 Timeless0911 released this 13 May 10:00
71e5f64

What's Changed

New Features 🎉

  • feat(create-rslib): add opt-in react-compiler tool and templates for react by @elecmonkey in #1635

Bug Fixes 🐞

Other Changes

New Contributors

Full Changelog: v0.21.4...v0.21.5

v0.21.4

Choose a tag to compare

@Timeless0911 Timeless0911 released this 07 May 08:28
41c638a

What's Changed

New Features 🎉

Document 📖

Other Changes

Full Changelog: v0.21.3...v0.21.4

v0.21.3

Choose a tag to compare

@Timeless0911 Timeless0911 released this 22 Apr 10:42
40da15a

What's Changed

New Features 🎉

Other Changes

Full Changelog: v0.21.2...v0.21.3

v0.21.2

Choose a tag to compare

@Timeless0911 Timeless0911 released this 15 Apr 12:11
e699bd0

What's Changed

New Features 🎉

Bug Fixes 🐞

  • fix(core): only rewrite requests whose context is in outBase in bundleless mode by @Timeless0911 in #1599

Other Changes

Full Changelog: v0.21.1...v0.21.2

v0.21.1

Choose a tag to compare

@Timeless0911 Timeless0911 released this 14 Apr 11:52
5a459e8

What's Changed

Bug Fixes 🐞

  • fix(create-rslib): add rootDir to tsconfig templates for TypeScript 6.0 compatibility by @intellild in #1589
  • fix(dts): align tinyglobby root resolution by @Timeless0911 in #1591
  • fix(create-rslib): add env.d.ts to React/Vue templates by @Timeless0911 in #1594

Other Changes

New Contributors

Full Changelog: v0.21.0...v0.21.1