-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Comparing changes
Open a pull request
base repository: vuejs/vuex
base: 03b386ea4e964ecd2cf816cb4141acf34b2ef81c
head repository: vuejs/vuex
compare: d2703385b3e0ee64544efd9e7d8ffc28f8c05bcd
Commits on Apr 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4a21381 - Browse repository at this point
Copy the full SHA 4a21381View commit details
Commits on Apr 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1b889aa - Browse repository at this point
Copy the full SHA 1b889aaView commit details -
Russian Translation Update (#746)
* russian docs translation started * docs/ru/actions.md translated * docs/ru/api.md translated * docs/ru/forms.md translated * api translation fix * docs/ru/getters.md translated * docs/ru/getting-started.md translated * docs/ru/hot-reload.md translated * docs/ru/installation.md translated * docs/ru/intro.md translated * docs/ru/modules.md translated * docs/ru/README.md translated * docs/ru/strict.md translated * docs/ru/structure.md translated * docs/ru/SUMMARY.md translated (O_O for some reason it happens to be exactly the same as README.md) * docs/ru/mutations.md translated * docs/ru/plugins.md translated * docs/ru/state.md translated * docs/ru/testing.md translated * docs/ru/actions.md styling/proof-reading * docs/ru/api.md styling/proof-reading * docs/ru/forms.md styling/proof-reading * docs/ru/getters.md styling/proof-reading * docs/ru/getting-started.md styling/proof-reading * docs/ru/hot-reload.md styling/proof-reading * docs/ru/installation.md styling/proof-reading * docs/ru/intro.md styling/proof-reading * docs/ru/modules.md styling/proof-reading * docs/ru/mutations.md styling/proof-reading * docs/ru/plugins.md styling/proof-reading * docs/ru/state.md styling/proof-reading * docs/ru/strict.md styling/proof-reading * docs/ru/structure.md styling/proof-reading * docs/ru/testing.md styling/proof-reading * docs/ru/intro.md typo fix * Copyediting RU documentation * Fix typo * Change wording around alternative approaches to data handling * Fix typo * Fix typo * Better wording for linters * Fix header and change wording * fix typo * typos reported by @ipelekhan are fixed * Russian docs translation update * Fix typo * Sentence rephrasing and fix punctuation * Переключил на ветку translation-ru * - Исправлен пример * - getting-started.md исправлена ссылка на jsfiddle * - getters.md добавлена секция про возможность передачи функции в геттерах * - installation.md добавлен флаг --save * - modules.md мелкая правка в примере * Update modules.md * modules.md ещё мелкая правка в примере * modules.md добавлен пример регистрации модуля #634 * actions.md расширен пример * getters.md исправление * strict.md обновление и добавлено уточнение о затратности * testing.md исправлен пример конфига webpack * api.md изменены ссылки * intro.md изменена ссылка * state.md изменена ссылка * api.md добавлены уточнения при определении в модуле * mutations.md добавлено уточнение примера * modules.md обновление 2.3.0 * api.md исправлена ошибка * plugins.md добавлено уточнение в пример * modules.md исправлена опечатка * api.md добавлены описания options для dispatch/commit
Configuration menu - View commit details
-
Copy full SHA for 8cba988 - Browse repository at this point
Copy the full SHA 8cba988View commit details
Commits on Apr 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for de4e138 - Browse repository at this point
Copy the full SHA de4e138View commit details
Commits on Apr 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for daac9b2 - Browse repository at this point
Copy the full SHA daac9b2View commit details
Commits on Apr 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b9ea69a - Browse repository at this point
Copy the full SHA b9ea69aView commit details
Commits on Apr 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 18a3a10 - Browse repository at this point
Copy the full SHA 18a3a10View commit details
Commits on May 2, 2017
-
* fixed typos * fix typos from bad english... sorry guys
Configuration menu - View commit details
-
Copy full SHA for a5f27c5 - Browse repository at this point
Copy the full SHA a5f27c5View commit details
Commits on May 9, 2017
-
Review of installation.md (#768)
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1344e73 - Browse repository at this point
Copy the full SHA 1344e73View commit details
Commits on May 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7aad4a3 - Browse repository at this point
Copy the full SHA 7aad4a3View commit details
Commits on May 14, 2017
-
Add a try-catch to the testAction helper method example (#776)
When an error occurs in an assertion, you receive the message that your promise hook was not closed within 2 seconds. By catching the error, we can call done(error) (this works for standard vue-cli template) 1. This makes sure the test is properly closed 2. The assertion error is logged to the console
Configuration menu - View commit details
-
Copy full SHA for 665f60c - Browse repository at this point
Copy the full SHA 665f60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 139dfec - Browse repository at this point
Copy the full SHA 139dfecView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc5fc79 - Browse repository at this point
Copy the full SHA cc5fc79View commit details -
[improvement] Add assertion to verify using of new (#698)
* [improvement] Add assertion to verify using of new I see people are asking about this problem so often, that I feel it worth to put this assertion into the code to save some time for those developers. * [fix] Revert dist folder
Configuration menu - View commit details
-
Copy full SHA for e0504cc - Browse repository at this point
Copy the full SHA e0504ccView commit details
Commits on May 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a7a775b - Browse repository at this point
Copy the full SHA a7a775bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8ba9e - Browse repository at this point
Copy the full SHA bb8ba9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 683a6ca - Browse repository at this point
Copy the full SHA 683a6caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c471c - Browse repository at this point
Copy the full SHA 45c471cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a88b2 - Browse repository at this point
Copy the full SHA 46a88b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdf4d0f - Browse repository at this point
Copy the full SHA fdf4d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7409d4f - Browse repository at this point
Copy the full SHA 7409d4fView commit details -
* add module getters definition explain * translate previous commit * add example of passing payload to mutation with mapMutations helper NOTE: pick up from 5f6b534 * translate previous commit * add mouse reuse docs * translate previous commit * fix typo NOTE: pick up from 72107ac * translate plugins section NOTE: reference from 8029c39 * add describe options argument of dispatch/commit in api docs NOTE: pick up from 1b889aa * translate previous commit * update state section NOTE: pick up from 7aad4a3 * remove origin
Configuration menu - View commit details
-
Copy full SHA for 8a4e485 - Browse repository at this point
Copy the full SHA 8a4e485View commit details
Commits on May 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 77d571f - Browse repository at this point
Copy the full SHA 77d571fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddcf9c2 - Browse repository at this point
Copy the full SHA ddcf9c2View commit details -
Merge pull request #793 from zzuieliyaoli/intro-flow-png-responsive
Fix: flow.png in intro.md isn't responsive
Configuration menu - View commit details
-
Copy full SHA for acfe620 - Browse repository at this point
Copy the full SHA acfe620View commit details
Commits on May 22, 2017
-
Doc EN
getters.md
: Add new line for consistency (#791)* Add new line for consistency into getters.md Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add tick for consistency accross all Vue docs. Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 752dbc6 - Browse repository at this point
Copy the full SHA 752dbc6View commit details
Commits on May 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 44d4a72 - Browse repository at this point
Copy the full SHA 44d4a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 730b369 - Browse repository at this point
Copy the full SHA 730b369View commit details -
Improve documentation consistency for
mutations.md
andactions.md
(……#794) * Improve documentation consistency for `mutations.md` Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add mapMutations to ticked text Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add review of actions.md to the PR Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add ticks to modules.md Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com> * Add some tick to plugins.md Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e1e4c2e - Browse repository at this point
Copy the full SHA e1e4c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a37783 - Browse repository at this point
Copy the full SHA 1a37783View commit details
Commits on May 26, 2017
-
* vuex 支持延迟生成store 场景: 组件树:(R为根组件;C1为R的子组件;C11、C12为C1的子组件, C11,C12下面还有很多下层组件) R |___C1 |____C11 |____C12 |___C1 |____C11 |____C12 |___C1 |____C11 |____C12 C1的每个实例的数据显示是不一样的, 如果使用props传递数据,将会导致所有组件的实例要知道自己的index,不然不知道去修改哪个state。如果vuex支持延时创建store,那么在C1 上面延时生成store,下层组件使用$store的时候,不需要关心当前是哪个store的。 * Update mixin.js * 优化写法 优化写法
Configuration menu - View commit details
-
Copy full SHA for e71a2d3 - Browse repository at this point
Copy the full SHA e71a2d3View commit details
Commits on May 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a090c62 - Browse repository at this point
Copy the full SHA a090c62View commit details
Commits on May 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 57506ca - Browse repository at this point
Copy the full SHA 57506caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11e72c6 - Browse repository at this point
Copy the full SHA 11e72c6View commit details
Commits on Jun 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 364e8c0 - Browse repository at this point
Copy the full SHA 364e8c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22fbb5b - Browse repository at this point
Copy the full SHA 22fbb5bView commit details
Commits on Jun 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9b47635 - Browse repository at this point
Copy the full SHA 9b47635View commit details
Commits on Jun 6, 2017
-
* Typo fix in "Mutations" section. Fixed via rephrasing slightly. * Typo fix in "Actions" section. * Typo fix in "Modules" section.
Configuration menu - View commit details
-
Copy full SHA for 82efdd0 - Browse repository at this point
Copy the full SHA 82efdd0View commit details
Commits on Jun 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 41a5cbd - Browse repository at this point
Copy the full SHA 41a5cbdView commit details
Commits on Jun 13, 2017
-
remove usesInit condition (#824)
- rename: init -> beforeCreate in v2.0.0-alpha.7 - it's not necessary in the next version
Configuration menu - View commit details
-
Copy full SHA for b64766b - Browse repository at this point
Copy the full SHA b64766bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e43c7 - Browse repository at this point
Copy the full SHA 08e43c7View commit details
Commits on Jun 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 02e7703 - Browse repository at this point
Copy the full SHA 02e7703View commit details -
Change Webpack to webpack (#820)
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 31772f0 - Browse repository at this point
Copy the full SHA 31772f0View commit details
Commits on Jun 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c2aed43 - Browse repository at this point
Copy the full SHA c2aed43View commit details
Commits on Jul 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 582a355 - Browse repository at this point
Copy the full SHA 582a355View commit details
Commits on Jul 4, 2017
-
* Update mutations.md small correction * Update mutations.md
Configuration menu - View commit details
-
Copy full SHA for bcafd87 - Browse repository at this point
Copy the full SHA bcafd87View commit details
Commits on Jul 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0cee68b - Browse repository at this point
Copy the full SHA 0cee68bView commit details
Commits on Jul 12, 2017
-
* russian docs translation started * docs/ru/actions.md translated * docs/ru/api.md translated * docs/ru/forms.md translated * api translation fix * docs/ru/getters.md translated * docs/ru/getting-started.md translated * docs/ru/hot-reload.md translated * docs/ru/installation.md translated * docs/ru/intro.md translated * docs/ru/modules.md translated * docs/ru/README.md translated * docs/ru/strict.md translated * docs/ru/structure.md translated * docs/ru/SUMMARY.md translated (O_O for some reason it happens to be exactly the same as README.md) * docs/ru/mutations.md translated * docs/ru/plugins.md translated * docs/ru/state.md translated * docs/ru/testing.md translated * docs/ru/actions.md styling/proof-reading * docs/ru/api.md styling/proof-reading * docs/ru/forms.md styling/proof-reading * docs/ru/getters.md styling/proof-reading * docs/ru/getting-started.md styling/proof-reading * docs/ru/hot-reload.md styling/proof-reading * docs/ru/installation.md styling/proof-reading * docs/ru/intro.md styling/proof-reading * docs/ru/modules.md styling/proof-reading * docs/ru/mutations.md styling/proof-reading * docs/ru/plugins.md styling/proof-reading * docs/ru/state.md styling/proof-reading * docs/ru/strict.md styling/proof-reading * docs/ru/structure.md styling/proof-reading * docs/ru/testing.md styling/proof-reading * docs/ru/intro.md typo fix * Copyediting RU documentation * Fix typo * Change wording around alternative approaches to data handling * Fix typo * Fix typo * Better wording for linters * Fix header and change wording * fix typo * typos reported by @ipelekhan are fixed * Russian docs translation update * Fix typo * Sentence rephrasing and fix punctuation * Переключил на ветку translation-ru * - Исправлен пример * - getting-started.md исправлена ссылка на jsfiddle * - getters.md добавлена секция про возможность передачи функции в геттерах * - installation.md добавлен флаг --save * - modules.md мелкая правка в примере * Update modules.md * modules.md ещё мелкая правка в примере * modules.md добавлен пример регистрации модуля #634 * actions.md расширен пример * getters.md исправление * strict.md обновление и добавлено уточнение о затратности * testing.md исправлен пример конфига webpack * api.md изменены ссылки * intro.md изменена ссылка * state.md изменена ссылка * api.md добавлены уточнения при определении в модуле * mutations.md добавлено уточнение примера * modules.md обновление 2.3.0 * api.md исправлена ошибка * plugins.md добавлено уточнение в пример * modules.md исправлена опечатка * api.md добавлены описания options для dispatch/commit * state.md исправлен комментарий про standalone * Перефразировано * getters.md добавлены бэктики в пример * actions.md правки * modules.md правки * mutations.md * plugins.md правки * modules.md добавлена ссылка на SSR * getters.md добавлено уточнение * testing.md добавлены -loader * actions.md инстанс -> экземпляр * api.md инстанс -> экземпляр * state.md инстанс -> экземпляр
Configuration menu - View commit details
-
Copy full SHA for ba8feba - Browse repository at this point
Copy the full SHA ba8febaView commit details
Commits on Jul 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 71084f4 - Browse repository at this point
Copy the full SHA 71084f4View commit details
Commits on Jul 17, 2017
-
Add MutationPayload type (#869)
* Add MutationPayload type On the subscribe function, the mutation object was only having the `type` property and missing the payload * Add tests for MutationPayload
Configuration menu - View commit details
-
Copy full SHA for fd2b188 - Browse repository at this point
Copy the full SHA fd2b188View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.