-
Notifications
You must be signed in to change notification settings - Fork 81
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
Override constrainToScroll prop default value to false #586
Merged
akolson
merged 32 commits into
learningequality:release-v3
from
kafukoM:kdropdown-options-update
Mar 22, 2024
Merged
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
5d0e433
Override constrainToScroll prop default value to false
kafukoM f1b8ee0
Updated default constrainToScrollParent prop value
kafukoM 837d6e2
Reverted yarn.lock changes
kafukoM 44409f6
Modified changelog.md
kafukoM ec8cf3b
Revert "Modified changelog.md"
kafukoM 996d695
Updated CHANGELOG.md
kafukoM b577fa8
Move dimension styles to the container
MisRob f9fcaf0
Add scaling and ratio logic
MisRob 8ea6972
Document default slot
MisRob e358e4b
Add slots and placeholder logic
MisRob 3d3107a
Add border radius
MisRob 1b51e44
Cleanup documentation and tests
MisRob 86a55a3
Trying with hidden overflow flex wrapper
AlexVelezLl 3f55c9e
Overflow items with visibility hidden items
AlexVelezLl 98018f4
Ensuring all visible items if moreButton were not rendered
AlexVelezLl bcf6fa2
Polishing example
AlexVelezLl ce80b6a
Add docs page
AlexVelezLl 4b20918
Add divider support
AlexVelezLl add2f37
Add appearance overrides
AlexVelezLl 5f9fd92
Add useKResponsiveElement
AlexVelezLl 4ad6e9d
Watch responsive elementWidth in KListWithOverflow
AlexVelezLl 4c0850d
Update docs
AlexVelezLl e3cfdb3
Add component documentation
AlexVelezLl 691b74a
Add changelog
AlexVelezLl f3690dd
Lint files
AlexVelezLl e24ea56
Rename composable to private
AlexVelezLl 5f25479
Set list as overflow hidden
AlexVelezLl b4d4ea2
Replace ResizeSensor
AlexVelezLl f8b5ef8
Requested changes
AlexVelezLl 76c72de
Increase version
MisRob 8dbb67b
Resolved CHANGELOG.md conflicts
kafukoM 883ab3d
Merge branch 'release-v3' into kdropdown-options-update
kafukoM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we want to be changing yarn.lock as part of this task. Could you please revert?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MisRob I have reverted the commit, leaving out the yarn.lock changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kafukoM I think this change on yarn.lock is still present
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akolson @MisRob The new commit should have reverted the changes on the yarn.lock file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kafukoM, although It looks like we picked up some conflicts in the process.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like you are not having some changelog entries. All the below should be present in your version of the changelog
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akolson I have updated my changelog file with the latest commit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kafukoM, the above was only intended as a guide for you when resolving the conflict locally, my apologies for any confusion. Could you please revert your most recent commit and do the following?
git rebase release-v3
orgit merge release-v3
. This will bring in any changes you don't haveAnother more straightforward option would be to undo all changes made in the changelog, then rebase or merge release-v3 into your branch after which you can add the changelog here again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akolson I think my latest commit should have resolved the conflict
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kafukoM. please see my other comment here