vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

A tags input component for VueJS

Results 99 vue-tags-input issues
Sort by recently updated
recently updated
newest added

Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency [documentation](https://github.com/documentationjs/documentation). These dependencies need to be updated together. Removes `ansi-html` Updates `documentation` from 9.1.1 to 14.0.0 Release notes Sourced from...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.2. Changelog Sourced from eventsource's changelog. 1.1.2 Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal) 1.1.1 Do not include authorization and cookie headers on...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.15.2. Commits 9655237 Release version 1.15.2 of the npm package. 6e2b86d Default to localhost if no host given. 449e895 Throw invalid URL error on relative...

dependencies

Bumps [postcss](https://github.com/postcss/postcss) and [@vue/component-compiler-utils](https://github.com/vuejs/component-compiler-utils). These dependencies needed to be updated together. Updates `postcss` from 7.0.7 to 7.0.39 Release notes Sourced from postcss's releases. 7.0.39 Reduce package size. Backport nanocolors to...

dependencies

Bumps [is-svg](https://github.com/sindresorhus/is-svg) and [imagemin-svgo](https://github.com/imagemin/imagemin-svgo). These dependencies needed to be updated together. Updates `is-svg` from 3.0.0 to 4.3.2 Release notes Sourced from is-svg's releases. v4.3.2 Fix false-negative with linebreaks inside the...

dependencies

Removes [ejs](https://github.com/mde/ejs). It's no longer used after updating ancestor dependency [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer). These dependencies need to be updated together. Removes `ejs` Updates `webpack-bundle-analyzer` from 3.0.3 to 4.7.0 Changelog Sourced from webpack-bundle-analyzer's...

dependencies

Bumps [set-value](https://github.com/jonschlinkert/set-value) and [union-value](https://github.com/jonschlinkert/union-value). These dependencies needed to be updated together. Updates `set-value` from 2.0.0 to 2.0.1 Commits bb0f038 2.0.1 cb12f14 ensure only valid keys are used See full diff...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.21.2. Release notes Sourced from axios's releases. v0.21.2 Fixes and Functionality: Updating axios requests to be delayed by pre-emptive promise creation (#2702) Adding "synchronous" and...

dependencies

I would like to create tags on onPaste event (from xlsx). On "before-adding-tag", the tag text loose the newline characters, so I cannot split the string to multiple tags. Is...