-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore(TimePicker-compat): renames and code polish #29695
chore(TimePicker-compat): renames and code polish #29695
Conversation
📊 Bundle size report🤖 This report was generated against c4d00c3c471ba73ebd940edbf9cd1dff0969a71d |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3899b3d:
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: c4d00c3c471ba73ebd940edbf9cd1dff0969a71d (build) |
...act-components/react-timepicker-compat-preview/src/components/TimePicker/TimePicker.types.ts
Outdated
Show resolved
Hide resolved
...act-components/react-timepicker-compat-preview/src/components/TimePicker/TimePicker.types.ts
Show resolved
Hide resolved
…components/TimePicker/TimePicker.types.ts Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
* master: (34 commits) Remove redundant pipeline yaml. It is now replaced iwth azure-pipelines-ci.yml and azure-pipelines-pr.yml (microsoft#29706) chore(TimePicker-compat): preview release with added stories and docs (microsoft#29677) Enable 1ES PT to be compliant for all production pipelines (microsoft#29702) chore: restrict node versions to 18 ||| 20 (microsoft#29676) chore(TimePicker-compat): renames and code polish (microsoft#29695) chore: remove animation from test environments (microsoft#29692) applying package updates docs: fix defaultSelectedOptions for Dropdown and Combobox examples (microsoft#29700) revert accidentally pushed changes (microsoft#29696) Added scale factor to minHeight logic (microsoft#29653) Fixing the mistake in useArrowNavigationGroup - axis values in the doc (microsoft#29667) applying package updates 🧪 🧪 🧪 🧪 🧪 Rever accidentally pushed pipeline changes (microsoft#29685) applying package updates 🧪 ...
This PR does renames and some code polish after 1st round of TimePicker code review:
Renames:
onTimeSelect
=>onTimeChange
validateFreeFormTime
=>formatTimeStringToDate
Code polish:
useStableDateAnchor
hook to use oneuseMemo