-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
fix: remove double conversion that causes date shift #22410
Merged
Merged
+113
−19
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
remidej
reviewed
Dec 13, 2024
@@ -1,6 +1,5 @@ | |||
import { forwardRef, memo } from 'react'; | |||
import { forwardRef, memo, useState } from 'react'; |
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.
Could you update this import to import * as React
, then use React.useState etc? it's not enforced by ESLint yet but it's the style we try to apply everywhere for consistency
97ba316
to
5376647
Compare
Marc-Roig
approved these changes
Dec 17, 2024
Marc-Roig
added a commit
that referenced
this pull request
Dec 18, 2024
* feat: add content preview (remove future flag) * chore: fix tests * test(e2e): components and dz in create collection type (#22374) * feat(content-manager): add syntax highlighting in the code block type in the Blocks field original solution (#22332) * feat: install prismjs * feat(content-manager): add highlights to code block using Prismjs * feat(content-manager): remove screen debug * feat(content-manager): extends render leaf props * feat(content-manager): fix build issue * feat(content-manager): move prismjs theme import * feat(content-manager): change theme * feat(content-manager): theme import minimized * feat(content-manager): import prismjs types * feat(content-manager): change gh action config * feat(content-manager): revert the admin bundle size code * feat(content-manager): remove console log * feat(content-manager): change import theme * feat(content-manager): remove theme * feat(content-manager): change imports * feat(content-manager): change prismjs import * feat(content-manager): try to find the issue in gh action * feat(content-manager): add theme test * feat(content-manager): add packup css plugin * feat(content-manager): remove rollup * feat(content-manager): add change threshold * feat(content-manager): import Prism in Code component * feat(content-manager): remove prismjs * feat(content-manager): install prismjs * feat(content-manager): add prismjs theme * feat(content-manager): install prismjs in admin * feat(content-manager): try to change Prism import * feat(content-manager): add config file * feat(content-manager): add prismjs vite config * feat(content-manager): change rollup options * feat(content-manager): modify vite config * feat(content-manager): add manually prismjs * feat(content-manager): revert prismjs logic * feat(content-manager): fix build errors * feat(content-manager): solve failing fe unit tests * feat(content-manager): add threshold * feat(content-manager): fix import default * feat(content-manager): change vite config * feat(content-manager): add vite plugin prismjs * feat(content-manager): update vite config * feat(content-manager): fix issue decorate * chore: add prism in admin deps * feat(content-manager): replace original solution prismjs * feat(content-manager): remove useless prismjs dep in admin * feat(content-manager): change prismjs version * feat(content-manager): remove vite-plugin-prismjs * feat(content-manager): remove useless duplications in constants file * feat(content-manager): move some files * feat(content-manager): fix review comments * feat(content-manager): remove useless importPath property --------- Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com> * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#22389) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * security(deps): bump nanoid to 3.3.8 in yarn.lock (#22397) * enhancement: update purchase page links (#22419) * enhancement: update purchase page links * chore: remove local tests * chore: add newline * enhancement(database): add repair manager with component deletion fix (#22267) * fix: preview back button behavior (#22432) * fix: multiple requests locale (#22273) * fix: multiple requests locale * fix: actions request * fix: properly load locales * fix: add status to localizations * fix: remove unused types * fix: front tests * fix: add validation fields into localizations * fix: validatable attributes * fix: select nested fields when populating localizations * fix: uncomment localizations populate * fix: document-metadata * fix: empty populate * fix: revert to original proposal * fix: do not select document ids on components (#22330) * fix: do not select document ids on components * chore: unit test * fix: metadata test * fix: populate * fix: default fields * fix: show current locale when bulk publishing * fix: create locale * Update packages/core/content-manager/server/src/services/document-metadata.ts Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> --------- Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> * fix: add component button style (#22425) * fix: add-component-button-style * fix: made it prettier * fix: optimizations * fix(blocks): various ui issues (#22423) * fix: blocks-ui-fixes * fix: made it prettier * fix: optimizations * fix: remove double conversion that causes date shift (#22410) * fix: remove double conversion that causes date shift * fix: remove useless files * release: 5.6.0 * Revert "release: 5.6.0" This reverts commit 77ad0ef. * release: 5.6.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io> Co-authored-by: Ben Irvin <ben.irvin@strapi.io> Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> Co-authored-by: Simone <startae14@gmail.com> Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com> Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maxime Castres <17828745+Mcastres@users.noreply.github.com> Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> Co-authored-by: Lucas Boilly <45385696+lucasboilly@users.noreply.github.com> Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
Marc-Roig
added a commit
that referenced
this pull request
Dec 19, 2024
* feat: add content preview (remove future flag) * chore: fix tests * test(e2e): components and dz in create collection type (#22374) * feat(content-manager): add syntax highlighting in the code block type in the Blocks field original solution (#22332) * feat: install prismjs * feat(content-manager): add highlights to code block using Prismjs * feat(content-manager): remove screen debug * feat(content-manager): extends render leaf props * feat(content-manager): fix build issue * feat(content-manager): move prismjs theme import * feat(content-manager): change theme * feat(content-manager): theme import minimized * feat(content-manager): import prismjs types * feat(content-manager): change gh action config * feat(content-manager): revert the admin bundle size code * feat(content-manager): remove console log * feat(content-manager): change import theme * feat(content-manager): remove theme * feat(content-manager): change imports * feat(content-manager): change prismjs import * feat(content-manager): try to find the issue in gh action * feat(content-manager): add theme test * feat(content-manager): add packup css plugin * feat(content-manager): remove rollup * feat(content-manager): add change threshold * feat(content-manager): import Prism in Code component * feat(content-manager): remove prismjs * feat(content-manager): install prismjs * feat(content-manager): add prismjs theme * feat(content-manager): install prismjs in admin * feat(content-manager): try to change Prism import * feat(content-manager): add config file * feat(content-manager): add prismjs vite config * feat(content-manager): change rollup options * feat(content-manager): modify vite config * feat(content-manager): add manually prismjs * feat(content-manager): revert prismjs logic * feat(content-manager): fix build errors * feat(content-manager): solve failing fe unit tests * feat(content-manager): add threshold * feat(content-manager): fix import default * feat(content-manager): change vite config * feat(content-manager): add vite plugin prismjs * feat(content-manager): update vite config * feat(content-manager): fix issue decorate * chore: add prism in admin deps * feat(content-manager): replace original solution prismjs * feat(content-manager): remove useless prismjs dep in admin * feat(content-manager): change prismjs version * feat(content-manager): remove vite-plugin-prismjs * feat(content-manager): remove useless duplications in constants file * feat(content-manager): move some files * feat(content-manager): fix review comments * feat(content-manager): remove useless importPath property --------- * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (#22389) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... * security(deps): bump nanoid to 3.3.8 in yarn.lock (#22397) * enhancement: update purchase page links (#22419) * enhancement: update purchase page links * chore: remove local tests * chore: add newline * enhancement(database): add repair manager with component deletion fix (#22267) * fix: preview back button behavior (#22432) * fix: multiple requests locale (#22273) * fix: multiple requests locale * fix: actions request * fix: properly load locales * fix: add status to localizations * fix: remove unused types * fix: front tests * fix: add validation fields into localizations * fix: validatable attributes * fix: select nested fields when populating localizations * fix: uncomment localizations populate * fix: document-metadata * fix: empty populate * fix: revert to original proposal * fix: do not select document ids on components (#22330) * fix: do not select document ids on components * chore: unit test * fix: metadata test * fix: populate * fix: default fields * fix: show current locale when bulk publishing * fix: create locale * Update packages/core/content-manager/server/src/services/document-metadata.ts --------- * fix: add component button style (#22425) * fix: add-component-button-style * fix: made it prettier * fix: optimizations * fix(blocks): various ui issues (#22423) * fix: blocks-ui-fixes * fix: made it prettier * fix: optimizations * fix: remove double conversion that causes date shift (#22410) * fix: remove double conversion that causes date shift * fix: remove useless files * release: 5.6.0 * Revert "release: 5.6.0" This reverts commit 77ad0ef. * release: 5.6.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io> Co-authored-by: Ben Irvin <ben.irvin@strapi.io> Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> Co-authored-by: Simone <startae14@gmail.com> Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com> Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maxime Castres <17828745+Mcastres@users.noreply.github.com> Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> Co-authored-by: Lucas Boilly <45385696+lucasboilly@users.noreply.github.com> Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
ulururu
pushed a commit
to ulururu/strapi
that referenced
this pull request
Dec 23, 2024
* fix: remove double conversion that causes date shift * fix: remove useless files
ulururu
pushed a commit
to ulururu/strapi
that referenced
this pull request
Dec 23, 2024
* feat: add content preview (remove future flag) * chore: fix tests * test(e2e): components and dz in create collection type (strapi#22374) * feat(content-manager): add syntax highlighting in the code block type in the Blocks field original solution (strapi#22332) * feat: install prismjs * feat(content-manager): add highlights to code block using Prismjs * feat(content-manager): remove screen debug * feat(content-manager): extends render leaf props * feat(content-manager): fix build issue * feat(content-manager): move prismjs theme import * feat(content-manager): change theme * feat(content-manager): theme import minimized * feat(content-manager): import prismjs types * feat(content-manager): change gh action config * feat(content-manager): revert the admin bundle size code * feat(content-manager): remove console log * feat(content-manager): change import theme * feat(content-manager): remove theme * feat(content-manager): change imports * feat(content-manager): change prismjs import * feat(content-manager): try to find the issue in gh action * feat(content-manager): add theme test * feat(content-manager): add packup css plugin * feat(content-manager): remove rollup * feat(content-manager): add change threshold * feat(content-manager): import Prism in Code component * feat(content-manager): remove prismjs * feat(content-manager): install prismjs * feat(content-manager): add prismjs theme * feat(content-manager): install prismjs in admin * feat(content-manager): try to change Prism import * feat(content-manager): add config file * feat(content-manager): add prismjs vite config * feat(content-manager): change rollup options * feat(content-manager): modify vite config * feat(content-manager): add manually prismjs * feat(content-manager): revert prismjs logic * feat(content-manager): fix build errors * feat(content-manager): solve failing fe unit tests * feat(content-manager): add threshold * feat(content-manager): fix import default * feat(content-manager): change vite config * feat(content-manager): add vite plugin prismjs * feat(content-manager): update vite config * feat(content-manager): fix issue decorate * chore: add prism in admin deps * feat(content-manager): replace original solution prismjs * feat(content-manager): remove useless prismjs dep in admin * feat(content-manager): change prismjs version * feat(content-manager): remove vite-plugin-prismjs * feat(content-manager): remove useless duplications in constants file * feat(content-manager): move some files * feat(content-manager): fix review comments * feat(content-manager): remove useless importPath property --------- * chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs (strapi#22389) Bumps the npm_and_yarn group with 1 update in the /docs directory: [nanoid](https://github.com/ai/nanoid). Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn ... * security(deps): bump nanoid to 3.3.8 in yarn.lock (strapi#22397) * enhancement: update purchase page links (strapi#22419) * enhancement: update purchase page links * chore: remove local tests * chore: add newline * enhancement(database): add repair manager with component deletion fix (strapi#22267) * fix: preview back button behavior (strapi#22432) * fix: multiple requests locale (strapi#22273) * fix: multiple requests locale * fix: actions request * fix: properly load locales * fix: add status to localizations * fix: remove unused types * fix: front tests * fix: add validation fields into localizations * fix: validatable attributes * fix: select nested fields when populating localizations * fix: uncomment localizations populate * fix: document-metadata * fix: empty populate * fix: revert to original proposal * fix: do not select document ids on components (strapi#22330) * fix: do not select document ids on components * chore: unit test * fix: metadata test * fix: populate * fix: default fields * fix: show current locale when bulk publishing * fix: create locale * Update packages/core/content-manager/server/src/services/document-metadata.ts --------- * fix: add component button style (strapi#22425) * fix: add-component-button-style * fix: made it prettier * fix: optimizations * fix(blocks): various ui issues (strapi#22423) * fix: blocks-ui-fixes * fix: made it prettier * fix: optimizations * fix: remove double conversion that causes date shift (strapi#22410) * fix: remove double conversion that causes date shift * fix: remove useless files * release: 5.6.0 * Revert "release: 5.6.0" This reverts commit 77ad0ef. * release: 5.6.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Rémi de Juvigny <remi.dejuvigny@strapi.io> Co-authored-by: Ben Irvin <ben.irvin@strapi.io> Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com> Co-authored-by: Simone <startae14@gmail.com> Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com> Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maxime Castres <17828745+Mcastres@users.noreply.github.com> Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> Co-authored-by: Lucas Boilly <45385696+lucasboilly@users.noreply.github.com> Co-authored-by: Ziyi <ziyi.yuan@strapi.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
What does it do?
removed the
convertLocalDateToUTCDate
function which caused double conversion and date shift from the client side (check the video posted in #22023 ), the component now preserves the actual calendar date the user selected and eliminates timezone-related shifts (same behaviours as in V4)Why is it needed?
by default,
Date
object will be created in the local time zone of the user's browser, but dates should be kept consistent in UTC at all timesHow to test it?
examples/getStarted
date
fieldplease check:
Related issue(s)/PR(s)
fixes #22023
DX-1788