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(tabs): prevent double input event on mount, and add additional tests #2748

Merged
merged 63 commits into from
Mar 3, 2019

Conversation

tmorehouse
Copy link
Member

@tmorehouse tmorehouse commented Mar 1, 2019

Description of Pull Request:

Minor updates to b-tab and b-tabs code, and additional test suites.

Also removes the double input emit on mount that would occasionally occur.

Note: this does not address issue #2707

PR checklist:

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Enhancement to an existing feature
  • ARIA accessibility
  • Documentation update
  • Other, please describe: test suites

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact:

The PR fulfills these requirements:

  • It's submitted to the dev branch, not the master branch
  • When resolving a specific issue, it's referenced in the PR's title (i.e.
    fixes #xxxx[,#xxxx], where "xxxx" is the issue number)
  • The PR should address only one issue or feature. If adding multiple features or fixing a bug
    and adding a new feature, break them into separate PRs if at all possible.
  • PR titles should following the
    Conventional Commits naming convention (i.e.
    "fix(alert): not alerting during SSR render", "docs(badge): Updated pill examples, fix typos",
    "chore: fix typo in docs", etc). This is very important, as the CHANGELOG is generated
    from these messages.

If new features/enhancement/fixes are added or changed:

  • Includes documentation updates (including updating the component's package.json for slot and
    event changes)
  • New/updated tests are included and passing (if required)
  • Existing test suites are passing
  • The changes have not impacted the functionality of other components or directives
  • ARIA Accessibility has been taken into consideration (does it affect screen reader users or
    keyboard only users? clickable items should be in the tab index, etc)

If adding a new feature, or changing the functionality of an existing feature, the PR's
description above includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a
    suggestion issue first and wait for approval before working on it)

@codecov
Copy link

codecov bot commented Mar 1, 2019

Codecov Report

Merging #2748 into dev will increase coverage by 0.42%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev    #2748      +/-   ##
==========================================
+ Coverage   74.92%   75.34%   +0.42%     
==========================================
  Files         176      176              
  Lines        3198     3212      +14     
  Branches      943      947       +4     
==========================================
+ Hits         2396     2420      +24     
+ Misses        585      577       -8     
+ Partials      217      215       -2
Impacted Files Coverage Δ
src/components/tabs/tab.js 96.77% <100%> (+12.39%) ⬆️
src/utils/dom.js 76.62% <100%> (+0.3%) ⬆️
src/components/tabs/tabs.js 97.94% <91.3%> (+4.76%) ⬆️

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 9a9f39f...5d36151. Read the comment docs.

@tmorehouse tmorehouse marked this pull request as ready for review March 3, 2019 01:47
@tmorehouse tmorehouse changed the title fix(tabs): minor updates to tab/tabs code and tests fix(tabs): prevent double input event on mount and minor updates to tab/tabs code and tests Mar 3, 2019
@tmorehouse tmorehouse changed the title fix(tabs): prevent double input event on mount and minor updates to tab/tabs code and tests fix(tabs): prevent double input event on mount, and add additional tests Mar 3, 2019
@tmorehouse tmorehouse merged commit c462e0a into dev Mar 3, 2019
@tmorehouse tmorehouse deleted the tmorehouse-patch-1/tabs branch March 3, 2019 02: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.

1 participant