Skip to content

2.0 #354

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

Closed
wants to merge 78 commits into from
Closed

2.0 #354

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
6371d39
minimal updates for 2.0 version with new getting started guide
chrisvfritz Jun 17, 2016
6366a4f
fix typo in getting started
chrisvfritz Jun 17, 2016
52ceb5b
add updated fiddle for hello world example
chrisvfritz Jun 17, 2016
a79ea94
update installation page for 2.0.0-alpha.5
chrisvfritz Jun 17, 2016
27f47d3
update 'and' to 'or' in installation page
chrisvfritz Jun 17, 2016
6041678
update getting started with element wrappers
chrisvfritz Jun 18, 2016
e85f094
update overview page for 2.0
chrisvfritz Jun 19, 2016
f462702
fix docsearch in sidebar
chrisvfritz Jun 19, 2016
9a7eef9
updated instance guide for 2.0
chrisvfritz Jun 19, 2016
e0920f8
update computed guide for 2.0
chrisvfritz Jun 20, 2016
0f58d49
update class-and-style guide for 2.0
chrisvfritz Jun 20, 2016
fe93cdb
fix leftover capitalized 'Array'
chrisvfritz Jun 20, 2016
0c79b05
update 'watching properties' to 'watchers'
chrisvfritz Jun 20, 2016
b68ba87
rename 'watcher' heading
chrisvfritz Jun 20, 2016
139ae26
update conditional guide for 2.0
chrisvfritz Jun 20, 2016
dbbb4b6
update list guide for 2.0
chrisvfritz Jun 20, 2016
5c05dd3
Update syntax doc for Vue 2
posva Jun 20, 2016
aa8a380
fix typo in computed guide caught by @zkwolf
chrisvfritz Jun 21, 2016
7d8fd64
update events guide for 2.0
chrisvfritz Jun 21, 2016
9caf6d7
update forms guide for 2.0
chrisvfritz Jun 21, 2016
c206934
another typo in form guide caught by the excellent @zkwolf
chrisvfritz Jun 21, 2016
bf5205d
remove todo re vue-resource relevance
chrisvfritz Jun 22, 2016
6f5d5ec
fix reference to custom keyCode config
chrisvfritz Jun 22, 2016
d6a7a10
upgrade to latest vue alpha
chrisvfritz Jun 26, 2016
ab8628c
initial update for transition guide to 2.0
chrisvfritz Jun 26, 2016
797a6d0
add missing done callback to transition onLeave
chrisvfritz Jun 26, 2016
89c21ce
Fix code label: javascript -> js
posva Jun 26, 2016
8484c88
Add vuex merging strategy as an example in mixins
posva Jun 26, 2016
f254bae
Use es5 function instead of es6 fat arrow
posva Jun 26, 2016
b8b8600
tweaks and reorganization to transition guide
chrisvfritz Jun 26, 2016
52ba791
adjust language incorrectly referring to the transition system as a d…
chrisvfritz Jun 28, 2016
5a98b0f
update vue downloads to alpha.8
chrisvfritz Jun 28, 2016
39170b6
fix another typo found by @zkwolf
chrisvfritz Jun 28, 2016
01110c9
first draft update of components guide for 2.0
chrisvfritz Jun 28, 2016
e2f802f
add more links to instance guide
chrisvfritz Jun 29, 2016
dd5a2ab
first draft update of reactivity guide for 2.0
chrisvfritz Jun 29, 2016
fed400e
remove reference to deprecated replace option
chrisvfritz Jun 29, 2016
e4d3302
remove typo 'c' from components guide
chrisvfritz Jun 29, 2016
6895e0c
update component with new v-model interface
chrisvfritz Jun 29, 2016
d28012d
first draft plugin guild for 2.0
kazupon Jul 6, 2016
c549b11
rename enter and leave hooks as per https://github.com/vuejs/vue/issu…
chrisvfritz Jul 7, 2016
802020c
update vue version to 2.0.0-beta.1
chrisvfritz Jul 8, 2016
4f129de
remove filters from guide
chrisvfritz Jul 8, 2016
ffe61f1
update directives guide for 2.0
chrisvfritz Jul 10, 2016
180ddb1
split application guide up into separate pages
chrisvfritz Jul 10, 2016
56939e2
update state management doc for 2.0
chrisvfritz Jul 10, 2016
52df7b4
update unit-testing guide for 2.0
chrisvfritz Jul 10, 2016
26eb5fb
update join guide for 2.0
chrisvfritz Jul 10, 2016
7124498
fix punctuation mistake in code comment
chrisvfritz Jul 14, 2016
de94e9a
add initial render function guide
chrisvfritz Jul 15, 2016
c11ba06
add x-template to components guide
chrisvfritz Jul 15, 2016
257e614
update render guide and fix guide orderings
chrisvfritz Jul 21, 2016
98b0f63
update to beta.2
chrisvfritz Jul 21, 2016
230de69
add v-once tip to components guide
chrisvfritz Jul 21, 2016
73d60da
add native modifier to components guide
chrisvfritz Jul 24, 2016
ce7230a
update render functions guide for beta.3
chrisvfritz Jul 26, 2016
2dd5cc1
update vue version to beta.4
chrisvfritz Jul 26, 2016
6040967
add section about using plain javascript in render functions to repla…
chrisvfritz Jul 27, 2016
aa25ce8
update to 2.0.0-beta.5
chrisvfritz Jul 29, 2016
e144d69
update transitions guide with new syntax
chrisvfritz Jul 30, 2016
270866f
update transitioning state guide with dynamic example
chrisvfritz Jul 30, 2016
1b0fc6d
update language in render functions guide
chrisvfritz Jul 30, 2016
254cda6
add step 20 to animated number inputs
chrisvfritz Jul 30, 2016
4904f87
update v-if/v-else example to with new rootless syntax
chrisvfritz Jul 30, 2016
a10c947
update phrasing in render functions guide
chrisvfritz Jul 30, 2016
29f227e
Don't use abbreviation (#348)
phanan Aug 1, 2016
285a84f
Remove unnecessary boolean check (#347)
phanan Aug 1, 2016
31a9b42
add note about the difference between children and slots
chrisvfritz Aug 1, 2016
65a775b
reorganize guide into 3 sections
chrisvfritz Aug 1, 2016
ee966da
correct typo in forms guide
chrisvfritz Aug 1, 2016
b3b2bcb
update to 2.0.0-beta.6
chrisvfritz Aug 2, 2016
39527dc
update custom directives example to avoid force scroll on smaller scr…
chrisvfritz Aug 2, 2016
7517584
update comparison guide for 2.0
chrisvfritz Aug 3, 2016
fd7cc61
Updated global config
FadyMak Aug 4, 2016
7e43495
fix blog main menu partial context
yyx990803 Aug 6, 2016
4028845
deployment setup for rc.vuejs.org
yyx990803 Aug 6, 2016
ee8c266
2.0.0-beta.7
yyx990803 Aug 6, 2016
407c24d
updated Global API
FadyMak Aug 6, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ deploy:
rm -f db.json
hexo generate
cp -R ./todomvc public/examples
mkdir -p public/unit
cp -R ../vue/test/unit/lib/ public/unit/lib
cp ../vue/test/unit/index.html public/unit/index.html
cp ../vue/test/unit/specs.js public/unit/specs.js
cp ../vue/test/unit/specs.js.map public/unit/specs.js.map
hexo deploy

update:
cd ../vue && \
git checkout -- dist && \
git checkout master && \
npm run build && \
npm run build-test > /dev/null
git checkout next && \
npm run build
cp ../vue/dist/vue.min.js themes/vue/source/js/vue.min.js
cp ../vue/dist/vue.js themes/vue/source/js/vue.js
node update.js
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ markdown:
## Docs: http://zespia.tw/hexo/docs/deployment.html
deploy:
type: git
repository: [email protected]:vuejs/vuejs.org.git
repository: [email protected]:vuejs/rc.vuejs.org.git

feed:
type: atom
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.18",
"private": true,
"hexo": {
"version": "3.2.0"
"version": "3.2.2"
},
"dependencies": {
"hexo": "^3.2.0",
Expand All @@ -18,4 +18,4 @@
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0"
}
}
}
2 changes: 1 addition & 1 deletion src/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vuejs.org
rc.vuejs.org
Loading