From c585ecf66b74eb8fa3f08baf6d9e85c05e7dea86 Mon Sep 17 00:00:00 2001 From: "sws-developers@lists.stanford.edu" Date: Tue, 16 Feb 2021 23:42:26 +0000 Subject: [PATCH 1/4] Back to dev --- composer.json | 4 ++-- stanford_news.info.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8bf2f3e..fd6a121 100644 --- a/composer.json +++ b/composer.json @@ -94,8 +94,8 @@ "drupal/views_block_filter_block": "^1.0", "drupal/views_infinite_scroll": "^1.6", "drupal/views_taxonomy_term_name_depth": "^7.0", - "su-sws/jumpstart_ui": "^8.1.0", - "su-sws/stanford_text_editor": "^8.1.0" + "su-sws/jumpstart_ui": "dev-8.x-1.x", + "su-sws/stanford_text_editor": "dev-8.x-1.x" }, "extra": { "enable-patching": true, diff --git a/stanford_news.info.yml b/stanford_news.info.yml index 290b0c8..023c975 100644 --- a/stanford_news.info.yml +++ b/stanford_news.info.yml @@ -3,7 +3,7 @@ type: module description: 'Stanford news items and views.' core_version_requirement: ^8.8 || ^9 package: Stanford -version: 8.x-2.10 +version: 8.x-2.11-dev dependencies: - allowed_formats:allowed_formats - auto_entitylabel:auto_entitylabel From cec15bad80dc8215bbbb3890f131511d21bb3aba Mon Sep 17 00:00:00 2001 From: pookmish Date: Mon, 22 Feb 2021 08:35:41 -0800 Subject: [PATCH 2/4] Moved patches to shared package (#118) --- composer.json | 22 +++++----------------- stanford_news.info.yml | 7 +++---- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index fd6a121..eb33334 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,9 @@ "license": "GPL-2.0-or-later", "minimum-stability": "dev", "prefer-stable": true, + "config": { + "sort-packages": true + }, "repositories": [ { "type": "composer", @@ -76,6 +79,7 @@ "require": { "drupal/allowed_formats": "^1.2", "drupal/auto_entitylabel": "^3.0", + "drupal/components": "^2.0", "drupal/ctools": "^3.4", "drupal/default_content": "^2.0", "drupal/ds": "^3.5", @@ -94,24 +98,8 @@ "drupal/views_block_filter_block": "^1.0", "drupal/views_infinite_scroll": "^1.6", "drupal/views_taxonomy_term_name_depth": "^7.0", + "su-sws/drupal-patches": "^8.0", "su-sws/jumpstart_ui": "dev-8.x-1.x", "su-sws/stanford_text_editor": "dev-8.x-1.x" - }, - "extra": { - "enable-patching": true, - "patches": { - "drupal/core": { - "https://www.drupal.org/project/drupal/issues/3039185": "https://www.drupal.org/files/issues/2020-04-17/allow-field-blocks-to-display-label-in-layout-builder-3039185-22.patch" - }, - "drupal/ds": { - "https://www.drupal.org/project/ds/issues/2877487": "https://www.drupal.org/files/issues/2019-01-31/ds_fix_entities_without_fields.patch" - }, - "drupal/default_content": { - "https://www.drupal.org/project/default_content/issues/2698425": "https://www.drupal.org/files/issues/2020-09-02/default_content-integrity_constrait_violation-3162987-2.patch" - }, - "drupal/views_taxonomy_term_name_depth": { - "https://www.drupal.org/project/views_taxonomy_term_name_depth/issues/2877249": "https://www.drupal.org/files/issues/2021-02-11/2877249-26.patch" - } - } } } diff --git a/stanford_news.info.yml b/stanford_news.info.yml index 023c975..c46a0b1 100644 --- a/stanford_news.info.yml +++ b/stanford_news.info.yml @@ -45,10 +45,9 @@ dependencies: - views_infinite_scroll:views_infinite_scroll - views_taxonomy_term_name_depth:views_taxonomy_term_name_depth -component-libraries: - news: - paths: - - templates/components +components: + namespaces: + news: templates/components default_content: file: From eac13fac20a8ad467b5944b998af424619524d00 Mon Sep 17 00:00:00 2001 From: Jen Breese Date: Fri, 26 Feb 2021 10:12:47 -0800 Subject: [PATCH 3/4] D8CORE-3515: fixing news padding for no image (#119) --- dist/css/news-vertical-teaser.css | 2 +- .../news-vertical-teaser/_news-vertical-teaser.scss | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dist/css/news-vertical-teaser.css b/dist/css/news-vertical-teaser.css index 6895c8b..54679a9 100644 --- a/dist/css/news-vertical-teaser.css +++ b/dist/css/news-vertical-teaser.css @@ -1 +1 @@ -.news-vertical-teaser__footer a,.stanford-news--cards>.more-link a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out}.news-vertical-teaser__footer a a,.stanford-news--cards>.more-link a a{font-weight:400;text-decoration:none}.news-vertical-teaser__footer a:active,.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover,.stanford-news--cards>.more-link a:active,.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{text-decoration:underline}@media (max-width:991px){.stanford-news--cards .flex-container .more-news-view{display:block}.stanford-news--cards .flex-container .more-news-view .flex-4-of-12{max-width:100%}}.stanford-news--cards>.more-link{text-align:center}@media only screen and (min-width:0){.stanford-news--cards>.more-link{margin-top:4rem;margin-bottom:14.4rem}}@media only screen and (min-width:768px){.stanford-news--cards>.more-link{margin-top:4.5rem;margin-bottom:16.2rem}}@media only screen and (min-width:1500px){.stanford-news--cards>.more-link{margin-top:4.75rem;margin-bottom:17.1rem}}.stanford-news--cards>.more-link a{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff}.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{background-color:#2e2d29;color:#fff}.stanford-news--cards>.more-link a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.more-news-view>div:nth-child(-n+3){max-width:980px;-webkit-box-flex:0;-ms-flex:none;flex:none}.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:45%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:100%}}.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:30%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:100%}}.more-news-view>div:only-of-type{margin:0 auto;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:980px;width:100%}.stanford-news-vertical-teaser-term.block-views .more-news-view>div:only-of-type{margin:unset;max-width:25%;width:100%}.su-news-vertical-teaser.su-card{margin:0 auto;max-width:980px;overflow:auto}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card{margin-bottom:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.6rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.9rem}}.su-news-vertical-teaser.su-card .su-media__wrapper iframe,.su-news-vertical-teaser.su-card .su-media__wrapper img,.su-news-vertical-teaser.su-card .su-media__wrapper picture{min-width:100%;width:100%}@media only screen and (min-width:992px){.su-news-vertical-teaser.su-card .su-media__wrapper iframe{min-height:489px}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{display:block}@media only screen and (max-width:767px) and (min-width:0){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.31rem}}@media only screen and (max-width:767px) and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.6rem}}@media only screen and (max-width:767px) and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.74rem}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:hover h2{text-decoration:underline}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:focus{outline:none}.su-news-vertical-teaser.su-card .su-link{font-size:1.5625em;letter-spacing:-.012em;color:#2e2d29;display:inline-block;font-weight:700}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.31rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-bottom:2.74rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-left:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-left:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-left:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link{margin-right:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link{margin-right:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link{margin-right:3.8rem}}.su-news-vertical-teaser.su-card .su-link:after{font-size:1.5625em;letter-spacing:-.012em;background-color:#b1040e}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.07rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.2rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.27rem}}.su-news-vertical-teaser.su-card .su-link--external:after{height:1.2rem;width:1.2rem}.su-news-vertical-teaser.su-card .su-card__contents:not(.su-card--icon){padding-top:0}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.6rem}}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a{color:#b1040e;font-weight:400;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:focus,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:hover{text-decoration:underline}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics ul{list-style:none;margin:0;padding:0}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics li{display:inline-block}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics li:after{content:",";margin-right:5px}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics li:last-child:after{content:"";margin-right:0}.su-news-vertical-teaser.su-card:focus-within{outline:1px auto -webkit-focus-ring-color}article>.su-news-vertical-teaser__link.su-link.su-link--external{font-size:1em}article>.su-news-vertical-teaser__link.su-link.su-link--external:after{display:none}@media only screen and (min-width:0){.news-vertical-teaser__footer{margin:2.31rem}}@media only screen and (min-width:768px){.news-vertical-teaser__footer{margin:2.6rem}}@media only screen and (min-width:1500px){.news-vertical-teaser__footer{margin:2.74rem}}.news-vertical-teaser__footer a{padding:1rem 2rem 1.15rem;background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e}.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover{background-color:#fff;color:#2e2d29}.news-vertical-teaser__footer a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.news-vertical-teaser__footer a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width:0){.stanford-news-terms--results-for{margin-bottom:4rem}}@media only screen and (min-width:768px){.stanford-news-terms--results-for{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.stanford-news-terms--results-for{margin-bottom:4.75rem}} \ No newline at end of file +.news-vertical-teaser__footer a,.stanford-news--cards>.more-link a{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;cursor:pointer;display:inline-block;border:0;font-size:2rem;font-weight:400;line-height:1;text-align:center;text-decoration:none;width:auto;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out}.news-vertical-teaser__footer a a,.stanford-news--cards>.more-link a a{font-weight:400;text-decoration:none}.news-vertical-teaser__footer a:active,.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover,.stanford-news--cards>.more-link a:active,.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{text-decoration:underline}@media (max-width:991px){.stanford-news--cards .flex-container .more-news-view{display:block}.stanford-news--cards .flex-container .more-news-view .flex-4-of-12{max-width:100%}}.stanford-news--cards>.more-link{text-align:center}@media only screen and (min-width:0){.stanford-news--cards>.more-link{margin-top:4rem;margin-bottom:14.4rem}}@media only screen and (min-width:768px){.stanford-news--cards>.more-link{margin-top:4.5rem;margin-bottom:16.2rem}}@media only screen and (min-width:1500px){.stanford-news--cards>.more-link{margin-top:4.75rem;margin-bottom:17.1rem}}.stanford-news--cards>.more-link a{padding:1rem 2rem 1.15rem;background-color:#b1040e;color:#fff}.stanford-news--cards>.more-link a:focus,.stanford-news--cards>.more-link a:hover{background-color:#2e2d29;color:#fff}.stanford-news--cards>.more-link a:focus{-webkit-box-shadow:0 0 3px #53565a,0 0 7px #53565a;box-shadow:0 0 3px #53565a,0 0 7px #53565a}.more-news-view>div:nth-child(-n+3){max-width:980px;-webkit-box-flex:0;-ms-flex:none;flex:none}.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:45%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(2),.more-news-view>div:first-child:nth-last-child(2)~div{width:100%}}.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:30%}@media (max-width:991px){.more-news-view>div:first-child:nth-last-child(3),.more-news-view>div:first-child:nth-last-child(3)~div{width:100%}}.more-news-view>div:only-of-type{margin:0 auto;-webkit-box-flex:0;-ms-flex:none;flex:none;max-width:980px;width:100%}.stanford-news-vertical-teaser-term.block-views .more-news-view>div:only-of-type{margin:unset;max-width:25%;width:100%}@media only screen and (min-width:0){article h2{margin-bottom:2.31rem}}@media only screen and (min-width:768px){article h2{margin-bottom:2.6rem}}@media only screen and (min-width:1500px){article h2{margin-bottom:2.74rem}}@media only screen and (min-width:0){article h2{margin-left:3.2rem}}@media only screen and (min-width:768px){article h2{margin-left:3.6rem}}@media only screen and (min-width:1500px){article h2{margin-left:3.8rem}}@media only screen and (min-width:0){article h2{margin-right:3.2rem}}@media only screen and (min-width:768px){article h2{margin-right:3.6rem}}@media only screen and (min-width:1500px){article h2{margin-right:3.8rem}}.su-news-vertical-teaser.su-card{margin:0 auto;max-width:980px;overflow:auto}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card{margin-bottom:3.2rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card{margin-bottom:3.6rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card{margin-bottom:3.8rem}}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.6rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.8rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-media__wrapper{margin-bottom:1.9rem}}.su-news-vertical-teaser.su-card .su-media__wrapper iframe,.su-news-vertical-teaser.su-card .su-media__wrapper img,.su-news-vertical-teaser.su-card .su-media__wrapper picture{min-width:100%;width:100%}@media only screen and (min-width:992px){.su-news-vertical-teaser.su-card .su-media__wrapper iframe{min-height:489px}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{display:block}@media only screen and (max-width:767px) and (min-width:0){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.31rem}}@media only screen and (max-width:767px) and (min-width:768px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.6rem}}@media only screen and (max-width:767px) and (min-width:1500px){.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link{margin-top:2.74rem}}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:hover h2{text-decoration:underline}.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:focus{outline:none}.su-news-vertical-teaser.su-card .su-link{font-size:1.5625em;letter-spacing:-.012em;color:#2e2d29;display:inline-block;font-weight:700}.su-news-vertical-teaser.su-card .su-link:after{font-size:1.5625em;letter-spacing:-.012em;background-color:#b1040e}@media only screen and (min-width:0){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.07rem}}@media only screen and (min-width:768px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.2rem}}@media only screen and (min-width:1500px){.su-news-vertical-teaser.su-card .su-link:after{margin-left:1.27rem}}.su-news-vertical-teaser.su-card .su-link--external:after{height:1.2rem;width:1.2rem}.su-news-vertical-teaser.su-card .su-card__contents:not(.su-card--icon){padding-top:0}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.8rem;line-height:1.3}@media (max-width:767px){.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics{font-size:1.6rem}}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a{color:#b1040e;font-weight:400;text-decoration:none}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:focus,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:hover{text-decoration:underline}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics ul{list-style:none;margin:0;padding:0}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics li{display:inline-block}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics li:after{content:",";margin-right:5px}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics li:last-child:after{content:"";margin-right:0}.su-news-vertical-teaser.su-card:focus-within{outline:1px auto -webkit-focus-ring-color}article>.su-news-vertical-teaser__link.su-link.su-link--external{font-size:1em}article>.su-news-vertical-teaser__link.su-link.su-link--external:after{display:none}@media only screen and (min-width:0){.news-vertical-teaser__footer{margin:2.31rem}}@media only screen and (min-width:768px){.news-vertical-teaser__footer{margin:2.6rem}}@media only screen and (min-width:1500px){.news-vertical-teaser__footer{margin:2.74rem}}.news-vertical-teaser__footer a{padding:1rem 2rem 1.15rem;background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #b1040e;box-shadow:inset 0 0 0 2px #b1040e;color:#b1040e}.news-vertical-teaser__footer a:focus,.news-vertical-teaser__footer a:hover{background-color:#fff;color:#2e2d29}.news-vertical-teaser__footer a:hover{-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29}.news-vertical-teaser__footer a:focus{-webkit-box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a;box-shadow:inset 0 0 0 2px #2e2d29,0 0 3px #53565a,0 0 7px #53565a}@media only screen and (min-width:0){.stanford-news-terms--results-for{margin-bottom:4rem}}@media only screen and (min-width:768px){.stanford-news-terms--results-for{margin-bottom:4.5rem}}@media only screen and (min-width:1500px){.stanford-news-terms--results-for{margin-bottom:4.75rem}} \ No newline at end of file diff --git a/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss b/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss index abb15fe..ef4d805 100644 --- a/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss +++ b/lib/scss/components/news-vertical-teaser/_news-vertical-teaser.scss @@ -77,6 +77,16 @@ } } + +article { + h2 { + @include modular-spacing('margin-bottom', 1); + @include modular-spacing('margin-left', 2); + @include modular-spacing('margin-right', 2); + } +} + + // Minor edits to the card for News module. .su-news-vertical-teaser { &.su-card { @@ -123,9 +133,6 @@ // Action title link. .su-link { @include type-c; - @include modular-spacing('margin-bottom', 1); - @include modular-spacing('margin-left', 2); - @include modular-spacing('margin-right', 2); color: $su-color-black; display: inline-block; From 0fb2c6578daeb7623a221a0cd69c86a52a899a41 Mon Sep 17 00:00:00 2001 From: Ian Monroe Date: Fri, 5 Mar 2021 11:07:35 -0700 Subject: [PATCH 4/4] 8.2.11 --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- stanford_news.info.yml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036017f..5e1c718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Stanford News +8.x-2.11 +-------------------------------------------------------------------------------- +_Release Date: 2021-03-05_ + +- D8CORE-3515: fixing news padding for no image (#119) (eac13fa) +- Moved patches to shared package (#118) (cec15ba) + 8.x-2.10 -------------------------------------------------------------------------------- _Release Date: 2021-02-16_ diff --git a/composer.json b/composer.json index eb33334..e6ce25b 100644 --- a/composer.json +++ b/composer.json @@ -99,7 +99,7 @@ "drupal/views_infinite_scroll": "^1.6", "drupal/views_taxonomy_term_name_depth": "^7.0", "su-sws/drupal-patches": "^8.0", - "su-sws/jumpstart_ui": "dev-8.x-1.x", - "su-sws/stanford_text_editor": "dev-8.x-1.x" + "su-sws/jumpstart_ui": "^8.1.0", + "su-sws/stanford_text_editor": "^8.1.0" } } diff --git a/stanford_news.info.yml b/stanford_news.info.yml index c46a0b1..47d106a 100644 --- a/stanford_news.info.yml +++ b/stanford_news.info.yml @@ -3,7 +3,7 @@ type: module description: 'Stanford news items and views.' core_version_requirement: ^8.8 || ^9 package: Stanford -version: 8.x-2.11-dev +version: 8.x-2.11 dependencies: - allowed_formats:allowed_formats - auto_entitylabel:auto_entitylabel