You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is covered by your current version range and after updating it in your project the build failed.
As vue is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
Release Notesv2.2.5
Fixed
#5191 fix events emitted from updated hook not triggering update (@Kingwl via #5233)
Version 2.2.5 of vue just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As vue is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this 💪
Status Details
Release Notes
v2.2.5Fixed
updated
hook not triggering update (@Kingwl via #5233)Vue.set
crashing when used on Arrays with non-number key (@pkaminski via #5216)v-show
not setting inline display property in SSR (@defcc via #5224)inject
option not reactive (@Kingwl via #5229)input[type=password]
behavior in IE9 (@ktsn via #5253)Commits
The new version differs by 19 commits .
c0ad75b
[release] 2.2.5
b876395
[build] 2.2.5
bfeb28f
pin todomvc css version
3b7cfc7
coverage
f4630d0
treat with different types as different nodes (fix #5266)
5222f06
bump deps
6de1b9b
optimize patch conditionals
0bb529a
also warn when listening to camelCase events in in-DOM templates
e47b1e5
Allow named properties on reactive arrays. (#5216)
70db229
handle v-model on password input field on ie9 (fix #5250) (#5253)
23a058e
fix(inject): change warn message when trying to mutate an injected value (#5243)
7dea9f1
fix provide isn't reactive with a single array (#5229)
4c4a2ab
trigger event after reassigned state - Fix #5191 (#5233)
e733e5c
fix SSR v-show render. (#5224)
84856a3
update issue template
There are 19 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: