Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cssdb

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssdb - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

12

CHANGELOG.md
# Changes to cssdb
### 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`
- Added: `overflow-property`
- Added: `gap-properties`
- Added: Environment Variables as Stage 1
- Added: `overflow` Property as Stage 2
- Added: Gap Properties as Stage 4

@@ -9,0 +15,0 @@ ### 2.0.0 (April 7th, 2018)

@@ -82,3 +82,9 @@ [

"stage": 2,
"example": "em {\n background-color: hsl(120deg 100% 25%);\n box-shadow: 0 0 0 10px hwb(120deg 100% 25% / 80%);\n color: rgb(0 255 0);\n}"
"example": "em {\n background-color: hsl(120deg 100% 25%);\n box-shadow: 0 0 0 10px hwb(120deg 100% 25% / 80%);\n color: rgb(0 255 0);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-color-functional-notation"
}
]
},

@@ -428,3 +434,3 @@ {

"specification": "https://www.w3.org/TR/mediaqueries-4/#range-context",
"stage": 3,
"stage": 4,
"example": "@media (width < 480px) {}\n\n@media (480px <= width < 768px) {}\n\n@media (width >= 768px) {}",

@@ -505,2 +511,24 @@ "polyfills": [

{
"id": "place-properties",
"title": "Place Properties",
"description": "Properties for defining alignment within a layout",
"specification": "https://drafts.csswg.org/css-align-3/#place-items-property",
"stage": 2,
"caniuse-compat": {
"chrome": {
"59": "y"
},
"firefox": {
"45": "y"
}
},
"example": ".example {\n place-content: flex-end;\n place-items: center / space-between;\n place-self: flex-start / center;\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/jonathantneal/postcss-place"
}
]
},
{
"id": "rebeccapurple-color",

@@ -507,0 +535,0 @@ "title": "`rebeccapurple` Color",

{
"name": "cssdb",
"version": "2.1.0",
"version": "2.2.0",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",

@@ -20,3 +20,3 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"browserslist": "^3.2.6",
"caniuse-lite": "^1.0.30000832",
"caniuse-lite": "^1.0.30000835",
"eslit": "^5.0.0",

@@ -23,0 +23,0 @@ "fse": "^4.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc