Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Nov 6, 2022
1 parent 2348ee5 commit af79680
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
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)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-compose",
"version": "0.2.1",
"version": "0.3.0",
"description": "A set of reactive state for commonly used features in web apps",
"funding": "https://github.com/mathieuprog/solid-compose?sponsor=1",
"source": "src/index.ts",
Expand Down

0 comments on commit af79680

Please sign in to comment.