Commit Graph

3152 Commits

Author SHA1 Message Date
Ben Delaney 987f322b8f
fix: pause dep collection during immediate watcher invocation (#11943)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
2021-03-30 11:46:12 +02:00
shadowings-zy fb16d7bfa1
fix(vdom): avoid executing root level script tags (#11487)
fix #11483
2021-03-30 11:43:34 +02:00
AjiTae fa1f81e910
fix(props): support BigInt in props type validation (#11191) 2021-03-30 11:41:10 +02:00
shadowings-zy c42b7066ca
fix(compiler): Allow BigInt usage in templates (#11152) 2021-03-30 11:40:44 +02:00
Mohammad Albakri 69401311f4
fix(warn): better message with no constructors props (#9241)
Co-authored-by: Siddhesh Mhadnak <siddhesh.mhadnak@outlook.com>
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
2021-03-30 11:38:13 +02:00
Kawokas 7c75462354
fix(types): changed expression type to optional string (#11189)
fix #10871
2021-03-30 11:37:56 +02:00
Sebastian Speitel 2488a6a1e9
perf: preinitialize typeCheck RegExp (#10990) 2021-03-30 11:36:46 +02:00
Des Preston 55a30cf9db
fix(compiler): avoid converting &nbps; to spaces (#11065) 2021-03-30 11:03:03 +02:00
Andrzej Swaton 3d46692ee4
feat(warns): avoid warning native modifiers on dynamic components (#11052)
Co-authored-by: Andrzej Swaton <andrzej@diligen.com>
2021-03-30 11:02:46 +02:00
vue-bot 529016bca9
chore: update sponsors [ci skip] (#11962) 2021-03-17 17:45:54 -04:00
dependabot[bot] e20581fb40
build(deps-dev): bump lodash from 4.17.13 to 4.17.19 (#11522)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 10:17:01 +01:00
dependabot[bot] e63f04eb75
build(deps): bump http-proxy from 1.17.0 to 1.18.1 (#11653)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 10:15:33 +01:00
dependabot[bot] 085c97a7ee
build(deps): bump handlebars from 4.4.3 to 4.7.7 (#11948)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.3 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.3...v4.7.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 10:14:31 +01:00
dependabot[bot] 3a40b403c5
build(deps): bump ini from 1.3.5 to 1.3.8 (#11947)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 10:14:09 +01:00
dependabot[bot] ef84394cc3
build(deps): bump elliptic from 6.5.3 to 6.5.4 (#11946)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 09:47:20 +01:00
vue-bot 5255841aaf
chore: update sponsors [ci skip] (#11883) 2021-01-21 14:25:34 -05:00
vue-bot 2bff588ce8
chore: update sponsors [ci skip] (#11866) 2021-01-12 17:28:34 -05:00
vue-bot 4dec68003d
chore: update sponsors [ci skip] (#11865) 2021-01-12 13:48:42 -05:00
vue-bot f7ddd2615c
chore: update sponsors [ci skip] (#11850) 2021-01-05 14:45:26 -05:00
vue-bot 4063f3ce9b
chore: update sponsors [ci skip] (#11843) 2020-12-28 16:49:13 -05:00
vue-bot 1bd95904b0
chore: update sponsors [ci skip] (#11825) 2020-12-28 16:42:09 -05:00
vue-bot 4f81b5db9a
chore: update sponsors [ci skip] (#11791) 2020-11-24 09:51:12 -05:00
Eduardo San Martin Morote 70f497e2e1
chore: up yarn.lock (#11785) 2020-11-21 11:00:43 +01:00
yuangongji 14882c9cbf
chore: fix npm test on Windows (#11784)
close vuejs#11782
2020-11-21 10:53:09 +01:00
Ronald Eddy Jr b800e8e9ee
chore: update HTTP -> HTTPS (#11723) 2020-10-16 14:17:26 +02:00
vue-bot f7d8597637
chore: update sponsors [ci skip] (#11705) 2020-10-05 10:57:24 -04:00
Mitchell Bryson 690374bdc1
build: unexpected token when running dev (#11704) 2020-10-05 12:09:09 +02:00
Manny Quizhpi b51430f598
doc(contributing): add missing donation link (#11692) 2020-10-02 09:07:03 +02:00
Alex Addams 0664cb0143
fix(v-pre): do not alter attributes (#10088)
* fix(v-pre): do not alter attributes

close #10087

* fix(v-pre): do not alter attributes

remove component and replace option from unit test

* refactor: use or

* perf: check boolean before index

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
2020-09-21 17:42:08 +02:00
Nowres Rafid cd57393fd3
fix(attrs): do not consider translate attribute as boolean (#11392)
when present, translate attribute had translate as it's value, which is not valid, the value should
remain as specified by the user, that's why we removed it form isBooleanAttr map

fix #11391
2020-09-21 16:51:39 +02:00
Des Preston 862070662d
fix(compiler): event handlers with modifiers swallowing arguments (fix #10867) (#10958)
Pass full parent argument list to the event handler when there are event
modifiers present.
2020-09-21 16:16:45 +02:00
Orkhan Alikhanov 668e1e6374
fix(types): allow string for watch handlers in options (#10396)
* Allow watch handler to be string as it is supported

* Move string type to WatchHandler itself

* Removed string type as it moved to WatchHandler
2020-09-21 16:13:21 +02:00
Daniel Jun Suguimoto b8bd149d8a
fix(ssr): textarea keeps undefined/null values (#11121)
* fix(ssr): textarea keeps undefined/null values

* refactor(ssr): Code review changes for null values in textareas
2020-09-21 16:04:58 +02:00
DSha 67825c24bc
fix(parser): allow multiple slots with new syntax (#9785)
* fix(#9781): non greedy `dynamicArgAttribute` RegExp 

* test(parser): add test case for multiple dynamic slot names

* test: add test with value

Co-authored-by: Eduardo San Martin Morote <posva13@gmail.com>
2020-09-21 16:01:46 +02:00
Eduardo San Martin Morote abb5ef35dd
fix(props): correctly warn when a provided prop is Symbol (#10529)
* fix(props): correctly warn when a provided prop is Symbol

Fixes #10519

* style: space before parens
2020-09-21 12:24:17 +02:00
Eduardo San Martin Morote b97606cdc6
fix(ssr): avoid missing files in manifest (#11609)
Co-authored-by: chenyj <2932802684@qq.com>
Co-authored-by: johnleider <john@vuetifyjs.com>
2020-09-21 11:59:11 +02:00
Eduardo San Martin Morote 579e1ff9df
fix(core): remove trailing comma in function signature (#10845)
Fix #10843
2020-09-21 11:20:24 +02:00
vue-bot 2f7209c39a
chore: update sponsors [ci skip] (#11651) 2020-09-15 21:33:45 -04:00
vue-bot 635e669f64
chore: update sponsors [ci skip] (#11620) 2020-09-07 09:31:39 -04:00
vue-bot ef56410a2c
chore: update sponsors [ci skip] (#11616) 2020-08-26 09:19:29 -04:00
Evan You bb253db0b3 build: release 2.6.12 2020-08-20 09:10:59 -04:00
Evan You 60a71ea0e4 build: build 2.6.12 2020-08-20 09:10:53 -04:00
Eduardo San Martin Morote 5b399612d8
fix(security): upgrade serialize-javascript (#11434) 2020-08-13 10:38:24 -04:00
vue-bot 46ae952596
chore: update sponsors [ci skip] (#11570) 2020-08-10 12:00:50 -04:00
dependabot[bot] d9a41d2ea1
build(deps): bump elliptic from 6.4.1 to 6.5.3 (#11554)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-07 10:01:23 +02:00
Evan You 6c1f3872ed chore: update sponsors [ci skip] 2020-08-05 11:21:20 -04:00
vue-bot 4611a44628
chore: update backers [ci skip] (#11566) 2020-08-05 11:11:34 -04:00
vue-bot 38cfb2b20f
chore: update sponsors [ci skip] (#11542) 2020-07-30 12:28:07 -04:00
warmsocks 8ead9d2a0d
chore: spelling and grammar (#11481)
Co-authored-by: Shaun Case <shaunc@aja.com>
2020-07-01 11:11:46 +02:00
vue-bot 98b4d683f5
chore: update sponsors [ci skip] (#11435) 2020-06-03 16:26:10 -04:00