diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..665a970 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +* +!src/**/* +!dist/**/* +.DS_Store diff --git a/docs/guide/accessibility.md b/docs/guide/accessibility.md index 1cc86f0..5a9ae80 100644 --- a/docs/guide/accessibility.md +++ b/docs/guide/accessibility.md @@ -2,7 +2,7 @@ Vue Select aims to follow the WAI-ARIA best practices for the [combobox](https://www.w3.org/TR/wai-aria-practices-1.1/#combobox) and [listbox](https://www.w3.org/TR/wai-aria-practices-1.1/#Listbox) widgets. -The UX of the component isdesigned around the HTML `` element, while following the WAI-ARIA specifications and best practices for creating accessible components. ## Combobox diff --git a/docs/guide/values.md b/docs/guide/values.md index 46907e4..2d664ae 100644 --- a/docs/guide/values.md +++ b/docs/guide/values.md @@ -127,7 +127,7 @@ To allow input that's not present within the options, set the `taggable` prop to If you want added tags to be pushed to the options array, set `push-tags` to true. ```html - + ``` diff --git a/package.json b/package.json index beb7fd1..56a3e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-select", - "version": "3.2.0", + "version": "3.4.0", "description": "Everything you wish the HTML