Skip to content
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

Updated vue.js to 2.2.6 to include "Customizing Component v-model" #1117

Merged
merged 1 commit into from
Jan 30, 2023

Conversation

tylerwowen
Copy link
Contributor

@tylerwowen tylerwowen commented Jan 28, 2023

2.2.6 is the last revision of 2.2. It's only one minor version next to what we've been using(2.1.3). Our vue.js is very obsolete, should also consider updating to the LTS 2.7+.

Customizing Component v-model

Change logs

Bug Fixes

Features

  • allow customization of component v-model prop/event via model option (close #4515) (9d6c8ec)
  • config.performance (689c107)
  • implement template option for vue-server-renderer (1c79592)
  • provide/inject (close #4029) (f916bcf)
  • renderError (1861ee9)
  • support multi-chunk bundles in ssr bundle renderer (561447d)

@tylerwowen tylerwowen requested a review from a team as a code owner January 28, 2023 00:21
Copy link
Contributor

@robbintt robbintt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting packaging solution, can you get a shasum of each of these files and put in the PR description, along with a link to the shasum from vue project? LMK if you need help with getting a shasum.

@tylerwowen
Copy link
Contributor Author

@robbintt I can't find sha provided by vue.js or CDN
https://v2.vuejs.org/v2/guide/installation.html
https://cdn.jsdelivr.net/npm/vue@2.2.6/dist/ ( this is where I downloaded it.)

@tylerwowen tylerwowen merged commit 356f52e into master Jan 30, 2023
@tylerwowen tylerwowen deleted the touyang/vue branch January 30, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customize v-model in components React context-like feature
2 participants