Socket
Socket
Sign inDemoInstall

vue-template-compiler

Package Overview
Dependencies
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-template-compiler - npm Package Versions

1
15

2.5.11

Diff

Changelog

Source

2.5.11 (2017-12-14)

Bug Fixes

  • avoid unnecessary lowercase coersion in component name validation (3f0c628), closes #7237

Features

  • warn misspelled keys on prop validation object (#7198) (d02bb37)
yyx990803
published 2.5.10 •

Changelog

Source

2.5.10 (2017-12-12)

Bug Fixes

  • core: warn duplicate keys in all cases (#7200) (023f171), closes #7199
  • data() should be called with vm as first argument in mixins (bd4819e), closes #7191
  • more consistent component naming warnings across the API (644274c), closes #7212
  • revert shared static tree cache to avoid memory leak (5875c7c), closes #7184
  • should not update in-focus input value with lazy modifier (60da366), closes #7153
  • ssr: fix double escaping of ssrNode attribute values (#7224) (73a89bf), closes #7223
  • ssr: properly handle errors in async component (8936b8d), closes #6778
  • v-for: support array and nested destructuring in v-for (f5ce6b5)
  • weex: send createFinish signal after root component mounted (#7154) (0da8bce)
yyx990803
published 2.5.9 •

Changelog

Source

2.5.9 (2017-11-27)

Bug Fixes

  • block unnecessary input event on textarea placeholder in IE (0f7c443), closes #7138
  • ensure functionalContext is cloned during slot clones (604e081), closes #7106
  • fix async component resolving in sibling mounted hook (dd21eac), closes #7107
  • fix v-for iterator parsing destructuring + parens without index (aa82625)
  • keep-alive: should not destroy active instance when pruning cache (3932a45), closes #7105
  • types: add missing ssr renderToString signature (14e9908)
  • types: add Promise signature for bundleRenderer.renderToString (#7098) (3554eb2)
  • types: bump ts version and fix typing bugs (#7135) (a71e653)
  • types: improve and test bundleRenderer.renderToString Promise types (fcc1229)
  • types: use object and string instead of Object and String (#7126) (d2e1d49)
yyx990803
published 2.5.8 •

Changelog

Source

2.5.8 (2017-11-21)

Bug Fixes

  • fix v-for alias deconstruct regression (ebcef58), closes #7096
yyx990803
published 2.5.7 •

Changelog

Source

2.5.7 (2017-11-20)

Bug Fixes

  • allow traversing reactive objects which are sealed (#7080) (4c22d1d)
  • fix <keep-alive> include/exclude logic for anonymous components (a23b913)
  • improve error detector v-for identifier check (d891cd1), closes #6971
  • ssr: fix bundle renderer require path on windows (#7085) (063acb7)

Features

  • feat: add warning for ambiguous combined usage of slot-scope and v-for (c264335), closes #6817
yyx990803
published 2.5.6 •

Changelog

Source

2.5.6 (2017-11-18)

Bug Fixes

  • fix v-model :value warning on custom component (59dea37), closes #7084
yyx990803
published 2.5.5 •

Changelog

Source

2.5.5 (2017-11-17)

Bug Fixes

  • init _staticTrees to avoid runtime reference warning (f5cd29e), closes #7075
  • keep-alive should not cache anonymous components (4d8226f), closes #6938
  • should warn unknown components inside <keep-alive> (6d6b373)

Features

yyx990803
published 2.5.4 •

Changelog

Source

2.5.4 (2017-11-16)

Bug Fixes

Features

  • weex: support batch update styles and attributes (#7046) (7cf188e)
yyx990803
published 2.5.3 •

Changelog

Source

2.5.3 (2017-11-03)

Bug Fixes

  • $set should respect properties on prototype chain (83ed926), closes #6845
  • also clone component slot children during deepClone (1cf02ef), closes #6891 #6915
  • clean up target variables to avoid memory leaks (#6932) (c355319), closes #6931
  • core: static trees should be cached on options (#6826) (#6837) (b6c384d)
  • events: properly $off array of events (#6949) (c24f3e4)
  • handle encoded tabs and newlines in attributes for Chrome a[href] and IE/Edge (cfd73c2), closes #6828 #6916
  • keep-alive: higher priority for exclude than include (#6905) (604230f)
  • model: correctly set select v-model initial value on patch (#6910) (58a39df)
  • properly mark slot rendered flag in production mode (4fe1a95), closes #6997
  • slots: properly handle nested named slot passing (5a9da95), closes #6996
  • special case for static muted attribute in firefox (f2e00f7), closes #6887
  • ssr: properly render <select v-model> initial state (e1657fd), closes #6986
  • ssr: properly render textarea value (79c0d7b), closes #6986
  • ssr: should not optimize root if conditions (4ad9a56), closes #6907
  • types: improve typing for better completion (#6886) (98ea0a3)
  • typing: relax $options type for TS2.6+ (#6819) (9caed00)
  • v-model: v-if / v-else not working with :type + v-model (#6955) (0c703e3), closes #6918
  • weex: stop trim css units in richtext component (#6927) (8a784d8)
yyx990803
published 2.5.2 •

Changelog

Source

2.5.2 (2017-10-13)

Bug Fixes

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc