Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: abereghici/remix-themes

Tags

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(build): remove React, mark as external during build (#54)

v2.0.3

Toggle v2.0.3's commit message
fix: update last remix-run version in docs

v2.0.2

Toggle v2.0.2's commit message
fix: remove react 19 requirement

v2.0.1

Toggle v2.0.1's commit message
fix: documentation

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
major: React Router v7 support (#49)

* feat: React Router v7 support

BREAKING CHANGE: React Router migration

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#43)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(theme-provider): Suppress hydration warning and add String.raw (#40

)

This commit suppresses the hydration warning in the browser by adding `suppressHydrationWarning` to the script tag. This is necessary to prevent the browser from throwing a warning about extra attributes from the server, specifically `nonce`.

Additionally, `String.raw` has been added for the manually injected script content. This is used to get the raw string form of template strings, which is useful when you want to avoid processing of escape sequences.

v1.4.0

Toggle v1.4.0's commit message
feat(system-theme): added support for system themes

`useTheme` hook provides a `metadata` object with `definedBy` property
which indicates the source of the theme. This should be enough to build
a light/dark/system dropdown. To set the system theme pass a `null`
value to `setTheme`.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(#30): add ability to pass nonce as a prop to the PreventFlashOnWr…

…ongTheme script (#31)

Co-authored-by: Alexandru Bereghici <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(flashing): prevent flashing (#29)

* feat(flashing): Added `disableTransitionOnThemeChange` prop to ThemeProvider to control the transitions when the theme changes.
---------

Co-authored-by: Federico Di Stefano <[email protected]>
Co-authored-by: Alexandru Bereghici <[email protected]>