- Updated: Support for PostCS 8+ (major).
- Updated: Support for Node 12+ (major).
- Updated:
postcss
to 7.0.16 (patch) - Updated: Node 8+ compatibility (major)
- Updated: Project organization. No functional changes.
- Include CLI tool for transforming CSS without any installation
- Update documentation
- Preserve
prefers-color-scheme
queries by default for non-JS environments - Remove
prefers-color-scheme
queries on the frontend for JS environments
- 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
- Initial version