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

fix(deps): update dependency vue-autosuggest to v2 #115

Closed
wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 25, 2019

This PR contains the following updates:

Package Type Update Change
vue-autosuggest dependencies major 1.8.3 -> 2.0.2

Release Notes

darrenjennings/vue-autosuggest

v2.0.2

Compare Source

v2.0.1

Compare Source

Fixes #​129 where in some cases, re-renders would cause the default autocomplete="off" to be unset. Users could get around this by setting inputProp.autocomplete = 'off' explicitly, but that wasn't very nice. Thanks to @​cdwmhcc for reporting!

v2.0.0

Compare Source

Fixes #​52, Fixes #​96, Fixes #​92, Fixes #​109, Fixes #​99, Fixes #​95,

  • Long await v-model support. Use v-model and remove internal searchInput watcher

  • switch to @input event handler for v-model support / more intuitive native <input /> method

  • addresses outstanding TODOs for 2.0 breaking changes such as removing deprecated events onInputChange, onClick, onBlur, onFocus, and onSelected

  • remove initialValue prop as now it can be set via v-model

  • perf(*) remove watcher, use computed for sections, section lists, size etc.

  • you can now configure the type attribute on the <input> via inputProps.type

  • Improved naming/classnames to follow BEM style:

    • autosuggest__input-open --> autosuggest__input--open
    • autosuggest__results_item --> autosuggest__results-item
    • autosuggest__results_item-1 --> autosuggest__results-item--1
    • autosuggest__results_item-highlighted --> autosuggest__results_item-highlighted
    • autosuggest__results_title_${this.section.name} --> autosuggest__results-before--${this.section.name}
  • New slots:

<!-- WARNING PSEUDO CODE, NOT RUNNING CODE OR REAL CLASS NAMES -->
<vue-autosuggest>
  <slot name="before-input"/>
  <input />
  <slot name="after-input"/>
  <div class="container">
    <div class="results">
      <slot name="before-suggestions" />
      <ul class="suggestions">
        <slot name="before-section-<section.name>" />
        
        <li><slot name="default" /></li>
        <slot name="after-section-{section.name}" />
        <slot name="after-section-default" />
      </ul>
    </div>
    <slot name="after-suggestions" />
  </div>
</vue-autosuggest>

Renovate configuration

📅 Schedule: "every weekend" in timezone Europe/Paris.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch from e7797a5 to f13f78f Compare May 25, 2019 02:33
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch 8 times, most recently from 3a22bf0 to 736aedb Compare June 9, 2019 14:17
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch from 736aedb to 6cf748b Compare June 14, 2019 14:28
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch 3 times, most recently from 13e2da6 to 1450b7e Compare June 27, 2019 13:56
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch 5 times, most recently from a5adb2c to 60a0287 Compare July 13, 2019 08:26
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch from 60a0287 to 2a3f817 Compare July 18, 2019 13:38
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch 2 times, most recently from cccad29 to 4331efe Compare July 29, 2019 19:12
@renovate renovate bot force-pushed the renovate/vue-autosuggest-2.x branch from 4331efe to a70100b Compare July 30, 2019 13:48
@renovate
Copy link
Contributor Author

renovate bot commented Jul 30, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.

@Haroenv Haroenv closed this Oct 2, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Oct 2, 2020

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 2.x releases. But if you manually upgrade to 2.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/vue-autosuggest-2.x branch October 2, 2020 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants