-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Update vue stuff #2032
Update vue stuff #2032
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2032 +/- ##
=======================================
Coverage 21.34% 21.34%
=======================================
Files 262 262
Lines 5767 5767
Branches 689 694 +5
=======================================
Hits 1231 1231
+ Misses 4031 4018 -13
- Partials 505 518 +13
Continue to review full report at Codecov.
|
…into vue-2.5.1-23.0.0-app--vue
…itchen-sink' into vue-2.5.1-23.0.0-app--vue
…app--vue' into vue-2.5.1-23.0.0-app--vue # Conflicts: # app/vue/package.json
…examples--vue-kitchen-sink' into vue-2.5.1-23.0.0-app--vue
….0-app--vue' into vue-2.5.1-23.0.0-app--vue
….0-examples--vue-kitchen-sink' into vue-2.5.1-23.0.0-app--vue
…kitchen-sink' into vue-2.5.1-23.0.0-app--vue # Conflicts: # examples/vue-kitchen-sink/package.json # yarn.lock
|
…into vue-2.5.1-23.0.0-app--vue # Conflicts: # addons/knobs/package.json # yarn.lock
…vue-2.5.1-23.0.0-app--vue # Conflicts: # app/vue/package.json # yarn.lock
…itchen-sink' into vue-2.5.1-23.0.0-app--vue # Conflicts: # examples/vue-kitchen-sink/package.json # yarn.lock
….0-app--vue' into vue-2.5.1-23.0.0-app--vue # Conflicts: # app/vue/package.json
….0-examples--vue-kitchen-sink' into vue-2.5.1-23.0.0-app--vue # Conflicts: # examples/vue-kitchen-sink/package.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No majors were bumped, if kitchen sink works, I think we can go ahead.
vue has been updated to 2.5.1 in app/vue by dependencies.io
2.5.1
Bug Fixes
2.5.0
Features & Improvements
Error Handling and Reporting
errorCaptured
hook b3cd9bc [Details]TypeScript Declaration Improvements
further improve Vue type declarations for canonical usage (Improve performance for larger storybooks #6391) db138e2
This change requires upgrade actions for TypeScript users using 2.4 types. Thanks to the work by danielrosenwasser, @HerringtonDarkholme and @ktsn. For more details, please read this blog post.
Functional Components
compiled templates for functional component support ea0d227
scoped CSS support for functional components 050bb33
These features require
vue-loader>=13.3.0
. Thanks to the work by blake-newman. [Details]Server Side Rendering
renderToString
now returns a Promise if no callback is passed f881dd1, closes React native clean install version mismatch #6160shouldPrefetch
option (same signature asshouldPreload
) 7bc899c, closes Core: support unicode chars in story IDs #5964process
astrue
breaks usage of libraries looking for environment variables #6763) 2d32b5d, closes Corrected failing example in Vue guide #6761vue-server-renderer/basic.js
c5d0fa0 [Details]v-model
type
binding on<input>
f3fe012v-on
.exact
event modifier (Fix viewport parameters documentation issue #5977) 9734e87, closes Update README.md demo projects version > 5.0.0 #5976 [Details]Scoped Slots
Provide/Inject
<keep-alive>
max
prop for<keep-alive>
for limiting max number of instances cached 2cba6d4Other Improvements
config.ignoredElements
can now contain RegExp in addition to strings (@storybook/[email protected]
is broken #6769) 795b908data
function is now called with the vm instance as the first argument (Cannot launch storybook UI, receiving multiple errors #6760) 3a5432avue-template-compiler
now ships an environment-agnostic build which can be used directly in browsers invue-template-compiler/browser.js
a5e5b31Bug Fixes
loaders
option withuse
#6718) 6ad44e1, closes Addon-contexts: Improve Vue integration #6632 Addon-docs: Source doc block #6641