-
Notifications
You must be signed in to change notification settings - Fork 1
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(icons): added updated icons #89
Conversation
Compiled a new version demo. |
Coverage report
Show new covered files 🐣
Test suite run success202 tests passing in 28 suites. Report generated by 🧪jest coverage report action from a27f252 |
Hey @hcafaq could you check the screenshot tests please |
Pull Request Test Coverage Report for Build 3204099994
💛 - Coveralls |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
Compiled a new version demo. |
done |
Compiled a new version demo. |
# [2.1.0](v2.0.1...v2.1.0) (2022-10-10) ### Features * **icons:** added updated icons ([#89](#89)) ([5dad4af](5dad4af))
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* feat(pill): added pill component added a pill component alongside tests to display information * fix(pill): fixed linting issue fixed linting space issue in module.css file * updates spaces * test(pill): added screenshot tests for Pill * fix(pill): updated constant height for pill to ignore multiline * test(pill): update pill screenshot tests * refactor(pill): updated font-weight to match the design * test(pill): updated screenshot tests * test(pill): updated sh tests * test(pill): update sh * test(pill): update sh * test(pill): fix pill component screenshot test update problem Fix pill component screenshot test update problem * feat(icons): added updated icons (#89) * feat(icons): added updated icons * docs(icons): add car-location icons * docs(icons): add hearts icons * test(icons): add sh for icons * style(icons): heart viewbox update * chore(release): 2.1.0 [skip ci] # [2.1.0](v2.0.1...v2.1.0) (2022-10-10) ### Features * **icons:** added updated icons ([#89](#89)) ([5dad4af](5dad4af)) * chore: publish - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] - @heycar-uikit/[email protected] * feat(form-control): improve documentation part * chore(release): 2.2.0 [skip ci] # [2.2.0](v2.1.0...v2.2.0) (2022-10-11) ### Features * **form-control:** improve documentation part ([ae8ff57](ae8ff57)) * feat(pill): added pill component added a pill component alongside tests to display information * fix(pill): fixed linting issue fixed linting space issue in module.css file * updates spaces * test(pill): added screenshot tests for Pill * fix(pill): updated constant height for pill to ignore multiline * test(pill): update pill screenshot tests * refactor(pill): updated font-weight to match the design * test(pill): updated screenshot tests * test(pill): updated sh tests * test(pill): update sh * test(pill): update sh * test(pill): fix pill component screenshot test update problem Fix pill component screenshot test update problem * docs(pill): update default pill with icons * test(pill): update pill sh Co-authored-by: Oleksandr Zhukov <[email protected]> Co-authored-by: Esra Altintas <[email protected]> Co-authored-by: semantic-release-bot <[email protected]>
Pull Request
Description
Describe your changes (or add ticket description) and add relevant screenshots
Type of change
How do I test this
Checklist
Did you remember to take care of the following?
npm i
– for new NPM dependencies.npm run lint
- to check for linting issuesnpm run test
- to run unit testsnpm run test:sh:docker
- to run screenshot tests, detail instructionNew Feature / Bug Fix
Thanks for contributing!