mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
Meteor version to 2.16-beta.0 ☄️
This commit is contained in:
@@ -20,7 +20,12 @@
|
||||
- Update tsconfig.json for Svelte skeleton
|
||||
- Updated Solid skeleton NPM dependencies
|
||||
|
||||
* Blaze
|
||||
- Support of async dynamic attributes [PR](https://github.com/meteor/blaze/pull/460)
|
||||
- Fix Blaze._expandAttributes returns empty object, if null. [PR](https://github.com/meteor/blaze/pull/458)
|
||||
|
||||
* `accounts-base@get-version`
|
||||
- Supported session storage to store accounts login token [PR #13046]
|
||||
- Update config checking
|
||||
|
||||
* `accounts-oauth@get-version`
|
||||
@@ -29,10 +34,10 @@
|
||||
* `accounts-ui-unstyled@get-version`
|
||||
- `Connect with Twitter` is now `Connect with X/Twitter`
|
||||
|
||||
* `twitter-config-ui@get-version`
|
||||
- Update setup instructions
|
||||
* `check@get-version`:
|
||||
- Added an optional flag to immediately throw error when all checks failed. [PR #12970]
|
||||
|
||||
* `ddp-common@get-versio`
|
||||
* `ddp-common@get-version`
|
||||
- Add method name to MethodInvocation
|
||||
|
||||
* `ddp-client@get-version`
|
||||
@@ -41,23 +46,30 @@
|
||||
* `ddp-server@get-version`
|
||||
- Add method name to MethodInvocation
|
||||
|
||||
* `twitter-config-ui@get-version`
|
||||
- Update setup instructions
|
||||
|
||||
* `email@get-version`
|
||||
- Nodemailer update to v6.9.10
|
||||
- `@types/nodemailer` updated to v6.4.14
|
||||
|
||||
* `minimongo@get-version`
|
||||
- Support observeChangesAsync and observeAsync
|
||||
- Report and extend test cases for the old async behaviors
|
||||
- Adds the ability to encrypt your emails using PGP [PR #12991]
|
||||
|
||||
* `logging@get-version`
|
||||
- Type update
|
||||
|
||||
* `service-configuration@get-version`
|
||||
- Type update
|
||||
* `minimongo@get-version`
|
||||
- Support observeChangesAsync and observeAsync [PR #13025]
|
||||
- Report and extend test cases for the old async behaviors
|
||||
|
||||
* `mongo@get-version`
|
||||
- Support a new option to include/exclude certain collections for oplog tailing [PR #13009]
|
||||
|
||||
* `reload-safetybelt@get-version`
|
||||
- Remove underscore dependency
|
||||
|
||||
* `service-configuration@get-version`
|
||||
- Type update
|
||||
|
||||
## Independent releases
|
||||
|
||||
* `mongo@1.16.9`:
|
||||
@@ -68,9 +80,10 @@
|
||||
|
||||
## Contributors
|
||||
|
||||
- [@nachocodoner](https://github.com/nachocodoner)
|
||||
- [@StorytellerCZ](https://github.com/sponsors/StorytellerCZ)
|
||||
- [@jamauro](https://github.com/jamauro)
|
||||
- [GH nachocodoner]
|
||||
- [GH StorytellerCZ]
|
||||
- [GH jamauro]
|
||||
- [GH Twisterking]
|
||||
- [GH harryadel]
|
||||
|
||||
For making this great framework even better!
|
||||
|
||||
|
||||
@@ -9,6 +9,95 @@
|
||||
[//]: # (go to meteor/docs/generators/changelog/docs)
|
||||
|
||||
|
||||
## v2.16.0, 2024-03-26
|
||||
|
||||
### Highlights
|
||||
|
||||
|
||||
#### Migration Steps
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
## Docs
|
||||
|
||||
## Internal API changes
|
||||
|
||||
* Add method name to MethodInvocation in DDP messages
|
||||
|
||||
## Meteor Version Release
|
||||
|
||||
* Meteor tool
|
||||
- Updated Svelte skeleton
|
||||
- Update tsconfig.json for Svelte skeleton
|
||||
- Updated Solid skeleton NPM dependencies
|
||||
|
||||
* Blaze
|
||||
- Support of async dynamic attributes [PR](https://github.com/meteor/blaze/pull/460)
|
||||
- Fix Blaze._expandAttributes returns empty object, if null. [PR](https://github.com/meteor/blaze/pull/458)
|
||||
|
||||
* `accounts-base@2.2.11`
|
||||
- Supported session storage to store accounts login token [PR](https://github.com/meteor/meteor/pull/13046)
|
||||
- Update config checking
|
||||
|
||||
* `accounts-oauth@1.4.4`
|
||||
- Remove config checking as it is done in `accounts-base`
|
||||
|
||||
* `accounts-ui-unstyled@1.7.1`
|
||||
- `Connect with Twitter` is now `Connect with X/Twitter`
|
||||
|
||||
* `check@1.4.1`:
|
||||
- Added an optional flag to immediately throw error when all checks failed. [PR](https://github.com/meteor/meteor/pull/12970)
|
||||
|
||||
* `ddp-common@1.4.1`
|
||||
- Add method name to MethodInvocation
|
||||
|
||||
* `ddp-client@2.6.2`
|
||||
- Add method name to MethodInvocation
|
||||
|
||||
* `ddp-server@2.7.1`
|
||||
- Add method name to MethodInvocation
|
||||
|
||||
* `twitter-config-ui@1.0.2`
|
||||
- Update setup instructions
|
||||
|
||||
* `email@2.2.6`
|
||||
- Nodemailer update to v6.9.10
|
||||
- `@types/nodemailer` updated to v6.4.14
|
||||
- Adds the ability to encrypt your emails using PGP [PR](https://github.com/meteor/meteor/pull/12991)
|
||||
|
||||
* `logging@1.3.4`
|
||||
- Type update
|
||||
|
||||
* `minimongo@1.9.4`
|
||||
- Support observeChangesAsync and observeAsync [PR](https://github.com/meteor/meteor/pull/13025)
|
||||
- Report and extend test cases for the old async behaviors
|
||||
|
||||
* `mongo@1.16.10`
|
||||
- Support a new option to include/exclude certain collections for oplog tailing [PR](https://github.com/meteor/meteor/pull/13009)
|
||||
|
||||
* `reload-safetybelt@1.0.13`
|
||||
- Remove underscore dependency
|
||||
|
||||
* `service-configuration@1.3.4`
|
||||
- Type update
|
||||
|
||||
## Independent releases
|
||||
|
||||
* `mongo@1.16.9`:
|
||||
- Set `minPoolSize` for oplog
|
||||
|
||||
* `underscore@1.6.1`
|
||||
- Fix bug in `_.intersection`
|
||||
|
||||
## Contributors
|
||||
|
||||
- [nachocodoner](https://github.com/nachocodoner)
|
||||
- [StorytellerCZ](https://github.com/StorytellerCZ)
|
||||
- [jamauro](https://github.com/jamauro)
|
||||
- [Twisterking](https://github.com/Twisterking)
|
||||
- [harryadel](https://github.com/harryadel)
|
||||
|
||||
For making this great framework even better!
|
||||
|
||||
## v2.15.0, 2024-02-05
|
||||
|
||||
|
||||
7276
docs/package-lock.json
generated
7276
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
5141
package-lock.json
generated
5141
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'A user account system',
|
||||
version: '2.2.10'
|
||||
version: '2.2.11-beta2160.0',
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Common code for OAuth-based login services",
|
||||
version: "1.4.3",
|
||||
version: "1.4.4-beta2160.0",
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Unstyled version of login widgets',
|
||||
version: '1.7.0',
|
||||
version: '1.7.1-beta2160.0',
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Check whether a value matches a pattern',
|
||||
version: '1.4.0',
|
||||
version: '1.4.1-beta2160.0',
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's latency-compensated distributed data client",
|
||||
version: '2.6.1',
|
||||
version: '2.6.2-beta2160.0',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Code shared beween ddp-client and ddp-server",
|
||||
version: '1.4.0',
|
||||
version: '1.4.1-beta2160.0',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's latency-compensated distributed data server",
|
||||
version: '2.7.0',
|
||||
version: '2.7.1-beta2160.0',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Send email messages',
|
||||
version: '2.2.5',
|
||||
version: '2.2.6-beta2160.0',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Package.describe({
|
||||
summary: 'Logging facility.',
|
||||
documentation: 'README.md',
|
||||
version: '1.3.3',
|
||||
version: '1.3.4-beta2160.0',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'The Meteor command-line tool',
|
||||
version: '2.15.0',
|
||||
version: '2.15.1-beta.0',
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
|
||||
version: '1.9.3',
|
||||
version: '1.9.4-beta2160.0',
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
Package.describe({
|
||||
summary: "Adaptor for using MongoDB and Minimongo over DDP",
|
||||
version: '1.16.9',
|
||||
version: '1.16.10-beta2160.0',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Reload safety belt for multi-server deployments",
|
||||
version: '1.0.12'
|
||||
version: '1.0.13-beta2160.0',
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Manage the configuration for third-party services',
|
||||
version: '1.3.3',
|
||||
version: '1.3.4-beta2160.0',
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Blaze configuration templates for Twitter OAuth.",
|
||||
version: "1.0.1"
|
||||
version: "1.0.2-beta2160.0"
|
||||
});
|
||||
|
||||
Package.onUse(function(api) {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "2.15-rc.1",
|
||||
"version": "2.16-beta.0",
|
||||
"recommended": false,
|
||||
"official": false,
|
||||
"description": "Meteor experimental release"
|
||||
|
||||
Reference in New Issue
Block a user