-
Notifications
You must be signed in to change notification settings - Fork 35
Update copyright years in README.md file #3306
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
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 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
…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 (juwon.jeong@lge.com) * Apply review to remove spotlight dependency in ui Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com) * Apply review Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com) * Added optional chaining to handle cases where props.preventScroll does not exist Enact-DCO-1.0-Signed-off-by: Juwon Jeong (juwon.jeong@lge.com)
…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 (mikyung27.kim@lge.com) * fix typo Enact-DCO-1.0-Signed-off-by: Mikyung Kim (mikyung27.kim@lge.com)
* 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 (sc.baek@lge.com) * 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 (sc.baek@lge.com) * WRR-9415: refined code Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) --------- Co-authored-by: Seungcheon Baek <5037955+SeungcheonBaek@users.noreply.github.com>
…unction to prevent scroll by focus (#3277) * Update preventScroll option in focus and focusElement Enact-DCO-1.0-Signed-off-by: Nakjun Hwang <wns450@gmail.com> * Refine changlogs and match coding conventions Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) * Add a unit test for `preventScroll` option Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) * updated changelogs Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) * update .travis.yml to resolve the issue of npm install Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) --------- Co-authored-by: nakjun12 <wns450@gmail.com> Co-authored-by: Seungcheon Baek <5037955+SeungcheonBaek@users.noreply.github.com> Co-authored-by: Juwon Jeong <juwon.jeong@lge.com>
* 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 (sc.baek@lge.com) * 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 (sc.baek@lge.com) * WRR-287: added changelogs Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) * WRR-287: update .travis.yml to resolve the issue of npm install Enact-DCO-1.0-Signed-off-by: Seungcheon Baek (sc.baek@lge.com) --------- Co-authored-by: Seungcheon Baek <5037955+SeungcheonBaek@users.noreply.github.com> Co-authored-by: Juwon Jeong <juwon.jeong@lge.com>
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. 🚀 New features to boost your workflow:
|
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.