-
Notifications
You must be signed in to change notification settings - Fork 5
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 #1795
Open
github-actions
wants to merge
27
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
… is bigger than the viewport by scrolling with voice control (#1748) * WRR-9115: Fixed to focus properly when the spottable node is bigger than the viewport by scrolling with voice control Enact-DCO-1.0-Signed-off-by: Hyelyn Kim ([email protected]) * Fix changelog Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) --------- Co-authored-by: Juwon Jeong <[email protected]>
… functional component (#1732) * converted HourPicker to functional component * fixed lint warning * fixed review issues * empty commit * fixed review issues * updated .travis.yml --------- Co-authored-by: Juwon Jeong <[email protected]>
…used by keydown events when the popup is opened (#1756) * WRR-11077: Added Scroller qa-sampler for case where it is used with FixedPopupPanels Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Fix typo Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Apply reveiw Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Added changelog Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Pin enact branch to fix travis error Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Apply review Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Revert enact branch in travis file Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
…itemSizes` (#1766) * WRR-12807: Added VirtualList qa-sampler for changing `dataSize` and `itemSizes` 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 * review fix * dummy commit to fix cla license * revert dummy commit
* Migrated DropdownList to functional component * Review fix
Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) Co-authored-by: Seungcheon Baek <[email protected]>
* WRR-14027: Added UI test when PageViews' autoFocus is 'none' Enact-DCO-1.0-Signed-off-by: Hyelyn Kim ([email protected]) * Fix typos Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) --------- Co-authored-by: Juwon Jeong <[email protected]>
* fixed unsafe urls, deprecated functions and incorrect JSDocs * fixed grammar errors * Fixed typos in sandstone code * Update samples/qa-a11y/src/components/Section.js Co-authored-by: Stanca <[email protected]> * reverted removal of subtraction * reverted change of URLs * revert unsafe url * reverted jsdoc issues * reverted jsdoc issues * reverted deprecated functions --------- Co-authored-by: Stanca <[email protected]>
* replaced unsafe URLs * replaced unsafe URLs * revert unwanted change * code review fixes
* removed unused modules from sampler * added 'react-dom' and removed '@storybook/builder-webpack5' --------- Co-authored-by: taeyoung.hong <[email protected]>
* Fixed JSDoc problems * dummy commit * revert dummy commit * code review fixes
…omponent (#1776) * Migrate internal/WindowEventable from class to functional component. * review fixes --------- Co-authored-by: Stanca <[email protected]>
* WRR-387: Updated documentation for Panels arranger Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * Updated documentation Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * review changes Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected])
* WRR-8543: Fixed Editable Scroller not to use static classname Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * Added a guard Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected])
…tional component (#1764) * Changed I18NFontDecorator to a functional component. * Review fix --------- Co-authored-by: Mikyung Kim <[email protected]>
…on` option (#1769) * WRR-1039: Removed animation and shadow effects with cli `--no-animation` option Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * Fix typo * Added changelog * review changes Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * revert code change Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * revert code change Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * revert code change Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * Removed overscroll effects with cli `--no-animation` option Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * Moved `noAnimation` class from each component to ThemeDecorator Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * fixed wrong code changes Enact-DCO-1.0-Signed-off-by: Jiye Kim ([email protected]) * WRR-1039: Revert unnecessary change Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * WRR-1039: Fixed FormCheckboxItem to not have shadow when noAnimation Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) * WRR-1039: Fixed MediaTitle to not have transition when noAnimation Enact-DCO-1.0-Signed-off-by: Mikyung Kim ([email protected]) --------- Co-authored-by: Mikyung Kim <[email protected]>
* WRR-12677: Fix node_js to use 'lts/*' and 'node' on travis * change npm option: -C -> --prefix
… 5 to 8 (#1780) Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) Co-authored-by: Seungcheon Baek <[email protected]>
…l` option (#1697) * WRR-1063: Added a QA sampler for `Spotlight.focus` with `preventScroll` option Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * Update QA sample to be clearer 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]) * Updated QA sample as reviewed 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]>
…1792) * WRR-14337: Fix EditableWrapper to enable hover to scroll in touch mode Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Fix handleTouchEnd in editable scroller Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
…ic (#1757) * Make pageIndicatorPosition prop in PageViews component public Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Fix typo Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Apply review Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected]) * Update changelog Enact-DCO-1.0-Signed-off-by: Juwon Jeong ([email protected])
…B formats (#1754) * WRR-287: Replace --sand-text-color-rgb with --sand-text-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-shadow-color-rgb with --sand-shadow-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-component-text-color-rgb with --sand-component-text-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-component-text-sub-color-rgb with --sand-component-text-sub-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-focus-bg-color-rgb with --sand-focus-bg-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Refine code related to --sand-text-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-component-focus-text-color-rgb with --sand-component-focus-text-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-selected-color-rgb with --sand-selected-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-overlay-bg-color-rgb with --sand-overlay-bg-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-progress-color-rgb with --sand-progress-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-progress-bg-color-rgb with --sand-progress-bg-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-spinner-color-rgb with --sand-spinner-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-keyguide-bg-color-rgb with --sand-keyguide-bg-color Note that a new CSS variable --sand-keyguide-bg-color-alpha is also added to support the alpha channel of the background color. Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace --sand-alert-overlay-bg-color-rgb with --sand-alert-overlay-bg-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Refine LESS variable names to distinguish alpha for color and opacity Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace rest --sand-alert-overlay variables with non-rgb variables Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Added fallback of -rgb variables for legacy apps Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Added missing fallback of --sand-component-focus-text-color-rgb 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]) * WRR-287: rename suffix -color-alpha to -color-opacity Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: rename: @sand-shadow-color and @sand-shadow-base-color - @sand-shadow-color is renamed to @sand-shadow-base-color - @sand-shadow-common-color is renamed to @sand-shadow-color Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: rename: @sand-keyguide-bg-color to @sand-keyguide-base-bg-color - @sand-keyguide-bg-color is renamed to @sand-keyguide-base-bg-color - @sand-keyguide-bg-color is now the background color with opacity just like before this PR Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Remove fallbacks of -rgb variables for legacy apps Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Remove missing fallbacks of -rgb variables for legacy apps Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Convert static color value by rgb() to hex value Note that --sand-steps-pageindicator-bg-color is added as we add CSS variables for non-common component-specific colors also. Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Replace rgba() with rgb() rgb() with alpha parameter is supported from Firefox 52 (2017), Chrome 65(2018), and Safari 12.1(2019). rgba() is now an alias for rgb(). Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: Revert rgb() to rgba() for screenshot tests Due to malfunction of the screenshot tests, the rgb() function is reverted to rgba() function. Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * Revert "WRR-287: Revert rgb() to rgba() for screenshot tests" This reverts commit ec98ae0. * Revert "WRR-287: Replace rgba() with rgb()" This reverts commit c65d1cb. * WRR-287: refine color variables' order Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) * WRR-287: update Travis CI setting Enact-DCO-1.0-Signed-off-by: Seungcheon Baek ([email protected]) --------- Co-authored-by: Seungcheon Baek <[email protected]>
Let's keep legal happy.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1795 +/- ##
==========================================
- Coverage 81.35% 80.92% -0.44%
==========================================
Files 150 148 -2
Lines 8213 6685 -1528
Branches 2602 2001 -601
==========================================
- Hits 6682 5410 -1272
+ Misses 1107 969 -138
+ Partials 424 306 -118 ☔ 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.