Skip to content

Commit

Permalink
8.2.11
Browse files Browse the repository at this point in the history
- D8CORE-3515: fixing news padding for no image (#119) (eac13fa)
- Moved patches to shared package (#118) (cec15ba)
  • Loading branch information
pookmish authored Mar 5, 2021
2 parents 6fa4ee0 + 0fb2c65 commit acd6b54
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
22 changes: 5 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"repositories": [
{
"type": "composer",
Expand Down Expand Up @@ -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",
Expand All @@ -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": "^8.1.0",
"su-sws/stanford_text_editor": "^8.1.0"
},
"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"
}
}
}
}
2 changes: 1 addition & 1 deletion dist/css/news-vertical-teaser.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
9 changes: 4 additions & 5 deletions stanford_news.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
dependencies:
- allowed_formats:allowed_formats
- auto_entitylabel:auto_entitylabel
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit acd6b54

Please sign in to comment.