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

Chore/some updates #265

Merged
merged 19 commits into from
Aug 30, 2024
Merged

Chore/some updates #265

merged 19 commits into from
Aug 30, 2024

Conversation

phun-ky
Copy link
Owner

@phun-ky phun-ky commented Aug 30, 2024

  • style: 💄 Format - 7d739cc
  • perf: ⚡️ Use waitForFrame just in case - 70ca641
  • refactor: 💡 Add missing types and refactor function - 470a77b
  • feat: 🎸 Add missing stylesheet to bound option for spacing - 81bdfda
  • feat: 🎸 Add possibility to pass options programatically Also renamed some feature init functions to match what they do. This is not a breaking change, since the exported function is the same - dd5a49e
  • fix: 🐛 Add missing features to lazy loading - f97802e
  • docs: ✏️ use instead of ... - 3869cf0
  • feat: 🎸 Add bound option to the spacing feature Also added the possibility to only display padding or margin - 65e7314
  • docs: ✏️ Update screenshots and add more feature documentation - 095e9a1
  • docs: ✏️ Regenerate API documentation - b34036f
  • refactor: 💡 Rename function, and move it to correct location This function can remove any speccer element, not only pin elements - 79f532c
  • style: 💄 Format - 0962b65
  • perf: ⚡️ Return early if the element is hidden - b09cecd
  • feat: 🎸 Add function to remove given speccer elements - 1078ca4
  • refactor: 💡 Make sure we set a relation id to target elements - b16054d
  • chore: 🤖 Update SECURITY.md - 884ac79

Copy link

codecov bot commented Aug 30, 2024

Codecov Report

Attention: Patch coverage is 50.68493% with 396 lines in your changes missing coverage. Please review.

Project coverage is 78.16%. Comparing base (8cb613f) to head (7c308c0).
Report is 20 commits behind head on main.

Files with missing lines Patch % Lines
src/features/measure/index.ts 33.69% 61 Missing ⚠️
src/config/browser.ts 19.71% 57 Missing ⚠️
src/features/spacing/index.ts 41.75% 53 Missing ⚠️
src/features/typography/index.ts 31.16% 53 Missing ⚠️
src/features/mark/index.ts 9.43% 48 Missing ⚠️
src/features/grid/index.ts 33.33% 44 Missing ⚠️
src/utils/bezier.ts 37.14% 44 Missing ⚠️
src/utils/css.ts 22.72% 17 Missing ⚠️
src/utils/get-options.ts 63.63% 12 Missing ⚠️
src/features/pin/index.ts 40.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #265      +/-   ##
==========================================
- Coverage   83.31%   78.16%   -5.15%     
==========================================
  Files          74       78       +4     
  Lines        6987     7883     +896     
  Branches      746      760      +14     
==========================================
+ Hits         5821     6162     +341     
- Misses       1160     1715     +555     
  Partials        6        6              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phun-ky phun-ky merged commit 09e4dab into main Aug 30, 2024
5 of 7 checks passed
@phun-ky phun-ky deleted the chore/some-updates branch August 30, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvements: ⚡️ optimization New improvement mindless: 🤖 chore mindless: ✏️ docs Improvements or additions to documentation release section: repo For all changes in root dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant