You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
772 B
24 lines
772 B
4 years ago
|
# Changes to Prefers Color Scheme
|
||
|
|
||
|
### 3.1.0 (November 10, 2018)
|
||
|
|
||
|
- Include CLI tool for transforming CSS without any installation
|
||
|
- Update documentation
|
||
|
|
||
|
### 3.0.0 (November 4, 2018)
|
||
|
|
||
|
- Preserve `prefers-color-scheme` queries by default for non-JS environments
|
||
|
- Remove `prefers-color-scheme` queries on the frontend for JS environments
|
||
|
|
||
|
### 2.0.0 (November 3, 2018)
|
||
|
|
||
|
- The client library now returns an object with various features, including:
|
||
|
- `scheme` to get or set the preferred color scheme
|
||
|
- `hasNativeSupport` to report whether `prefers-color-scheme` is supported
|
||
|
- `onChange` to listen for when the preferred color scheme changes
|
||
|
- `removeListener` to destroy the native `prefers-color-scheme` listener
|
||
|
|
||
|
### 1.0.0 (September 24, 2018)
|
||
|
|
||
|
- Initial version
|