Go to file
Guido Bouman 8ba420c359 Fix using one delay to control all transitions. (#3932)
* Fix using one delay to control all transitions.

Vue transitions have wrong timing when having CSS like the following:

```
.[transition-name]-enter-active, .[transition-name]-leave-active {
  transition: opacity 0.8s ease, transform 0.7s ease;
  transition-delay: 0.4s;
}
```

Which in turn bubbles errors to the console.

* Fix linting.
2016-10-17 10:36:22 +08:00
.github Add guide for PR title (#3936) 2016-10-14 09:25:09 -04:00
benchmarks add reference link in uptime bench 2016-07-31 17:36:26 -04:00
build update entities encoding/decoding (fix #3899) 2016-10-13 05:05:35 -04:00
dist [build] 2.0.3 2016-10-13 05:27:27 -04:00
examples fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943) 2016-10-14 09:27:54 -04:00
flow update entities encoding/decoding (fix #3899) 2016-10-13 05:05:35 -04:00
packages [build] 2.0.3 2016-10-13 05:27:27 -04:00
src Fix using one delay to control all transitions. (#3932) 2016-10-17 10:36:22 +08:00
test fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943) 2016-10-14 09:27:54 -04:00
types Update typings (#3876) 2016-10-08 14:15:36 -04:00
.babelrc more build tweaks 2016-08-27 21:13:55 -04:00
.eslintignore ignore packages in eslint 2016-06-08 12:19:15 -04:00
.eslintrc use eslint-plugin-flowtype (close #3583) 2016-09-09 10:50:22 +02:00
.flowconfig remove source-map generation from sfc parser 2016-06-21 02:17:11 -04:00
.gitignore remove log 2016-08-11 18:15:05 -05:00
BACKERS.md update backers 2016-10-10 23:52:57 -04:00
circle.yml bump circle node version 2016-08-27 21:31:01 -04:00
LICENSE add license and contrib guide 2016-07-29 23:08:02 -04:00
package.json fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943) 2016-10-14 09:27:54 -04:00
README.md update backers 2016-10-10 23:52:57 -04:00

Build Status Coverage Status Downloads Version License
Sauce Test Status

Supporting Vue.js

Vue.js is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome backers. If you'd like to join them, check out Vue.js' Patreon campaign.

Special thanks to the generous sponsorship by:



















Intro

Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. Core features include:

Note that Vue.js only supports ES5-compliant browsers (IE8 and below are not supported). To check out live examples and docs, visit vuejs.org.

Questions

For questions and support please use the Gitter chat room or the official forum. The issue list of this repo is exclusively for bug reports and feature requests.

Issues

Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read the Contributing Guide before making a pull request. If you have a Vue-related project/component/tool, add it with a pull-request to this curated list!

Changelog

Details changes for each release are documented in the release notes.

Stay In Touch

  • For latest releases and announcements, follow on Twitter: @vuejs

License

MIT

Copyright (c) 2013-2016 Evan You