|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- # Changes to cssdb
-
- ### 3.2.1 (August 31st, 2018)
-
- - Updated: caniuse-like browser statistics for Custom Environment Variables
-
- I really wish caniuse would start adding some of these.
-
- ### 3.2.0 (August 30th, 2018)
-
- - Removed: Rejected `color-mod()` function
- - Updated: Overflow shorthand is now Stage 2
- - Updated: caniuse-like browser statistics for Custom Environment Variables and
- Overflow Shorthand
-
- ### 3.1.0 (May 11th, 2018)
-
- - Added: Polyfills for `lab-function` and `lch-function`
-
- ### 3.0.0 (May 10th, 2018)
-
- - Changed: All stages from 1-4 to 0-4 to align with TC39
- - Updated: Tests, badges, descriptions, and dependencies
-
- ### 2.2.0 (May 7th, 2018)
-
- - Added: Place Properties as Stage 2
- - Added: PostCSS plugin for Color Functional Notation
- - Updated: Media Query Ranges to Stage 4
-
- ### 2.1.0 (May 1st, 2018)
-
- - Added: Environment Variables as Stage 1
- - Added: `overflow` Property as Stage 2
- - Added: Gap Properties as Stage 4
-
- ### 2.0.0 (April 7th, 2018)
-
- - Renamed: GitHub repository from `css-db` to `cssdb`, now aligning with npm
- - Renamed: All feature IDs.
- - Updated: Documentation.
-
- Notes: The old feature IDs were problematic because they attempted to follow
- specification section IDs, but some specifications weren’t aren’t always
- covered by a single section, and many sections were inconsistently named.
- Because there was no pattern one could predict for any of the headings, a new
- system was created; to **name** the feature and provide **context**. This meant
- a feature ID like `css-cascade-all-shorthand` became `all-property`, and `css-fonts-propdef-font-variant` became `font-variant-property`, etc. This
- greatly simplified all of the feature IDs and allowed for more predictive
- naming moving forward.
-
- ### 1.6.0 (February 18th, 2018)
-
- - Added: Break Properties
-
- ### 1.5.2 (February 18th, 2018)
-
- - Updated: `:focus-within` polyfills
-
- ### 1.5.1 (February 17th, 2018)
-
- - Fixed: `:focus-visible` and `:focus-within` title syntax
-
- ### 1.5.0 (January 22th, 2018)
-
- - Changed: Use the latest published specification URL whenever possible
- - Changed: Upgrade Color #RRGGBBAA Notation to Stage 3
- - Changed: Upgrade Color gray() Function to Stage 3
- - Changed: Upgrade Color color-mod() Function to Stage 3
- - Changed: Upgrade Color hwb() Function to Stage 3
- - Changed: Downgrade Custom Properties to Stage 4
- - Fixed: Color hwb() Function example
- - Fixed: the Color rebeccapurple PostCSS Plugin URL
-
- ### 1.4.0 (January 16th, 2018)
-
- - Changed: polyfill for `css-color-modifying-colors`
-
- ### 1.3.0 (January 8th, 2018)
-
- - Added: caniuse references for `css-logical` and `css-fonts-system-ui-def`
- - Fixed: caniuse parsing for browser support
-
- ### 1.2.0 (January 8th, 2018)
-
- - Fixed: specification identifiers for `css-color-hwb-notation`,
- `selectors-dir-pseudo`
- - Fixed: Examples for Media Queries Custom Media Queries
-
- ### 1.1.0 (September 27th, 2017)
-
- - Added: Image `image-set()` Function, Selector `:dir` Pseudo-Class,
- Selector `:any-link` Pseudo-Class, Text `overflow-wrap` Property,
- Font `system-ui` Family, Cascade `all` Property
- - Added: caniuse identifiers
- - Fixed: Examples for Nesting, Media Queries Ranges
-
- ### 1.0.0 (September 6th, 2017)
-
- - Initial version
|