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): adding tab content to DOM just if selected tab (#1422) #4991

Merged
merged 1 commit into from
Feb 8, 2019

Conversation

llysenko
Copy link
Contributor

@llysenko llysenko commented Jan 7, 2019

PR Checklist

Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.

  • read and followed the CONTRIBUTING.md guide.
  • built and tested the changes locally.
  • added/updated tests.
  • added/updated API documentation.
  • added/updated demos.

Close #1422

@ghost ghost added the needs review label Jan 7, 2019
@llysenko llysenko force-pushed the fix-tabs-init branch 2 times, most recently from ce661fd to 9f2bcf8 Compare January 9, 2019 08:59
@codecov
Copy link

codecov bot commented Jan 9, 2019

Codecov Report

Merging #4991 into development will decrease coverage by 0.02%.
The diff coverage is 50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #4991      +/-   ##
===============================================
- Coverage        74.79%   74.76%   -0.03%     
===============================================
  Files              277      277              
  Lines             8436     8450      +14     
  Branches          1603     1605       +2     
===============================================
+ Hits              6310     6318       +8     
- Misses            1680     1684       +4     
- Partials           446      448       +2
Impacted Files Coverage Δ
src/tabs/tab.directive.ts 100% <ø> (ø) ⬆️
src/tabs/tabset.component.ts 76% <50%> (-7.61%) ⬇️
src/chronos/i18n/cs.ts 84.74% <0%> (ø) ⬆️
src/chronos/i18n/sk.ts 80.85% <0%> (ø) ⬆️
src/chronos/i18n/pl.ts 74.35% <0%> (+5.12%) ⬆️

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 ac55b08...9f2bcf8. Read the comment docs.

@codecov
Copy link

codecov bot commented Jan 9, 2019

Codecov Report

Merging #4991 into development will decrease coverage by 0.08%.
The diff coverage is 50%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #4991      +/-   ##
===============================================
- Coverage        74.79%   74.71%   -0.09%     
===============================================
  Files              277      277              
  Lines             8436     8450      +14     
  Branches          1603     1605       +2     
===============================================
+ Hits              6310     6313       +3     
- Misses            1680     1691      +11     
  Partials           446      446
Impacted Files Coverage Δ
src/tabs/tab.directive.ts 100% <ø> (ø) ⬆️
src/tabs/tabset.component.ts 76% <50%> (-7.61%) ⬇️
src/utils/triggers.ts 61.97% <0%> (-4.23%) ⬇️
src/component-loader/component-loader.class.ts 76.38% <0%> (-0.7%) ⬇️
src/chronos/i18n/cs.ts 84.74% <0%> (ø) ⬆️
src/chronos/i18n/sk.ts 80.85% <0%> (ø) ⬆️
src/chronos/i18n/pl.ts 71.79% <0%> (+2.56%) ⬆️

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 ac55b08...adf694c. Read the comment docs.

@ludmilanesvitiy
Copy link
Contributor

Tabs new demo and previous functionality - tested, looks good. Also will be nice to merge this PR #4946 first

@valorkin valorkin modified the milestones: 3.2.0, 3.2.1 Feb 4, 2019
@valorkin valorkin merged commit 457c32a into valor-software:development Feb 8, 2019
@ghost ghost removed the ready for merge label Feb 8, 2019
Domainv added a commit that referenced this pull request Feb 8, 2019
valorkin pushed a commit that referenced this pull request Feb 8, 2019
@PeterEnevoldsen
Copy link

PeterEnevoldsen commented Feb 18, 2019

@valorkin

This change appears in the release note, but seems to be reverted. What is the status of this? Will it be added to the next release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants