fix: resolve multiple issues (#77, #89, #99, #111, #113, #117, #118, …#132
Open
aarush130 wants to merge 3 commits intoopen-amdocs:masterfrom
Open
fix: resolve multiple issues (#77, #89, #99, #111, #113, #117, #118, …#132aarush130 wants to merge 3 commits intoopen-amdocs:masterfrom
aarush130 wants to merge 3 commits intoopen-amdocs:masterfrom
Conversation
…docs#99, open-amdocs#111, open-amdocs#113, open-amdocs#117, open-amdocs#118, open-amdocs#51, open-amdocs#75) - open-amdocs#77: Fix useUnmounted/useMounted to return refs instead of values - open-amdocs#89: Add useResizeObserver hook - open-amdocs#99: Add force argument to useBooleanState toggle - open-amdocs#111: Add default positioning to Scrollbar Shadow - open-amdocs#113: Update semantic-release to v21 for automated releases - open-amdocs#117: Add useDepEffect hook for deep dependency comparison - open-amdocs#118: Add optional callback support to useDimensions - open-amdocs#51: Add uncontrolled mode to Collapsible component - open-amdocs#75: Fix Poppable placement {top:0, left:0} by using -9999 for hidden
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR resolves multiple open issues in the webrix repository.
Issues Fixed
Bug Fixes
useUnmounted/useMountedto return refs instead of values (for async callback tracking){top:0, left:0}by using-9999for hidden stateposition: absolute) to Scrollbar ShadowNew Features
useResizeObserverhookforceargument touseBooleanStatetoggle functionuseDepEffecthook for deep dependency comparisononResizecallback touseDimensionsCollapsiblecomponent (withdefaultExpandedandonChangeprops)Changes
useMounted.jsuseBooleanState.jsforceparameter to toggleuseDimensions.jsonResizecallbackuseResizeObserver/useDepEffect/Collapsible.jsxShadow.scssPoppable.constants.jspackage.jsonTesting
Fixes #77, #89, #99, #111, #113, #117, #118, #51, #75