-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2348ee5
commit af79680
Showing
3 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Changelog | ||
|
||
## 0.3.x | ||
|
||
* Add internationalization (i18n) support | ||
* Use global state instead of context providers | ||
* Allow to pass a custom storage strategy for the color scheme | ||
|
||
## 0.2.x | ||
|
||
* Add `defaultScheme` prop in `ColorSchemeProvider` | ||
* Add storage strategy `ColorSchemeStorage.signalStorage` | ||
|
||
## 0.1.x | ||
|
||
* Add useColorScheme | ||
* Add useLocalStorage | ||
* Add color scheme support (light vs dark mode) | ||
* Add localStorage support (client-side storage) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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