-
Notifications
You must be signed in to change notification settings - Fork 3.4k
1.0 -> 2.0 Transition Guide suggested addition - events option removed #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't see it pushed to the live site but the commit looks spot on. |
Good to hear! It should now be updated btw. I redeploy the site several times per day, but usually only after a batch of changes rather than after each individual commit, as I sometimes like to make further changes after a PR is merged. |
Yes, I see it there now. BTW, thanks for the great work you and the rest of the team are doing on Vue.js! |
@davidkhess It's made easier with lots of help. 😃 Thanks for contributing! |
* master: Revert "Master" (vuejs#462) Master (vuejs#460) Update link to Karma (vuejs#458) Explicitly note on `events` opt deprecation (fixes vuejs#436) (vuejs#453) remove wording about not including a benchmark from the react team Set the background-color to white. (vuejs#452) fix capitalizion typo in migration guide add literal modifier for directives to migration guide fix typo in interpolation within attributes in migration guide update dynamic binding example in guide intro add named slot to render function guide add warnings about using arrow functions on instance properties (vuejs#448) fix links to single-file components - fixes vuejs#446 add note about two-way directives, linking to two-way filters example update two-filters example in migration guide Same word used multiple times in a sentence (vuejs#444) improve $data instance property API docs (vuejs#445) # Conflicts: # src/guide/index.md # src/guide/installation.md # src/guide/instance.md # src/guide/render-function.md # src/guide/unit-testing.md
* master: Revert "Master" (vuejs#462) Master (vuejs#460) Update link to Karma (vuejs#458) Explicitly note on `events` opt deprecation (fixes vuejs#436) (vuejs#453) remove wording about not including a benchmark from the react team Set the background-color to white. (vuejs#452) fix capitalizion typo in migration guide add literal modifier for directives to migration guide fix typo in interpolation within attributes in migration guide update dynamic binding example in guide intro add named slot to render function guide add warnings about using arrow functions on instance properties (vuejs#448) fix links to single-file components - fixes vuejs#446 add note about two-way directives, linking to two-way filters example update two-filters example in migration guide Same word used multiple times in a sentence (vuejs#444) improve $data instance property API docs (vuejs#445) # Conflicts: # src/guide/index.md # src/guide/installation.md # src/guide/instance.md # src/guide/render-function.md # src/guide/unit-testing.md
* update sponsor link * update sponsor image * Add in cookbook template (vuejs#1268) * Add in cookbook template * update cookbook template based on review comments
I just upgraded an app from 1.0 to 2.0 and a mention that the events option is gone would have helped. It's implied but not obvious.
The text was updated successfully, but these errors were encountered: