Skip to content

Commit 16be229

Browse files
committed
chore: build, cl, version
1 parent b5c6d04 commit 16be229

9 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v2.6.9
2+
3+
> `2024-07-29`
4+
5+
### 🐞 Bug Fixes
6+
- Removed optional chaining, fixes #420
7+
18
## v2.6.8
29

310
> `2024-06-14`

dist/multiselect.global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/multiselect.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ function usePointer (props, context, dep)
13561356
});
13571357

13581358
watch(isOpen, (val) => {
1359-
if (val && multiselect?.value) {
1359+
if (val && multiselect && multiselect.value) {
13601360
let firstSelected = multiselect.value.querySelectorAll(`[data-selected]`)[0];
13611361

13621362
if (!firstSelected) {
@@ -4322,7 +4322,7 @@ var script = {
43224322
])
43234323
},
43244324
beforeMount() {
4325-
if (this.$root.constructor?.version?.match(/^2\./) || this.vueVersionMs === 2) {
4325+
if ((this.$root.constructor && this.$root.constructor.version && this.$root.constructor.version.match(/^2\./)) || this.vueVersionMs === 2) {
43264326
if (!this.$options.components.Teleport) {
43274327
this.$options.components.Teleport = {
43284328
render() {

dist/multiselect.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/multiselect.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ function usePointer (props, context, dep)
13561356
});
13571357

13581358
watch(isOpen, (val) => {
1359-
if (val && multiselect?.value) {
1359+
if (val && multiselect && multiselect.value) {
13601360
let firstSelected = multiselect.value.querySelectorAll(`[data-selected]`)[0];
13611361

13621362
if (!firstSelected) {
@@ -4322,7 +4322,7 @@ var script = {
43224322
])
43234323
},
43244324
beforeMount() {
4325-
if (this.$root.constructor?.version?.match(/^2\./) || this.vueVersionMs === 2) {
4325+
if ((this.$root.constructor && this.$root.constructor.version && this.$root.constructor.version.match(/^2\./)) || this.vueVersionMs === 2) {
43264326
if (!this.$options.components.Teleport) {
43274327
this.$options.components.Teleport = {
43284328
render() {

dist/multiselect.vue2.global.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/multiselect.vue2.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ function usePointer (props, context, dep)
13561356
});
13571357

13581358
watch(isOpen, (val) => {
1359-
if (val && multiselect?.value) {
1359+
if (val && multiselect && multiselect.value) {
13601360
let firstSelected = multiselect.value.querySelectorAll(`[data-selected]`)[0];
13611361

13621362
if (!firstSelected) {
@@ -4324,7 +4324,7 @@ function resolveDeps (props, context, features, deps = {}) {
43244324
])
43254325
},
43264326
beforeMount() {
4327-
if (this.$root.constructor?.version?.match(/^2\./) || this.vueVersionMs === 2) {
4327+
if ((this.$root.constructor && this.$root.constructor.version && this.$root.constructor.version.match(/^2\./)) || this.vueVersionMs === 2) {
43284328
if (!this.$options.components.Teleport) {
43294329
this.$options.components.Teleport = {
43304330
render() {

dist/multiselect.vue2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueform/multiselect",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"private": false,
55
"description": "Vue 3 multiselect component with single select, multiselect and tagging options.",
66
"license": "MIT",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy