您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

CHANGELOG.md 3.1 KiB

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