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(rules): uncombine ion-navbar-is-now-ion-toolbar rule #38

Merged
merged 3 commits into from
Jul 7, 2018

Conversation

imhoffd
Copy link

@imhoffd imhoffd commented Jul 7, 2018

Previously the rule was adding an ion-back-button (and container) as well as changing the tag names to ion-toolbar.

We have a rule for warning about the missing back button: ion-back-button-not-added-by-default

It's probably best to keep these separated for simplicity

@cwoolum What are your thoughts? I think having the behavior of automatically adding the back button may not be desirable in all cases and it kinda clashes with our existing rule

Previously the rule was adding an ion-back-button (and container) as
well as changing the tag names to ion-toolbar.

We have a rule for warning about the missing back button: `ion-back-button-not-added-by-default`

It's probably best to keep these separated for simplicity
@coveralls
Copy link

coveralls commented Jul 7, 2018

Pull Request Test Coverage Report for Build 334

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.5%) to 97.218%

Totals Coverage Status
Change from base Build 332: 0.5%
Covered Lines: 485
Relevant Lines: 490

💛 - Coveralls

@cwoolum
Copy link

cwoolum commented Jul 7, 2018

I agree. I like being able to split up the breaking and non-breaking rules. We can have two rulesets; a safe one and an all fixes (YOLO) set.

@cwoolum cwoolum merged commit c13764f into develop Jul 7, 2018
@cwoolum cwoolum deleted the bugfix/uncombine-navbar-rule branch July 7, 2018 05:02
cwoolum pushed a commit that referenced this pull request Jul 24, 2018
# [1.4.0](v1.3.0...v1.4.0) (2018-07-24)

### Bug Fixes

* **rules:** uncombine ion-navbar-is-now-ion-toolbar rule ([#38](#38)) ([c13764f](c13764f))

### Features

* **rules:** add ion-back-button-not-added-by-default rule ([#26](#26)) ([65a168f](65a168f))
* **rules:** add ion-buttons-attributes-renamed rule ([2a480dd](2a480dd))
* **rules:** add ion-col-attributes-renamed rule ([#33](#33)) ([2cb436f](2cb436f))
* **rules:** add ion-fab-fixed-content rule ([#29](#29)) ([7fbff99](7fbff99))
* **rules:** add ion-icon-attribute-is-active-removed rule ([#30](#30)) ([0679c7b](0679c7b))
* **rules:** add ion-item-attributes-renamed rule ([#34](#34)) ([d08e0ba](d08e0ba))
* **rules:** add ion-item-divider-ion-label-required rule ([#36](#36)) ([b0a6cb1](b0a6cb1))
* **rules:** add ion-item-ion-label-required rule ([#32](#32)) ([098bd7f](098bd7f))
* **rules:** add ion-item-option-is-now-an-element rule ([04dae1c](04dae1c))
* **rules:** add ion-item-options-attribute-values-renamed rule ([d3306e8](d3306e8))
* **rules:** add ion-label-attributes-renamed rule ([#28](#28)) ([0601a0c](0601a0c))
* **rules:** add ion-list-header-ion-label-required rule ([#35](#35)) ([94503c2](94503c2))
* **rules:** add ion-menu-toggle-is-now-an-element rule ([591b10a](591b10a))
* **rules:** add ion-option-is-now-ion-select-option rule ([6274f6a](6274f6a))
* **rules:** add ion-radio-group-is-now-an-element rule ([eb933cc](eb933cc))
* **rules:** add ion-range-attributes-renamed rule ([#37](#37)) ([6cac6a2](6cac6a2))
* **rules:** add ion-spinner-attribute-values-renamed rule ([#31](#31)) ([c4db1f8](c4db1f8))
* **rules:** add ion-text-is-now-an-element rule ([fe94a1f](fe94a1f))
* **rules:** allow rule to work with ion-loading, ion-infinite-scroll, and ion-refresher ([9e8f626](9e8f626))
@cwoolum
Copy link

cwoolum commented Jul 24, 2018

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

3 participants