-
Notifications
You must be signed in to change notification settings - Fork 33
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
New Release 2.8.0 #90
Conversation
Codecov Report
@@ Coverage Diff @@
## next #90 +/- ##
=======================================
Coverage ? 93.98%
=======================================
Files ? 5
Lines ? 183
Branches ? 59
=======================================
Hits ? 172
Misses ? 11
Partials ? 0
Continue to review full report at Codecov.
|
🎉 This PR is included in version 2.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thank you for the "input-styles" prop addition. If possible it would be great to be able to add a CSS class in a similar way. But this will work for me. If I may suggestion, I think the documentation (https://iliyazelenko.github.io/vue-cool-select/#/docs) could be updated to mention that inputElCustomAttributes will not work for all attributes so that you have a chance to understand why it is not working sometimes. |
custom "class" attribute for the input field. You can specify dynamic class. re #90
custom "class" attribute for the input field. You can specify dynamic class. re #90
@Toby9876 I released a new version 2.9.0 in which you can use new
or
or
but I didn't test it at all 😄 Hope this will work for you. I also updated the documentation as you requested, moreover, I changed the design of the site. |
# [2.10.0](v2.9.0...v2.10.0) (2019-03-29) ### Bug Fixes * **component:** fix circular call for methods ([03053bd](03053bd)) * **component:** fix tab navigation ([a03694b](a03694b)), closes [#98](#98) * **component:** when you clear the elements, the selected element is not cleared ([b184378](b184378)), closes [#42](#42) ### Features * **props:** added inputForTextClass prop ([ddb2c32](ddb2c32)), closes [#90](#90) * **slots:** added 4 new slots for input ([3f892e0](3f892e0)), closes [#98](#98)
# [2.9.0](iliyaZelenko/vue-cool-select@v2.8.0...v2.9.0) (2019-03-17) ### Bug Fixes * **component:** when you clear the elements, the selected element is not cleared ([381ddcd](iliyaZelenko/vue-cool-select@381ddcd)), closes [#42](iliyaZelenko/vue-cool-select#42) ### Features * **props:** added inputForTextClass prop ([3be99d8](iliyaZelenko/vue-cool-select@3be99d8)), closes [#90](iliyaZelenko/vue-cool-select#90)
# [2.10.0](iliyaZelenko/vue-cool-select@v2.9.0...v2.10.0) (2019-03-29) ### Bug Fixes * **component:** fix circular call for methods ([03053bd](iliyaZelenko/vue-cool-select@03053bd)) * **component:** fix tab navigation ([a03694b](iliyaZelenko/vue-cool-select@a03694b)), closes [#98](iliyaZelenko/vue-cool-select#98) * **component:** when you clear the elements, the selected element is not cleared ([b184378](iliyaZelenko/vue-cool-select@b184378)), closes [#42](iliyaZelenko/vue-cool-select#42) ### Features * **props:** added inputForTextClass prop ([ddb2c32](iliyaZelenko/vue-cool-select@ddb2c32)), closes [#90](iliyaZelenko/vue-cool-select#90) * **slots:** added 4 new slots for input ([3f892e0](iliyaZelenko/vue-cool-select@3f892e0)), closes [#98](iliyaZelenko/vue-cool-select#98)
No description provided.