v1.4.0
NO Breaking Change
- Feat(all): Add
handleLoadto ref for manual loading of items (previously only supported user scroll trigger). Fix https://github.com/suhaotian/broad-infinite-list/issues/11 - Feat(all):
itemKey/scrollToKeynow supportnumber|string; previously onlystringwas supported, which was not convenient - Feat(all): Add
upOffsetfor up-direction scroll restoration when the position is incorrect sometimes - Examples: Improve example styles
- README: Add FAQ section. Fix https://github.com/suhaotian/broad-infinite-list/issues/9
Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.3.1...v1.4.0
v3.6.0-beta.7
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
v3.6.0-beta.7
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
v4.0.0
- Drop Node v18 support, remove deprecated APIs - by @antfu in https://github.com/shikijs/shiki/issues/1249 (cdca9)
- A leaner
@shikijs/primitivepackage - by @antfu in https://github.com/shikijs/shiki/issues/1251 (05a77) - New
@shikijs/markdown-exitpackage - by @antfu (d1257)
v8.0.0-beta.16
Please refer to CHANGELOG.md for details.
v2.0.0-beta.4
- perf: optimize DependencyLocation computation with incremental caching by @SyMind in https://github.com/web-infra-dev/rspack/pull/13109
- perf: Convert dependent full hash hook to sync with rayon support by @hardfist in https://github.com/web-infra-dev/rspack/pull/13130
- feat: splitChunks for EsmLibraryPlugin by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/12521
- feat: automatically split runtime chunk by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/13123
- feat: optimize star exports from externals by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/13050
- fix: compile document fragments in HtmlRspackPlugin by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/13103
- fix: should not treat module with module variable as esm compatible by @JSerFeng in https://github.com/web-infra-dev/rspack/pull/13129
- fix: preserve optional chaining in CommonJS self-reference expressions by @LingyuCoder in https://github.com/web-infra-dev/rspack/pull/13132
- fix(core): type issues when skipLibCheck is disabled by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13138
- refactor: Refactor Compilation runtime requirement hook by @hardfist in https://github.com/web-infra-dev/rspack/pull/13116
- docs: add agent skills section to migration guide and readme by @chenjiahan in https://github.com/web-infra-dev/rspack/pull/13124
- chore: print better backtrace for wasm by @CPunisher in https://github.com/web-infra-dev/rspack/pull/13122
- chore: remove
-productionbench cases by @CPunisher in https://github.com/web-infra-dev/rspack/pull/13125 - chore(deps): upgrade sugar path to 2.0.1 by @stormslowly in https://github.com/web-infra-dev/rspack/pull/13113
Full Changelog: https://github.com/web-infra-dev/rspack/compare/v2.0.0-beta.3...v2.0.0-beta.4
v52.13.0
- Switch to
markdown-exit- by @antfu in https://github.com/slidevjs/slidev/issues/2468 (0d9ff)
- Race condition in concurrent slidev export - by @moreal and @kermanx in https://github.com/slidevjs/slidev/issues/2461 (807ca)