Skip to content

[Release] 3.0.0 alpha.6 #503

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

Merged
merged 43 commits into from
Aug 2, 2024
Merged

[Release] 3.0.0 alpha.6 #503

merged 43 commits into from
Aug 2, 2024

Conversation

titouanmathis
Copy link
Contributor

Changed

Fixed

  • Fix a bug where refs could be undefined (c11eb49)

titouanmathis and others added 30 commits July 16, 2024 10:15
Update dependency @types/node to v20.14.11
Update dependency prettier to v3.3.3
The `getAttribute` and `setAttribute` methods are more performant that
the `dataset` and `attributes` objects.
…andling

[Feature] Refactor attributes handling
Update dependency @types/node to v20.14.12
Update dependency typescript to v5.5.4
[Feature] Migrate tests to Vitest
Copy link

github-actions bot commented Aug 2, 2024

Export Size

@studiometa/js-toolkit

Name Size Diff
importOnInteraction 573 B +119 B (+26.21%) 🔺
importWhenVisible 589 B +117 B (+24.79%) 🔺
createApp 419 B +39 B (+10.26%) 🔺
withBreakpointManager 1.15 kB +58 B (+5.30%) 🔺
withResponsiveOptions 1.98 kB +90 B (+4.75%) 🔺
useResize 722 B +30 B (+4.34%) 🔺
HELPERS 1.33 kB +41 B (+3.18%) 🔺
withBreakpointObserver 1.32 kB +33 B (+2.56%) 🔺
Base 7.32 kB +143 B (+1.99%) 🔺
BASE 7.4 kB +143 B (+1.97%) 🔺
FRAMEWORK 11.74 kB +189 B (+1.64%) 🔺
DECORATORS 6.38 kB +96 B (+1.53%) 🔺
ALL 16.62 kB +184 B (+1.12%) 🔺
SERVICES 3.24 kB +30 B (+0.93%) 🔺
withMountWhenPrefersMotion 372 B +2 B (+0.54%) 🔺
withScrolledInView 1.88 kB +3 B (+0.16%) 🔺
withMountOnMediaQuery 336 B -2 B (-0.59%) 🔽
withMountWhenInView 311 B -20 B (-6.04%) 🔽
Unchanged

@studiometa/js-toolkit

Name Size Diff
addClass 226 B -
addStyle 238 B -
animate 2.71 kB -
boundingRectToCircle 154 B -
clamp 67 B -
clamp01 87 B -
collideCircleCircle 99 B -
collideCircleRect 159 B -
collidePointCircle 112 B -
collidePointRect 103 B -
collideRectRect 99 B -
createEaseInOut 116 B -
createEaseOut 71 B -
createRange 90 B -
damp 78 B -
debounce 92 B -
domScheduler 296 B -
ease 435 B -
easeInCirc 68 B -
easeInCubic 59 B -
easeInExpo 80 B -
easeInOutCirc 141 B -
easeInOutCubic 130 B -
easeInOutExpo 134 B -
easeInOutQuad 128 B -
easeInOutQuart 133 B -
easeInOutQuint 152 B -
easeInOutSine 151 B -
easeInQuad 63 B -
easeInQuart 61 B -
easeInQuint 62 B -
easeInSine 77 B -
easeLinear 49 B -
easeOutCirc 115 B -
easeOutCubic 103 B -
easeOutExpo 112 B -
easeOutQuad 103 B -
easeOutQuart 100 B -
easeOutQuint 103 B -
easeOutSine 121 B -
endsWith 88 B -
getAncestorWhere 91 B -
getAncestorWhereUntil 119 B -
getClosestParent 178 B -
getComponentResolver 138 B -
getDirectChildren 183 B -
getInstanceFromElement 90 B -
getInstances 146 B -
getOffsetSizes 159 B -
hasWindow 62 B -
historyPush 499 B -
historyReplace 503 B -
importOnMediaQuery 236 B -
importWhenIdle 223 B -
importWhenPrefersMotion 275 B -
inertiaFinalValue 142 B -
isArray 70 B -
isBoolean 78 B -
isDefined 86 B -
isDev 72 B -
isDirectChild 212 B -
isEmpty 207 B -
isEmptyString 93 B -
isFunction 72 B -
isNull 72 B -
isNumber 84 B -
isObject 105 B -
isString 86 B -
keyCodes 100 B -
lerp 57 B -
map 71 B -
matrix 106 B -
mean 91 B -
memoize 189 B -
nextFrame 162 B -
nextMicrotask 111 B -
nextTick 134 B -
noop 39 B -
noopValue 49 B -
objectToURLSearchParams 302 B -
Queue 226 B -
randomInt 80 B -
randomItem 232 B -
removeClass 222 B -
removeStyle 238 B -
round 56 B -
saveActiveElement 56 B -
scrollTo 1.91 kB -
SmartQueue 411 B -
startsWith 87 B -
throttle 101 B -
toggleClass 225 B -
transform 321 B -
transition 916 B -
trapFocus 366 B -
tween 1.34 kB -
untrapFocus 45 B -
useDrag 1.61 kB -
useKey 630 B -
useLoad 373 B -
usePointer 841 B -
useRaf 682 B -
useScheduler 290 B -
useScroll 800 B -
useService 254 B -
UTILS 6.67 kB -
wait 79 B -
withDrag 1.76 kB -
withExtraConfig 135 B -
withFreezedOptions 140 B -
withIntersectionObserver 285 B -
withLeadingCharacters 88 B -
withLeadingSlash 107 B -
withName 81 B -
withoutLeadingCharacters 86 B -
withoutLeadingCharactersRecursive 124 B -
withoutLeadingSlash 93 B -
withoutTrailingCharacters 98 B -
withoutTrailingCharactersRecursive 129 B -
withoutTrailingSlash 103 B -
withRelativePointer 997 B -
withTrailingCharacters 96 B -
withTrailingSlash 120 B -

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.06%. Comparing base (388cfe3) to head (2b51c12).

Additional details and impacted files
@@             Coverage Diff             @@
##            master     #503      +/-   ##
===========================================
- Coverage   100.00%   97.06%   -2.94%     
===========================================
  Files          126      114      -12     
  Lines         4027     4155     +128     
  Branches         0     1082    +1082     
===========================================
+ Hits          4027     4033       +6     
- Misses           0      122     +122     
Flag Coverage Δ
unittests 97.06% <100.00%> (-2.94%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@titouanmathis titouanmathis merged commit 208d6ff into master Aug 2, 2024
14 checks passed
@titouanmathis titouanmathis deleted the release/3.0.0-alpha.6 branch August 2, 2024 13:58
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.

2 participants