Commit Graph

3251 Commits

Author SHA1 Message Date
David Welch
ec1f7309f3 chore: merge 2022-04-29 14:06:13 -06:00
Carlos Rodrigues
8e047df75a update deps and other code -- still need to fix some issues with testing - basically dependencies issues 2022-04-29 19:54:08 +01:00
Carlos Rodrigues
da64b4a41f Merge branch 'dev' into move_to_typescript
# Conflicts:
#	dist/vue.common.dev.js
#	dist/vue.common.prod.js
#	dist/vue.esm.browser.js
#	dist/vue.esm.browser.min.js
#	dist/vue.esm.js
#	dist/vue.js
#	dist/vue.min.js
#	dist/vue.runtime.common.dev.js
#	dist/vue.runtime.common.prod.js
#	dist/vue.runtime.esm.js
#	dist/vue.runtime.js
#	dist/vue.runtime.min.js
#	packages/vue-server-renderer/basic.js
#	packages/vue-server-renderer/build.dev.js
#	packages/vue-server-renderer/build.prod.js
#	packages/vue-server-renderer/client-plugin.js
#	packages/vue-server-renderer/server-plugin.js
#	packages/vue-template-compiler/browser.js
#	packages/vue-template-compiler/build.js
#	packages/weex-template-compiler/build.js
#	packages/weex-vue-framework/index.js
#	src/compiler/codegen/index.ts
#	src/core/components/keep-alive.ts
#	src/core/instance/lifecycle.js
#	src/core/instance/render-helpers/render-slot.ts
#	src/core/instance/state.ts
#	src/core/observer/watcher.ts
#	src/core/vdom/helpers/normalize-scoped-slots.ts
#	src/core/vdom/patch.ts
#	src/platforms/web/runtime/modules/events.ts
#	src/platforms/weex/entry-framework.ts
#	src/server/webpack-plugin/client.js
#	src/server/webpack-plugin/server.ts
#	src/server/webpack-plugin/util.ts
#	yarn.lock
2022-04-29 19:40:58 +01:00
David Welch
0a52a37e68 chore: support building on a Mac M1 2022-04-28 16:47:36 -06:00
dependabot[bot]
6aa11872c8
build(deps): bump ajv from 6.6.2 to 6.12.6 (#12468)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 19:38:12 +01:00
dependabot[bot]
712ae57dc7
build(deps-dev): bump lodash from 4.17.19 to 4.17.21 (#12066)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 19:21:01 +01:00
Evan You
23760b5c7a chore: update README/BACKERS [ci skip] 2022-02-07 13:24:20 +08:00
vue-bot
9f968af556
chore: update backers [ci skip] (#12456) 2022-02-05 02:08:02 -05:00
dependabot[bot]
2317eaf4ef
build(deps): bump follow-redirects from 1.13.0 to 1.14.7 (#12419)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 09:23:09 +01:00
vue-bot
d47cc19e20
chore: update backers [ci skip] (#12408) 2022-01-05 05:25:05 -05:00
vue-bot
4c3d1e91fa
[automated] Patreon sponsors update (#12406)
* chore: update sponsors [ci skip]

* Apply suggestions from code review

Co-authored-by: Evan You <yyx990803@gmail.com>
2022-01-03 20:22:46 -05:00
Evan You
6e22f770bc chore: update sponsor links 2021-12-17 14:43:02 +08:00
vue-bot
00839f87d1
chore: update sponsors [ci skip] (#12382)
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-12-15 05:35:24 -05:00
Evan You
519d52a5d3 chore: update sponsor link 2021-12-10 11:31:11 +08:00
Evan You
c1740aca77 chore: update backers.md 2021-12-03 14:22:23 +08:00
vue-bot
1c4fc0e6b0
chore: update sponsors [ci skip] (#12366)
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-11-22 21:59:51 -05:00
MalikIdreesHasanKhan
e78568ec20
chore: typo [skip ci] (#12364) 2021-11-17 17:51:43 +01:00
Si Nguyen
86f8b52822
chore: fix typo (#12360) [skip ci] 2021-11-17 10:16:58 +01:00
Si Nguyen
05d05c0e69
chore: comment typo [skip ci] (#12359) 2021-11-16 14:09:25 +01:00
vue-bot
f1f218f800
chore: update sponsors [ci skip] (#12349) 2021-11-09 23:19:29 -05:00
vue-bot
478d189618
chore: update backers [ci skip] (#12345) 2021-11-09 23:19:18 -05:00
180909
93bd4406ac
fix typos (#12348) 2021-11-06 23:43:57 +01:00
vue-bot
abfbf2d430
chore: update sponsors [ci skip] (#12339) 2021-11-02 21:56:26 -04:00
vue-bot
e3d81c6f9a
chore: update sponsors [ci skip] (#12332) 2021-10-18 18:59:47 -04:00
vue-bot
0368ba4f37
chore: update sponsors [ci skip] (#12310) 2021-10-06 09:25:57 -04:00
vue-bot
87bff5a9e0
chore: update backers [ci skip] (#12308) 2021-10-05 17:02:30 -04:00
Ziwen Mei
531b7619b1
chore: fix typo in test (#12291) 2021-09-22 15:58:08 +02:00
vue-bot
30a43afa10
chore: update sponsors [ci skip] (#12278) 2021-09-14 09:59:16 -04:00
vue-bot
c785df8377
chore: update backers [ci skip] (#12257) 2021-09-13 11:02:21 -04:00
Roy Eden
515467a618
feat(compiler): condenses staticClass whitespace (fix #12113) (#12195)
* feat(compiler): template staticClass no longer preserves whitespace

Template static classes used to preserve whitespace after compilation, resulting in builds that had
bigger file outputs with whitespace in component's staticClass attributes

fix #12113

* refactor(refactor(web-compiler): removed ignore in regex): Removed ignore flag in regex

fix #12113

* test(ssr-string.spec.js): Removed newline character, as whitespace is purged in static classes

There's no need to escape newlines in static classes, as they're now replaced with a single
whitespace character

fix #12113

* test(directives/class.spec.js): Added whitespace to test

fix #12113

* Apply suggestions from code review

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
2021-09-08 11:23:49 +02:00
vue-bot
4f6f39a26c
chore: update sponsors [ci skip] (#12256)
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-09-04 10:12:51 -04:00
vue-bot
39451c7d73
chore: update backers [ci skip] (#12255)
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-09-04 10:12:35 -04:00
dependabot[bot]
6771a0638f
build(deps): bump tar from 4.4.15 to 4.4.19 (#12250)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-01 16:46:36 +02:00
Evan You
7094fc081a chore: sponsors [ci skip] 2021-08-23 20:07:46 -04:00
vue-bot
8f6f1d355c
chore: update sponsors [ci skip] (#12217) 2021-08-16 18:29:31 -04:00
vue-bot
def91a69eb
chore: update sponsors [ci skip] (#12211) 2021-08-12 14:46:53 -04:00
vue-bot
b31b080f2c
chore: update backers [ci skip] (#12208) 2021-08-12 14:46:40 -04:00
zrh122
3d29ba863b
fix(v-on): add removing all dom event listeners when vnode destroyed (#10085) 2021-08-05 11:21:12 +02:00
dependabot[bot]
509de2af79
build(deps): bump tar from 4.4.8 to 4.4.15 (#12204)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 10:19:44 +02:00
vue-bot
8a219e3d4c
chore: update sponsors [ci skip] (#12174)
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-07-07 09:00:48 -04:00
vue-bot
7654ae5eb0
chore: update backers [ci skip] (#12167) 2021-07-07 08:52:17 -04:00
Evan You
e91a65cb70 chore: sponsor update [ci skip] 2021-06-28 13:42:00 -04:00
vue-bot
656a3cbda0
chore: update sponsors [ci skip] (#12146)
Co-authored-by: Evan You <yyx990803@gmail.com>
2021-06-22 12:57:58 -04:00
vue-bot
ca5ac13cfc
chore: update backers [ci skip] (#12145) 2021-06-22 12:51:07 -04:00
vue-bot
f7cb047e60
chore: update backers [ci skip] (#12119) 2021-06-20 15:50:51 -04:00
Eduardo San Martin Morote
612fb89547 build: release 2.6.14 2021-06-07 11:55:28 +02:00
Eduardo San Martin Morote
8f6c4c3dbd build: build 2.6.14 2021-06-07 11:55:26 +02:00
Sebastian Krüger
c52427b0d2
fix(types): async Component types (#11906)
* Update options.d.ts

* Create async-component-test.ts

* add generics to Component ad EsModuleComponent

* remove not needed , and ;

* revert unrelated changes

* revert unrelated changes

* revert unrelated changes

* revert unrelated changes

* optimize EsModuleImports

* Update async-component-test.ts
2021-06-03 15:13:33 +02:00
Jason
80e7730946
feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5 (#12002)
* feat(ssr): vue-ssr-webpack-plugin compatible with webpack 5

* chore(ssr): remove webpack from peerDependencies
2021-06-02 14:50:28 +02:00
Eduardo San Martin Morote
38f71de380
fix(v-slot): fix scoped slot normalization combined with v-if (#12104) 2021-06-02 14:44:18 +02:00