Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition for async causes CSP errors #254

Closed
robinvoor opened this issue Nov 6, 2019 · 1 comment
Closed

Addition for async causes CSP errors #254

robinvoor opened this issue Nov 6, 2019 · 1 comment
Labels

Comments

@robinvoor
Copy link

robinvoor commented Nov 6, 2019

Our application has Content Security Policies that doesn't allow dynamically defining functions.

Recently added async modifier to the showMenu function causes the inclussion of the regenerator polyfill by rollup. In this package there is a function that is dynamic

robinvoor pushed a commit to robinvoor/vue-cool-select that referenced this issue Nov 6, 2019
iliyaZelenko pushed a commit that referenced this issue Nov 6, 2019
# [3.5.0](v3.4.0...v3.5.0) (2019-11-06)

### Bug Fixes

* **component:** fixes [#254](#254) - Remove async from showMenu() ([223160f](223160f))

### Features

* **package.json:** add package.json prepare script - yarn build ([7cf5e0f](7cf5e0f))
@iliyaZelenko
Copy link
Owner

🎉 This issue has been resolved in version 3.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

rin4573281133639 added a commit to rin4573281133639/iliyaZelenko9 that referenced this issue Feb 5, 2022
# [3.5.0](iliyaZelenko/vue-cool-select@v3.4.0...v3.5.0) (2019-11-06)

### Bug Fixes

* **component:** fixes [#254](iliyaZelenko/vue-cool-select#254) - Remove async from showMenu() ([223160f](iliyaZelenko/vue-cool-select@223160f))

### Features

* **package.json:** add package.json prepare script - yarn build ([7cf5e0f](iliyaZelenko/vue-cool-select@7cf5e0f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants