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.
772 B
772 B
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 schemehasNativeSupport
to report whetherprefers-color-scheme
is supportedonChange
to listen for when the preferred color scheme changesremoveListener
to destroy the nativeprefers-color-scheme
listener
1.0.0 (September 24, 2018)
- Initial version