UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

24 lines (15 loc) 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 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