update changelog with new features, fixes, and improvements for contributors

This commit is contained in:
Nacho Codoñer
2025-11-11 16:05:10 +01:00
parent d1182d94f2
commit 5519861be7

View File

@@ -13,6 +13,8 @@
Enhanced Meteors core to support the Rspack integration.
- ✅ Test suite additions
Introduced tests for app skeletons and Meteor-Rspack features to ensure quality and reliability.
- 📃 [Documentation](https://deploy-preview-13915.docs-online.meteor.com/about/modern-build-stack/rspack-bundler-integration.html)
Complete documentation section covering all details of the Meteor-Rspack integration, including migration guides, configuration helpers, and more.
- Adopting Rspack gives you a faster build experience
- Adopting Rspack produces smaller bundle sizes through advanced tree shaking
- Adopting Rspack lets you extend your app with modern setups and tooling
@@ -22,7 +24,13 @@
- Fix OPLOG includeCollections/excludeCollections when admin.$cmd happens, [PR#13949](https://github.com/meteor/meteor/pull/13949)
- Report Mongo SIGILL crash errors, [PR#13930](https://github.com/meteor/meteor/pull/13930)
- Fix bulk remove in LocalCollection to remove all items, [PR#13965](https://github.com/meteor/meteor/pull/13965)
- Upgrade to Node v22.20.0, [PR#13992](https://github.com/meteor/meteor/pull/13992)
- Treat web.cordova as a modern architecture, [PR#13983](https://github.com/meteor/meteor/pull/13983)
- Improve and beautify server error messages, [PR#13848](https://github.com/meteor/meteor/pull/13848)
- Upgrade Accounts UI CSS (breaking visual change for accounts-ui users), [PR#13840](https://github.com/meteor/meteor/pull/13840)
- Update TypeScript definitions for async support in accounts-base, [PR#13987](https://github.com/meteor/meteor/pull/13987)
- Fix confusing error when files have identical names with different cases, [PR#13958](https://github.com/meteor/meteor/pull/13958)
- Add experimental config disableBoilerplateResponse to improve React SSR, [PR#13855](https://github.com/meteor/meteor/pull/13855)
- Upgrade to Node v22.21.0 and TypeScript 5.9.2, [PR#13997](https://github.com/meteor/meteor/pull/13997) and [PR#13760](https://github.com/meteor/meteor/pull/13760)
All Merged PRs@[GitHub PRs 3.4](https://github.com/meteor/meteor/pulls?q=is%3Apr+is%3Amerged+base%3Arelease-3.4)
@@ -60,7 +68,7 @@ meteor add react-meteor-data@4.0.1-beta.1
}
```
Check out [the requirements for Meteor Bundler optimizations](https://deploy-preview-13910.docs.meteor.com/about/modern-build-stack/meteor-bundler-optimizations.html#requirements) on existing apps.
Check out [the requirements for Meteor Bundler optimizations](https://deploy-preview-13915.docs-online.meteor.com/about/modern-build-stack/meteor-bundler-optimizations.html#requirements) on existing apps.
**Add `rspack` package to enable the Rspack Bundler integration:**
@@ -70,13 +78,13 @@ meteor add rspack-beta340.12
> This package is added by default for new apps.
Check out [the requirements for Rspack Bundler integration](https://deploy-preview-13910.docs.meteor.com/about/modern-build-stack/rspack-bundler-integration.html#requirements) on existing apps.
Check out [the requirements for Rspack Bundler integration](https://deploy-preview-13915.docs-online.meteor.com/about/modern-build-stack/rspack-bundler-integration.html#requirements) on existing apps.
### [📃 Modern Build Stack docs](https://deploy-preview-13910.docs.meteor.com/about/modern-build-stack.html)
### [📃 Modern Build Stack docs](https://deploy-preview-13915.docs-online.meteor.com/about/modern-build-stack.html)
### [☄️ Meteor Bundler optimizations docs](https://deploy-preview-13910.docs.meteor.com/about/modern-build-stack/meteor-bundler-optimizations.html)
### [☄️ Meteor Bundler optimizations docs](https://deploy-preview-13915.docs-online.meteor.com/about/modern-build-stack/meteor-bundler-optimizations.html)
### [⚡ Rspack Bundler integration docs](https://deploy-preview-13910.docs.meteor.com/about/modern-build-stack/rspack-bundler-integration.html)
### [⚡ Rspack Bundler integration docs](https://deploy-preview-13915.docs-online.meteor.com/about/modern-build-stack/rspack-bundler-integration.html)
If you find any issues, please report them to the [Meteor issues tracker](https://github.com/meteor/meteor).
@@ -117,5 +125,8 @@ If you find any issues, please report them to the [Meteor issues tracker](https:
- [@sanki92](https://github.com/sanki92)
- [@evolross](https://github.com/evolross)
- [@malua](https://github.com/malua)
- [@tmeyer24](https://github.com/tmeyer24)
- [@jeetburman](https://github.com/jeetburman)
- [@copleykj](https://github.com/copleykj)
✨✨✨