瀏覽代碼

Exford 1.1.0
- Implements semver standards.
- Upgrades package dependancies.

Jeffrey Pearce 5 年之前
父節點
當前提交
e07702a4bb
共有 6 個文件被更改,包括 221 次插入1199 次删除
  1. 206 1189
      exford/package-lock.json
  2. 5 5
      exford/package.json
  3. 1 1
      exford/sass/style-child-theme.scss
  4. 7 2
      exford/style-editor.css
  5. 1 1
      exford/style-rtl.css
  6. 1 1
      exford/style.css

文件差異過大導致無法顯示
+ 206 - 1189
exford/package-lock.json


+ 5 - 5
exford/package.json

@@ -1,18 +1,18 @@
 {
   "name": "exford",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "description": "Exford",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"
   },
   "homepage": "https://github.com/Automattic/themes/varia#readme",
   "devDependencies": {
-    "@wordpress/browserslist-config": "^2.2.2",
-    "autoprefixer": "^9.5.1",
-    "chokidar-cli": "^1.2.2",
+    "@wordpress/browserslist-config": "^2.6.0",
+    "autoprefixer": "^9.6.1",
+    "chokidar-cli": "^2.0.0",
     "node-sass": "^4.12.0",
     "npm-run-all": "^4.1.5",
-    "postcss-cli": "^6.1.2",
+    "postcss-cli": "^6.1.3",
     "postcss-focus-within": "^3.0.0",
     "rtlcss": "^2.4.0"
   },

+ 1 - 1
exford/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: Make your online presence as striking and stylish as your business with Exford.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.1.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia

+ 7 - 2
exford/style-editor.css

@@ -328,6 +328,7 @@ object {
 .wp-block-cover,
 .wp-block-cover-image {
 	background-color: #111111;
+	color: #FFFFFF;
 	min-height: 480px;
 	/* Treating H2 separately to account for legacy /core styles */
 }
@@ -335,18 +336,22 @@ object {
 .wp-block-cover .wp-block-cover__inner-container,
 .wp-block-cover .wp-block-cover-image-text,
 .wp-block-cover .wp-block-cover-text,
+.wp-block-cover .block-editor-block-list__block,
 .wp-block-cover-image .wp-block-cover__inner-container,
 .wp-block-cover-image .wp-block-cover-image-text,
-.wp-block-cover-image .wp-block-cover-text {
+.wp-block-cover-image .wp-block-cover-text,
+.wp-block-cover-image .block-editor-block-list__block {
 	color: #FFFFFF;
 }
 
 .wp-block-cover .wp-block-cover__inner-container a,
 .wp-block-cover .wp-block-cover-image-text a,
 .wp-block-cover .wp-block-cover-text a,
+.wp-block-cover .block-editor-block-list__block a,
 .wp-block-cover-image .wp-block-cover__inner-container a,
 .wp-block-cover-image .wp-block-cover-image-text a,
-.wp-block-cover-image .wp-block-cover-text a {
+.wp-block-cover-image .wp-block-cover-text a,
+.wp-block-cover-image .block-editor-block-list__block a {
 	color: currentColor;
 }
 

+ 1 - 1
exford/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: Make your online presence as striking and stylish as your business with Exford.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.1.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia

+ 1 - 1
exford/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: Make your online presence as striking and stylish as your business with Exford.
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.1.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia

部分文件因文件數量過多而無法顯示