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(preset-html5): color tag #189, case insensitive tags #190 #191

Merged
merged 9 commits into from
Sep 28, 2023

Conversation

JiLiZART
Copy link
Owner

Fixes #190
Fixes #189

@changeset-bot
Copy link

changeset-bot bot commented Sep 28, 2023

🦋 Changeset detected

Latest commit: cdff6c5

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Sep 28, 2023

Codecov Report

Merging #191 (cdff6c5) into master (3bccca0) will decrease coverage by 0.08%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #191      +/-   ##
==========================================
- Coverage   87.29%   87.21%   -0.08%     
==========================================
  Files          26       26              
  Lines        1543     1549       +6     
  Branches      366      355      -11     
==========================================
+ Hits         1347     1351       +4     
- Misses        192      194       +2     
  Partials        4        4              
Files Coverage Δ
packages/bbob-parser/src/parse.js 93.26% <100.00%> (+0.14%) ⬆️
packages/bbob-preset-html5/src/defaultTags.js 68.00% <100.00%> (-1.39%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@JiLiZART JiLiZART merged commit 0c78831 into master Sep 28, 2023
11 of 12 checks passed
@JiLiZART JiLiZART deleted the feature/color-tag-189 branch September 28, 2023 01:02
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.

onlyAllowTags doesn't support case insensitive tags color tag in HTML5 preset
1 participant