Skip to content

Commit

Permalink
Merge pull request #2383 from massgov/release/0.388.0
Browse files Browse the repository at this point in the history
Release 0.388.0
  • Loading branch information
ygannett authored Feb 6, 2024
2 parents bfe10e5 + 48fe22c commit ba903d5
Show file tree
Hide file tree
Showing 24 changed files with 5,592 additions and 41 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


## [0.388.0] - February 5, 2024

### Fixed
- DP-14430: MF legacy global nav expansion bug.
- DP-31525: Language in parentenses incorrect for docs on curated list.
- DP-31649: Change sidebar heading level on Info details content type.

### Added
- DP-28253: Adding Editoria11y accessibility check module for testers only.
- DP-31681: A view showing form pages that are configured to show the success message on the same page.

### Changed
- DP-30525: Unskip Content view tests, add tests for My Content, All Documents
- DP-31625: r403 should only redirect on edit.mass.gov



## [0.387.1] - January 31, 2024

### Removed
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
"drupal/draggableviews": "^2.0",
"drupal/dropzonejs": "^2",
"drupal/dynamic_entity_reference": "^3.1",
"drupal/editoria11y": "^2.1",
"drupal/entity_browser": "^2",
"drupal/entity_diff_ui": "dev-1.0.x",
"drupal/entity_hierarchy": "3.3.2",
Expand Down
71 changes: 66 additions & 5 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 @@ -28,38 +28,38 @@ content:
calculated_file_size:
settings: { }
third_party_settings: { }
weight: 2
weight: 3
region: content
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
weight: 0
region: content
extra_file_extension:
settings: { }
third_party_settings: { }
weight: 100
weight: 5
region: content
extra_file_icon:
settings: { }
third_party_settings: { }
weight: 100
weight: 4
region: content
field_document_listing_desc:
type: string
label: above
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 1
weight: 2
region: content
field_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
weight: 1
region: content
generated_file_extension:
settings: { }
Expand All @@ -69,6 +69,15 @@ content:
generated_file_icon_twig_path:
weight: 100
region: content
langcode:
type: language
label: hidden
settings:
link_to_entity: false
native_language: false
third_party_settings: { }
weight: 6
region: content
hidden:
computed_manual_description: true
created: true
Expand All @@ -86,7 +95,6 @@ hidden:
field_size: true
field_start_date: true
field_upload_file: true
langcode: true
name: true
thumbnail: true
uid: true
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,30 @@ content:
calculated_file_size:
settings: { }
third_party_settings: { }
weight: 1
weight: 2
region: content
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
weight: 0
region: content
extra_file_extension:
settings: { }
third_party_settings: { }
weight: 100
weight: 4
region: content
extra_file_icon:
settings: { }
third_party_settings: { }
weight: 100
weight: 3
region: content
field_title:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 0
weight: 1
region: content
generated_file_extension:
settings: { }
Expand All @@ -61,6 +61,15 @@ content:
generated_file_icon_twig_path:
weight: 100
region: content
langcode:
type: language
label: hidden
settings:
link_to_entity: false
native_language: false
third_party_settings: { }
weight: 5
region: content
hidden:
computed_manual_description: true
created: true
Expand All @@ -79,7 +88,6 @@ hidden:
field_size: true
field_start_date: true
field_upload_file: true
langcode: true
name: true
thumbnail: true
uid: true
1 change: 1 addition & 0 deletions conf/drupal/config/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module:
dynamic_entity_reference: 0
dynamic_page_cache: 0
editor: 0
editoria11y: 0
embed: 0
entity_browser: 0
entity_browser_entity_form: 0
Expand Down
16 changes: 16 additions & 0 deletions conf/drupal/config/editoria11y.settings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
_core:
default_config_hash: 2h-F0MHukrrFbu21y1YR-uXZDqW44v8qmH254NAcfd4
content_root: ''
assertiveness: smart
no_load: ''
ignore_all_if_absent: ''
ignore_elements: ''
embedded_content_warning: ''
download_links: 'false'
ignore_link_strings: ''
hidden_handlers: ''
ed11y_theme: sleekTheme
shadow_components: ''
disable_sync: false
preserve_params: 'search,keys,page,language,language_content_entity'
custom_tests: 0
9 changes: 7 additions & 2 deletions conf/drupal/config/user.role.tester.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
uuid: d4b98b38-5584-45a0-9cbd-89818d717589
langcode: en
status: true
dependencies: { }
dependencies:
module:
- editoria11y
id: tester
label: Tester
weight: 0
is_admin: null
permissions: { }
permissions:
- 'mark as hidden in editoria11y'
- 'mark as ok in editoria11y'
- 'view editoria11y checker'
Loading

0 comments on commit ba903d5

Please sign in to comment.