Skip to content

Commit

Permalink
Merge pull request #2718 from massgov/release/0.414.0
Browse files Browse the repository at this point in the history
Release 0.414.0
  • Loading branch information
joeg8612 authored Oct 15, 2024
2 parents 55f20f6 + 3c61293 commit a4d5797
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@


## [0.414.0] - October 15, 2024

### Changed
- DP-35080: Usability improvements to rich text tables related to horizontal scrolling.

### Fixed
- DP-35223: Unable to Embed YouTube Video.



## [0.413.0] - October 8, 2024

### Changed
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,9 @@
"drupal/csv_field": {
"Review accessiblility issue with CSV table feature - DP-32499": "patches/DP-32499_csv_field_a11y_fix.patch"
},
"drupal/video_embed_field": {
"Support youtube shorts (https://www.drupal.org/project/video_embed_field/issues/3279789)": "https://git.drupalcode.org/project/video_embed_field/-/merge_requests/4.diff"
},
"drupal/views_bulk_operations": {
"Remove the select/deselect all results within VBO": "patches/DP-11179-hide-select-all-results-from-views.patch"
},
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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 @@ -25,7 +25,7 @@ public function process($text, $langcode) {
$tableId = uniqid();

$scrollIcon = '<svg aria-hidden="true" focusable="false" width="18" height="15"><path d="m17.917 7.522-7.884 7.39-2.3-2.156 5.581-5.234-5.582-5.234 2.3-2.157 7.885 7.39Z"></path><path d="m10.06 7.522-7.884 7.39-2.3-2.156 5.581-5.234-5.582-5.234 2.3-2.157 7.885 7.39Z"></path></svg>';
$tableWrapperTop = '<div class="ma__table--responsive js-ma-responsive-table"><div class="ma__table--responsive__wrapper" id="' . $tableId . '" role="group" tabindex="-1"><table class="ma__table"> <div class="ma__table__caption__scroll-info" aria-hidden="true"><div class="ma__table__caption__scroll-info-text">' . $scrollIcon . 'Scroll to see more' . $scrollIcon . '</div></div>';
$tableWrapperTop = '<div class="ma__table--responsive js-ma-responsive-table"><div class="ma__table--responsive__wrapper" id="' . $tableId . '" role="group" tabindex="-1"><table class="ma__table">';
$tableWrapperBottom = '</table></div></div>';
$tableHeadingScope = '<th scope="col">';

Expand Down
18 changes: 3 additions & 15 deletions scripts/changelog-body.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@


## [0.413.0] - October 8, 2024
## [0.414.0] - October 15, 2024

### Changed
- DP-28816: UX improvements to the simplified org nav. Style improvement to sticky nav.
- DP-34469: Upgrade entity reference hierarchy to latest stable production version .
- DP-34679: Bump to PHP 8.3
- DP-35078: Start versioning Mayflower Artifacts library definition to make sure cache can be invalidated correctly.
- DP-35125: Configure image paragraph in Drupal to allow decorative images.
- DP-35159: Changed CircleCI Percy jobs to only run against the "all" list of screenshots.

### Added
- DP-34662: Configure Dependabot for composer updates
- DP-35080: Usability improvements to rich text tables related to horizontal scrolling.

### Fixed
- DP-34715: Fix JS error related to Drupallike not defined.
- DP-35232: Fixed alerts positioning on org pages.

### Security
- DP-35261: Security updates to OpenMass.
- DP-35223: Unable to Embed YouTube Video.

0 comments on commit a4d5797

Please sign in to comment.