Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update drupal/gin from 3.0.0-rc4 to 3.0.0-rc8 #361

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • drupal/gin: 3.0.0-rc8 (updated from 3.0.0-rc4)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .gitlab-ci.yml
  dist/css/base/gin.css
  dist/css/components/ajax.css
  dist/css/components/autocomplete.css
  dist/css/components/breadcrumb.css
  dist/css/components/ckeditor5.css
  dist/css/components/dialog.css
  dist/css/components/edit_form.css
  dist/css/components/media_library.css
  dist/css/components/node_preview.css
  dist/css/components/paragraphs.css
  dist/css/components/paragraphs_ee.css
  dist/css/components/settings.css
  dist/css/components/tableselect.css
  dist/css/components/tabs.css
  dist/css/components/toolbar.css
  dist/css/components/toolbar_secondary.css
  dist/css/layout/classic_toolbar.css
  dist/css/layout/horizontal_toolbar.css
  dist/css/layout/navigation.css
  dist/css/layout/toolbar.css
  dist/css/theme/dialog.css
  dist/css/theme/variables.css
  dist/js/tableheader.js
  dist/media/settings/custom-color.jpg
  dist/media/settings/layout_density_default.png
  dist/media/settings/layout_density_default_darkmode.png
  dist/media/settings/toolbar_new.png
  dist/media/settings/toolbar_new_darkmode.png
  dist/media/sprite.svg
  gin.info.yml
  gin.libraries.yml
  includes/breadcrumb.theme
  includes/html.theme
  includes/page.theme
  includes/table.theme
  includes/theme.theme
  js/navigation/sidebar.js
  js/navigation/vendor/floating-ui/floating-ui.core.umd.js
  js/navigation/vendor/floating-ui/floating-ui.dom.umd.js
  js/overrides/media_library.view.js
  js/overrides/tableheader.js
  js/overrides/tableselect.js
  js/tableheader.js
  media/icons/navigation/block.svg
  media/icons/navigation/blocks.svg
  media/icons/navigation/bookmarks.svg
  media/icons/navigation/chevron-down.svg
  media/icons/navigation/create.svg
  media/icons/navigation/extend-new.svg
  media/icons/navigation/files.svg
  media/icons/navigation/media.svg
  media/icons/navigation/people-new.svg
  media/icons/toolbar/extend.svg
  media/settings/custom-color.jpg
  media/settings/layout_density_default.png
  media/settings/layout_density_default_darkmode.png
  media/settings/toolbar_new.png
  media/settings/toolbar_new_darkmode.png
  src/GinNavigation.php
  src/GinSettings.php
  src/GinUserPicture.php
  styles/base/_action-link.scss
  styles/base/_admin-item.scss
  styles/base/_body.scss
  styles/base/_button.scss
  styles/base/_color-overrides.scss
  styles/base/_dropbutton.scss
  styles/base/_form.scss
  styles/base/_layers.scss
  styles/base/_messages.scss
  styles/base/_regions.scss
  styles/base/_table.scss
  styles/base/_tabledrag.scss
  styles/base/_title.scss
  styles/base/_views.scss
  styles/components/ajax.scss
  styles/components/autocomplete.scss
  styles/components/breadcrumb.scss
  styles/components/ckeditor5.scss
  styles/components/dialog.scss
  styles/components/edit_form.scss
  styles/components/media_library.scss
  styles/components/node_preview.scss
  styles/components/paragraphs.scss
  styles/components/paragraphs_ee.scss
  styles/components/settings.scss
  styles/components/tableselect.scss
  styles/components/tabs.scss
  styles/components/toolbar.scss
  styles/components/toolbar_secondary.scss
  styles/helpers/_svg-sprite.scss
  styles/layout/classic_toolbar.scss
  styles/layout/horizontal_toolbar.scss
  styles/layout/navigation.scss
  styles/layout/toolbar.scss
  styles/navigation/admin-toolbar.scss
  styles/navigation/toolbar-block.scss
  styles/navigation/toolbar-link.scss
  styles/navigation/toolbar-menu.scss
  styles/navigation/tooltip.scss
  styles/navigation/variables.scss
  styles/theme/variables.scss
  templates/admin/admin-block-content.html.twig
  templates/admin/entity-add-list.html.twig
  templates/dataset/table.html.twig
  templates/menu-region--bottom.html.twig
  templates/menu-region--middle.html.twig
  templates/menu-region--top.html.twig
  templates/navigation.html.twig
  templates/navigation/toolbar--gin--secondary.html.twig
  templates/page/page.html.twig
  webpack.config.js

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • e0f5ab7 issue: Fixed issue with sidebar toggle
  • 14d7976 Issue #3402619: Visually indicate disabled Views Display.
  • b654e9e Fix small visual regression in Drupal 9.2
  • f9f78f3 Update gin.css
  • ba9b92a Add 'core/once' to 'edit_form' library
  • 233700f Refactor empty region check
  • 69f41d2 3396676 - adds word-break to toolbar-menu__item
  • dae0947 Resolve #3395738 "Fatal error when enabling the new experimental sidebar navigation with node module disabled"
  • 4ee7638 Fix for Navigation chevron icon, hide empty region
  • 825705c Update .gitlab-ci.yml file
  • d0137c4 Update classes for translations
  • 5f76981 Navigation updates: alignment changes
  • e5b652e Navigation: Update toggle icon, fix small 1px layout shift
  • 7af6eed Issue #3394085 by saschaeggi, kevinfunk, bramvandenbulcke, paul121, NicolasGraph, Dimiter: Fatal error when enabling the new experimental sidebar navigation
  • 6e2fb82 Issue #3393902: Dialog on the node preview page is broken
  • 30d5cc7 Minor refinements
  • abe7539 Issue #3391596: Remove max-width from field description
  • eedf5f5 Issue #3391029 by andy_w: Back to site link for custom blocks
  • dd3dc09 Navigation settings changes, adding flags
  • db2fa16 New Drupal navigation
  • 1d5f9d6 New drupal nav darkmode improvements
  • af43581 Update new Drupal navigation
  • 7efec39 Issue #3388139: Add icon for Toolbar Language Switcher module
  • 4ac18e1 Node preview fixes
  • df2bc97 Issue #3389843: Select all on big lists is unusably slow
  • 5236d87 Issue #3391098: Set color-scheme to improve appearance
  • 38398b2 Update search icon in mobile.
  • 1ba97c3 Issue #3379992: Header region sticky on top in mobile.
  • 9537a23 Update to new navigation concept
  • 3c18b1b Issue #3389403: Unpublished node in dark mode has light background
  • a2e3651 Issue #3389362: Provide a variable for changing the decoration of links
  • a83d8f4 New drupal navigation: Add check if help is enabled
  • 4d009ea New drupal navigation: fix phpcs
  • c770847 New navigation: Simplify logo detection
  • 30e6f02 Experimental Drupal navigation integration
  • cb90859 New Drupal navigation support
  • cc91982 Issue #3384029: Drag and drop icon is not aligned with the label.
  • b753060 Issue #3372697 by saschaeggi: Dialog close icon with Layout Builder in Drupal 10
  • 94eebb1 Issue #3382431: Button icon color not same as button color.
  • 3c74d46 Issue #3386007 by jmouse888: Table sticky header appears when table not in viewport
  • 9da1113 Issue #3385497: Gin's horizontal dropdown menu appears behind CKEditor 5's sticky header
  • 4cadcb5 css issue resolved
  • 703dd5a Issue #3377045: gin-table-scroll-wrapper adds unnecessary horizontal scroll on tables without header
  • 2e6516a Issue #3375873: Remove overrides for ParagraphsEE
  • 89da150 Issue #3378791: WCAG A violation: links must be distinguishable without relying on color
  • 78d579a Issue #3353113: Tour module button missing in frontend themes
  • 2aaae49 Fix for action-link item on hover on 10.2.x
  • fbe9565 Small bugfixez for Drupal 10.1.x
  • 653f096 Issue #3378784 by Harish1688, bnjmnm, djsagar: "Skip to main content" insufficient contrast
  • 7572c5a Issue #3378244 by bnjmnm, saschaeggi: Focus state for toolbar "Close" control not visible
  • fce0b5f Issue #3373964: Focus state not visible for "Home" icon in toolbar.
  • e9d4da9 Issue #3375258 by Vidushi Mehta, Moni_10, Preeti.chawla: View's modal design and icon breaks in forced colors/High contrast mode.
  • 45b5b43 Issue #3378149 by Moni_10, Mukeysh, djsagar, Indrapatil: Filters icons on table header of content page are not visible for forced colors / high contrast mode
  • 2a3db38 Issue #3377202: messages close icon not visible in forced colors mode
  • b54601e Issue #3377193: .admin-item .admin-item__link::before chevron not visible in forced colors mode
  • b24cea4 Issue #3377216 by Moni_10, bnjmnm, bunty oberoi, Mukeysh: Breadcrumb icon & dividers forced-color visbility issues
  • 0f4f88a Issue #3375729 by Harish1688, Mukeysh, djsagar, saschaeggi: The autocomplete icon is not clearly visible when using dark mode
  • 22f9655 Issue #3374194: Dropbutton issues in forced colors mode
  • 10f1574 Issue #3374131: Tabledrag handle and "dragged" bar not visible in forced colors (high contrast) mode
  • faa5962 Issue #3373294: Toolbar icons not visible in forced colors / high contrast mode
  • 5f87dec Issue #3375853: WSOD when using icons in administrative lists
  • 7b0efd9 Issue #3375350: gin-table-scroll-wrapper prevents nested paragraph buttons from being clickable
  • e55253f Small toolbar templates correction
  • 5999a20 Small bugfixes to tableselect, toolbar active selection
  • 863d289 Exlude checkboxes in tabledrag cells from toggle styling
  • 5f43890 Issue #3339868: Support length indicator
  • f9fd7f0 Issue #3368814 by Mukeysh: Admin Toolbar padding issue
  • 8cbb6b8 Issue #3374716: Prevent innacurate "insufficent contrast" errors from scanners looking at visually hidden elements
  • 89332db Issue #3373985: Disallowed markup in definition lists
  • 7ee87e5 Issue #3373688: Prevent duplicate ids in secondar: template change needed to faciliate gin toolbar fix
  • cc642a4 Issue #3373557: #toolbar-item-user id can appear twice when user item also in secondary toolbar
  • 13b2b77 Issue #3372337 by frankn11: Media library view form does not fill the entire width dialog width
  • 4e1c51c Issue #3373019: Admin toolbar loads fully expanded
  • 1a6fb15 Enforce array on node revision table class attribute

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant