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

New Release 2.8.0 #90

Merged
merged 16 commits into from
Mar 17, 2019
Merged

New Release 2.8.0 #90

merged 16 commits into from
Mar 17, 2019

Conversation

iliyaZelenko
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Mar 17, 2019

Codecov Report

❗ No coverage uploaded for pull request base (next@53e1143). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             next      #90   +/-   ##
=======================================
  Coverage        ?   93.98%           
=======================================
  Files           ?        5           
  Lines           ?      183           
  Branches        ?       59           
=======================================
  Hits            ?      172           
  Misses          ?       11           
  Partials        ?        0
Impacted Files Coverage Δ
src/component.vue 87.14% <ø> (ø)
src/helpers.js 100% <ø> (ø)
src/computed.js 100% <ø> (ø)
src/eventsListeners.js 96.87% <100%> (ø)
src/props.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53e1143...1465a86. Read the comment docs.

Repository owner deleted a comment from codecov bot Mar 17, 2019
@iliyaZelenko iliyaZelenko merged commit 0c4d9dc into next Mar 17, 2019
@iliyaZelenko
Copy link
Owner Author

🎉 This PR is included in version 2.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Toby9876
Copy link

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.

iliyaZelenko pushed a commit that referenced this pull request Mar 17, 2019
custom "class" attribute for the input field. You can specify dynamic class.

re #90
iliyaZelenko pushed a commit that referenced this pull request Mar 17, 2019
custom "class" attribute for the input field. You can specify dynamic class.

re #90
iliyaZelenko pushed a commit that referenced this pull request Mar 17, 2019
# [2.9.0](v2.8.0...v2.9.0) (2019-03-17)

### Bug Fixes

* **component:** when you clear the elements, the selected element is not cleared ([381ddcd](381ddcd)), closes [#42](#42)

### Features

* **props:** added inputForTextClass prop ([3be99d8](3be99d8)), closes [#90](#90)
@iliyaZelenko
Copy link
Owner Author

@Toby9876 I released a new version 2.9.0 in which you can use new input-for-text-class prop. For example:

input-for-text-class="my-class"

or

:input-for-text-class="['my-class1', 'my-class2']"

or

:input-for-text-class="{ 'my-class1': true, 'my-class2': myVariable }"

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.

iliyaZelenko pushed a commit that referenced this pull request Mar 29, 2019
# [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)
rin4573281133639 added a commit to rin4573281133639/iliyaZelenko9 that referenced this pull request Feb 5, 2022
# [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)
rin4573281133639 added a commit to rin4573281133639/iliyaZelenko9 that referenced this pull request Feb 5, 2022
# [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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants