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

feat(logo): update logo variant names #164

Merged
merged 2 commits into from
Mar 15, 2023
Merged

feat(logo): update logo variant names #164

merged 2 commits into from
Mar 15, 2023

Conversation

nathanjamal
Copy link
Collaborator

Pull Request

Description

Update logo variant names to match designs.
Deprecate color prop and ad usage prop as the new way to select variant.
Update the docs

HEYUI-263

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation change

How do I test this

  • Add steps to test
  • in bullet point format
  • preferably you can add link to the storybook build in the PR

Checklist

Did you remember to take care of the following?

  • npm i – for new NPM dependencies.
  • npm run lint - to check for linting issues
  • npm run test - to run unit tests
  • npm run test:sh:docker - to run screenshot tests, detail instruction

New Feature / Bug Fix

  • Run unit tests to ensure all existing tests are still passing.
  • Add new passing unit tests to cover the code introduced by your pr.

Thanks for contributing!

update logo vartiant names to match designs. deprecate color prop and ad usage prop as the new way
to select variant. update the docs

HEYUI-263
@nathanjamal nathanjamal added the work in progress This is a work in progress label Mar 14, 2023
@auto-assign auto-assign bot requested a review from esraltintas March 14, 2023 11:44
@github-actions
Copy link

Compiled a new version demo.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 4418006617

  • 5 of 5 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.05%) to 95.416%

Totals Coverage Status
Change from base Build 4404115977: -0.05%
Covered Lines: 1086
Relevant Lines: 1105

💛 - Coveralls

@github-actions
Copy link

Compiled a new version demo.

@github-actions
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 97.71% 1194/1222
🟢 Branches 85.3% 267/313
🟢 Functions 94.79% 91/96
🟢 Lines 98.28% 1086/1105
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢 logo/src/Logo.tsx 100%
60% (-2.5% 🔻)
100% 100%

Test suite run success

273 tests passing in 41 suites.

Report generated by 🧪jest coverage report action from c24382b

@nathanjamal nathanjamal removed the work in progress This is a work in progress label Mar 15, 2023
@nathanjamal nathanjamal merged commit 6b94211 into main Mar 15, 2023
@nathanjamal nathanjamal deleted the HEYUI-263 branch March 15, 2023 10:20
supcar pushed a commit that referenced this pull request Mar 15, 2023
# [5.0.0](v4.6.0...v5.0.0) (2023-03-15)

### Features

* **accordion:** remove hover state ([#163](#163)) ([df62524](df62524))
* **badge:** restrict to 3 colors ([#165](#165)) ([3a1f408](3a1f408))
* **logo:** update logo variant names ([#164](#164)) ([6b94211](6b94211))
* **typography:** update typography to match designs ([#160](#160)) ([9a601a7](9a601a7))

### BREAKING CHANGES

* **badge:** using a color other than primary, secondary or tertiary will render the badge in
primary state

HEYUI-268

* defaults to primary styling the if the color prop value is not recognised

* feat(badge): restric to 3 colors

The Badge should only be used in primary, secondary or tertiary
* **badge:** using a color other than primary, secondary or tertiary will render the badge in
primary state

HEYUI-268

* update various tests

* update test
@supcar
Copy link
Collaborator

supcar commented Mar 15, 2023

🎉 This PR is included in version 5.0.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
Projects
None yet
4 participants