Update vue from 2.4.4 to 2.5.1 in examples/vue-kitchen-sink #2035
+5
−28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
vue has been updated to 2.5.1 in examples/vue-kitchen-sink 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/react-native-server@5.1.0-beta.0
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