-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update copyright years in README.md file #3306
Open
github-actions
wants to merge
10
commits into
master
Choose a base branch
from
license/2025
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…used by keydown events when the popup is opened (#3297) * WRR-11077: Fixed Scroller to prevent the native scrolling behavior caused by keydown events when the popup is opened Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Apply review to remove spotlight dependency in ui Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Apply review Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Added optional chaining to handle cases where props.preventScroll does not exist Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
…e` and `itemSizes` changed (#3300) * WRR-12807: Fixed `VirtualList` to not abnormally scroll when `dataSize` and `itemSizes` changed Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * fix typo Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected])
* Updated storybook to 8.4 * updated to latest storybook * updated storybook-utils to latest version * dummy commit to fix CLA licence * revert dummy commit
* removed unused modules from sampler * undo removal of `react-dom` * removed react-dom * added overrides * added `react-dom` and removed overrides
* WRR-12677: Fix node_js to use 'lts/*' and 'node' on travis * change npm option: -C -> --prefix
#3302) * WRR-9415: remove vendor-opacity mixin that is only for legacy IE from 5 to 8 Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-9415: Revive vendor-opacity mixin but remove support for legacy IE from 5 to 8 Note: to support existing usages, the mixin is revived but the support for legacy IE from 5 to 8 is removed. Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-9415: refined code Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) --------- Co-authored-by: Seungcheon Baek <[email protected]>
…unction to prevent scroll by focus (#3277) * Update preventScroll option in focus and focusElement Enact-DCO-1.0-Signed-off-by: Nakjun Hwang <[email protected]> * Refine changlogs and match coding conventions Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * Add a unit test for `preventScroll` option Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * updated changelogs Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * update .travis.yml to resolve the issue of npm install Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) --------- Co-authored-by: nakjun12 <[email protected]> Co-authored-by: Seungcheon Baek <[email protected]> Co-authored-by: Juwon Jeong <[email protected]>
* WRR-287: Update docs for creating components to match with theme libraries' changes on custom skin Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: update the minimum versions of browsers to support relative RGB To support relative RGB, the minimum versions of browsers are updated as follows: - safari: 16.4 (note that the first fully supported version is 18.0) - chrome: 119 - firefox: 128 Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: added changelogs Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: update .travis.yml to resolve the issue of npm install Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) --------- Co-authored-by: Seungcheon Baek <[email protected]> Co-authored-by: Juwon Jeong <[email protected]>
Let's keep legal happy.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3306 +/- ##
===========================================
+ Coverage 67.14% 82.30% +15.16%
===========================================
Files 165 152 -13
Lines 9681 7093 -2588
Branches 2714 1867 -847
===========================================
- Hits 6500 5838 -662
+ Misses 2447 985 -1462
+ Partials 734 270 -464 ☔ View full report in Codecov by Sentry. |
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.
It's that time of the year, let's update the license.