]>
git.ipfire.org Git - thirdparty/vuejs/pinia.git/log
Adam Frank [Sat, 28 May 2022 17:27:31 +0000 (13:27 -0400)]
docs: remove comma (#1325)
I think this comma is unintended
Leonid [Fri, 27 May 2022 05:05:38 +0000 (08:05 +0300)]
docs: fix getter name in vuex example (#1321)
Corrected the getter name for full name in example of usage vuex inside the componets
Eduardo San Martin Morote [Thu, 19 May 2022 15:30:46 +0000 (17:30 +0200)]
docs: update sponsors
Eduardo San Martin Morote [Thu, 19 May 2022 12:31:57 +0000 (14:31 +0200)]
docs: skipHydrate api
Tobias Nusser [Wed, 18 May 2022 12:48:07 +0000 (14:48 +0200)]
docs: missing comma in return statement (#1304)
Eduardo San Martin Morote [Sun, 15 May 2022 09:32:55 +0000 (11:32 +0200)]
docs: remove outdated onAction docs
Close #1294
Johannes Cleve [Sun, 15 May 2022 09:20:34 +0000 (11:20 +0200)]
docs: Use `state` instead of `this` in example (#1295)
Using `state` is the preferred way to access data in a getter. So it's better to use it correctly in examples.
Yunwei Xiao [Thu, 12 May 2022 09:58:42 +0000 (17:58 +0800)]
docs: fixed the indent of code (#1282)
Eduardo San Martin Morote [Thu, 12 May 2022 09:57:51 +0000 (11:57 +0200)]
docs: link
close #1287
lazzzis [Tue, 10 May 2022 06:38:11 +0000 (23:38 -0700)]
test: polish (#1280)
lazzzis [Mon, 9 May 2022 07:58:52 +0000 (00:58 -0700)]
docs: fix typo (#1281)
Eduardo San Martin Morote [Thu, 5 May 2022 11:31:35 +0000 (13:31 +0200)]
release: @pinia/nuxt@0.1.9 pinia@2.0.14 @pinia/testing@0.0.12
Eduardo San Martin Morote [Thu, 5 May 2022 11:29:22 +0000 (13:29 +0200)]
docs(ssr): use hasOwnProperty
Eduardo San Martin Morote [Thu, 5 May 2022 11:18:47 +0000 (13:18 +0200)]
fix: correctly detect option stores
Fix #1272
Eduardo San Martin Morote [Wed, 4 May 2022 13:05:59 +0000 (15:05 +0200)]
docs: remove title
Eduardo San Martin Morote [Wed, 4 May 2022 12:43:16 +0000 (14:43 +0200)]
docs: remove confusing example
See #1204
Eduardo San Martin Morote [Mon, 2 May 2022 20:18:58 +0000 (22:18 +0200)]
style: unused var
Eduardo San Martin Morote [Mon, 2 May 2022 09:13:16 +0000 (11:13 +0200)]
fix: avoid multiple subscriptions with empty promises
Fix #1129
Nico Devs [Mon, 2 May 2022 07:50:21 +0000 (04:50 -0300)]
Update Vue School banner copy (#1262)
MrChenYZ [Fri, 29 Apr 2022 06:41:35 +0000 (14:41 +0800)]
docs: missing comma (#1263)
Co-authored-by: chenyingzhou <chenyingzhou@anta.com>
Émile Fugulin [Wed, 27 Apr 2022 06:17:29 +0000 (02:17 -0400)]
Fix typo in storeSetup test (#1257)
Eduardo San Martin Morote [Tue, 26 Apr 2022 06:50:03 +0000 (08:50 +0200)]
build: unify vue dependency
Eduardo San Martin Morote [Mon, 25 Apr 2022 15:54:10 +0000 (17:54 +0200)]
chore: up nuxt deps
Eduardo San Martin Morote [Mon, 25 Apr 2022 15:53:59 +0000 (17:53 +0200)]
chore: up pinia deps
Eduardo San Martin Morote [Mon, 25 Apr 2022 13:56:42 +0000 (15:56 +0200)]
chore: update build deps
Nico Devs [Mon, 25 Apr 2022 13:49:00 +0000 (10:49 -0300)]
Update Vue School offer banner (#1254)
* Update Vue School offer banner
* Add Vue School banner asset
Eduardo San Martin Morote [Mon, 25 Apr 2022 13:18:08 +0000 (15:18 +0200)]
docs: pinia plugins when testing components
Eduardo San Martin Morote [Mon, 25 Apr 2022 13:11:55 +0000 (15:11 +0200)]
fix(testing): allow overriding plugin computed properties
Eduardo San Martin Morote [Mon, 25 Apr 2022 13:06:08 +0000 (15:06 +0200)]
fix(testing): correct order of plugin installation
Eduardo San Martin Morote [Mon, 25 Apr 2022 13:02:22 +0000 (15:02 +0200)]
fix(devtools): remove in tests environment
Eduardo San Martin Morote [Mon, 25 Apr 2022 12:39:27 +0000 (14:39 +0200)]
chore: better error message
Eduardo San Martin Morote [Mon, 25 Apr 2022 12:39:16 +0000 (14:39 +0200)]
fix(testing): stub actions without app
Nico Devs [Sat, 23 Apr 2022 22:06:43 +0000 (19:06 -0300)]
docs(docs): Change Vue School banner affiliate key (#1248)
Nico Devs [Fri, 22 Apr 2022 15:29:21 +0000 (12:29 -0300)]
Vueschool Free Weekend Banner (#1202)
* docs(docs): Vue School Free Weekend Banner
* docs(docs): Update Free Weekend Banner
* docs(docs): Restore video introduction link
* docs(docs): Change Free Weekend copy
* docs(docs): Fix link referrer
Eduardo San Martin Morote [Fri, 22 Apr 2022 14:45:31 +0000 (16:45 +0200)]
chore: better size check
lazzzis [Fri, 22 Apr 2022 11:05:15 +0000 (04:05 -0700)]
docs: fix typo in `PiniaPluginContext` (#1244)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Eduardo San Martin Morote [Tue, 19 Apr 2022 09:37:05 +0000 (11:37 +0200)]
docs: format
Jairo Blatt [Tue, 19 Apr 2022 09:35:56 +0000 (06:35 -0300)]
chore: fixed missing curly braces (#1233) [skip ci]
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Eduardo San Martin Morote [Thu, 14 Apr 2022 17:44:48 +0000 (19:44 +0200)]
docs: generated api docs
Eduardo San Martin Morote [Thu, 14 Apr 2022 17:44:16 +0000 (19:44 +0200)]
chore: updatesto playground
Eduardo San Martin Morote [Wed, 13 Apr 2022 10:35:06 +0000 (12:35 +0200)]
docs: try deploy
Eduardo San Martin Morote [Wed, 13 Apr 2022 10:22:23 +0000 (12:22 +0200)]
docs: change delimiters for attrs
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:57:10 +0000 (19:57 +0200)]
build: fix publish branch
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:52:20 +0000 (19:52 +0200)]
release: pinia@2.0.13 @pinia/testing@0.0.11
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:51:11 +0000 (19:51 +0200)]
feat: update devtools-api
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:48:43 +0000 (19:48 +0200)]
chore: unused variable
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:47:18 +0000 (19:47 +0200)]
docs: mocking getters
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:43:29 +0000 (19:43 +0200)]
fix(testing): enable initialState witohut app
Eduardo San Martin Morote [Thu, 31 Mar 2022 17:41:14 +0000 (19:41 +0200)]
feat(testing): allow overriding computed in tests
Close #945
Eduardo San Martin Morote [Thu, 31 Mar 2022 16:08:03 +0000 (18:08 +0200)]
test: add skipped test for #1129 [skip ci]
Eduardo San Martin Morote [Thu, 31 Mar 2022 15:36:00 +0000 (17:36 +0200)]
test: add nested stores test
Discussion at #1177
Richard Keep [Thu, 31 Mar 2022 15:23:28 +0000 (18:23 +0300)]
docs: typo (#1181)
Eduardo San Martin Morote [Thu, 31 Mar 2022 13:19:55 +0000 (15:19 +0200)]
chore: see wrong locks [skip ci]
Eduardo San Martin Morote [Thu, 31 Mar 2022 10:27:29 +0000 (12:27 +0200)]
ci: use pnpm (#1179)
Eduardo San Martin Morote [Thu, 31 Mar 2022 10:05:09 +0000 (12:05 +0200)]
fix: avoid prototype pollution
Blake Newman [Thu, 31 Mar 2022 09:52:32 +0000 (10:52 +0100)]
fix(testing): Vue 2 initial state reactive (#1165)
Eduardo San Martin Morote [Thu, 31 Mar 2022 09:03:27 +0000 (11:03 +0200)]
fix(vue2): use toRefs in storeToRefs
Close #852
Eduardo San Martin Morote [Tue, 29 Mar 2022 17:22:19 +0000 (19:22 +0200)]
chore: up some doc deps
Eduardo San Martin Morote [Tue, 29 Mar 2022 17:08:45 +0000 (19:08 +0200)]
docs: fix dead links
Eduardo San Martin Morote [Tue, 29 Mar 2022 16:55:04 +0000 (18:55 +0200)]
chore: up sponsors
Roman Ruiz-Esparza [Sat, 26 Mar 2022 11:30:47 +0000 (07:30 -0400)]
fix typo (#1171)
David Warner [Fri, 25 Mar 2022 18:30:20 +0000 (14:30 -0400)]
docs: typo (#1169)
Flavsditz [Thu, 24 Mar 2022 14:22:49 +0000 (15:22 +0100)]
docs: showing how to use initialState in testing (#1166)
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
Eduardo San Martin Morote [Wed, 23 Mar 2022 10:03:02 +0000 (11:03 +0100)]
chore: log
Eduardo San Martin Morote [Wed, 16 Mar 2022 17:13:25 +0000 (18:13 +0100)]
chore: move to github forms
mykwillis [Wed, 16 Mar 2022 16:58:02 +0000 (09:58 -0700)]
docs: document createSpy with examples (#1138)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Théo LAVAUX [Wed, 16 Mar 2022 16:49:37 +0000 (17:49 +0100)]
docs: update nuxt.js examples in plugins.md (#1150)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Eduardo San Martin Morote [Mon, 14 Mar 2022 16:08:33 +0000 (17:08 +0100)]
release: pinia@2.0.12 @pinia/testing@0.0.10
Eduardo San Martin Morote [Mon, 14 Mar 2022 16:06:29 +0000 (17:06 +0100)]
feat: up vue-devtools
Eduardo San Martin Morote [Mon, 14 Mar 2022 15:27:16 +0000 (16:27 +0100)]
build: fix production flag
Fix 1143
Eduardo San Martin Morote [Mon, 14 Mar 2022 15:09:52 +0000 (16:09 +0100)]
feat(warn): avoid vue 2 bug storeToRefs()
Related to #852
Nik [Sat, 12 Mar 2022 20:33:35 +0000 (02:03 +0530)]
docs: fix options api syntax (#1140)
hafdon [Fri, 11 Mar 2022 18:56:50 +0000 (11:56 -0700)]
docs: move preferences from parameter to state (#1137)
Eduardo San Martin Morote [Thu, 10 Mar 2022 17:26:35 +0000 (18:26 +0100)]
feat(devtools): use api.now()
Jonathan [Wed, 9 Mar 2022 14:23:50 +0000 (15:23 +0100)]
... or session storage (#1125)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
Tomek Wisnewski [Wed, 9 Mar 2022 14:22:27 +0000 (15:22 +0100)]
Update getters code example to match description above (#1127)
Nicolas Giard [Sun, 6 Mar 2022 17:45:22 +0000 (12:45 -0500)]
docs: typo in migration-vuex.md (#1121)
Alan Wang [Fri, 4 Mar 2022 19:18:10 +0000 (14:18 -0500)]
docs: update plugins.md (#1116)
Eduardo San Martin Morote [Tue, 1 Mar 2022 14:43:31 +0000 (15:43 +0100)]
docs: update note about RFCs
new1333 [Tue, 1 Mar 2022 10:10:18 +0000 (18:10 +0800)]
docs: Update actions.md (#1103)
Eduardo San Martin Morote [Mon, 28 Feb 2022 16:55:39 +0000 (17:55 +0100)]
refactor: use vi global
Eduardo San Martin Morote [Mon, 28 Feb 2022 16:50:41 +0000 (17:50 +0100)]
style: format
Thomas Kint [Tue, 25 Jan 2022 15:13:54 +0000 (16:13 +0100)]
chore: fix comments
Thomas Kint [Thu, 20 Jan 2022 11:56:55 +0000 (12:56 +0100)]
add pre-configuration for vitest
Guillaume Duliscouët [Mon, 28 Feb 2022 16:49:43 +0000 (17:49 +0100)]
docs: add code exemple for Vue 2 unit tests (#1086)
Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
Eduardo San Martin Morote [Mon, 28 Feb 2022 16:44:41 +0000 (17:44 +0100)]
docs: format
Daniel Kelly [Mon, 28 Feb 2022 16:43:10 +0000 (10:43 -0600)]
docs: add link to free Vue School course on homepage [skip ci] (#1089)
Daniel Kelly [Mon, 28 Feb 2022 16:42:24 +0000 (10:42 -0600)]
add vue school links for the options API (#1088)
Philippe Fontaine [Mon, 28 Feb 2022 16:40:59 +0000 (11:40 -0500)]
chore: bug in README example [skip ci] (#1101)
Eduardo San Martin Morote [Mon, 28 Feb 2022 16:38:51 +0000 (17:38 +0100)]
docs: ignore api changes for the moment
Eduardo San Martin Morote [Fri, 18 Feb 2022 23:03:02 +0000 (00:03 +0100)]
docs: refactor
Close #1040
istiyak [Wed, 9 Feb 2022 10:36:05 +0000 (16:06 +0530)]
docs: remove warning layout
istiyak [Wed, 9 Feb 2022 09:45:05 +0000 (15:15 +0530)]
docs: add increment function example
istiyak [Wed, 9 Feb 2022 07:34:49 +0000 (13:04 +0530)]
docs: add hint on destructuring actions from store
Eduardo San Martin Morote [Fri, 18 Feb 2022 22:44:45 +0000 (23:44 +0100)]
feat(devtools): allow disable logs
Eduardo San Martin Morote [Fri, 18 Feb 2022 22:34:22 +0000 (23:34 +0100)]
fix(devtools): avoid error in getters
Close #1062
Eduardo San Martin Morote [Fri, 18 Feb 2022 22:06:49 +0000 (23:06 +0100)]
test: skip failing test
Eduardo San Martin Morote [Fri, 18 Feb 2022 22:06:40 +0000 (23:06 +0100)]
fix(types): exclude internal properties from store
Fix #1013
Eduardo San Martin Morote [Fri, 18 Feb 2022 21:21:26 +0000 (22:21 +0100)]
chore: up deps
Ahmad Saugi [Thu, 17 Feb 2022 14:27:30 +0000 (21:27 +0700)]
chore (docs): fix message typo (#1074)