From e4e566bcad5b8d6e2f197580e937a6c22cbe8c05 Mon Sep 17 00:00:00 2001 From: Glenn Date: Thu, 6 Apr 2023 09:51:18 +0200 Subject: [PATCH 1/2] Added ReactiveDict.delete to docs --- docs/source/api/reactive-dict.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/api/reactive-dict.md b/docs/source/api/reactive-dict.md index 02c1a9b2cd..d9dd91d99a 100644 --- a/docs/source/api/reactive-dict.md +++ b/docs/source/api/reactive-dict.md @@ -91,6 +91,8 @@ Template.main.events({ // Clicking the button will change the page to say "We've always been at war with Eurasia" ``` +{% apibox "ReactiveDict#delete" %} + {% apibox "ReactiveDict#equals" %} If value is a scalar, then these two expressions do the same thing: From 3d080682c7f514efd9531778bae5ada9da380779 Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Tue, 23 May 2023 10:16:50 -0300 Subject: [PATCH 2/2] updating 2.12 guide with corrections from #12646 --- guide/source/2.12-migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/source/2.12-migration.md b/guide/source/2.12-migration.md index 1f87348750..6dba3bdb2e 100644 --- a/guide/source/2.12-migration.md +++ b/guide/source/2.12-migration.md @@ -25,6 +25,9 @@ It will run your app and every time you use the old API, you will see a warning in your console. This will help you find the places in your code that need to be updated. +If you are in doubt whether a particular API is old or new, you can check our [v2.8 migration](https://guide.meteor.com/v2.10/2.8-migration.html) guide +that lists all the changes in the new API. +

Migrating from a version older than 2.11?

If you're migrating from a version of Meteor older than Meteor 2.11, there may