-
Notifications
You must be signed in to change notification settings - Fork 14
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
Release 2024.38.0 #1581
Merged
Release 2024.38.0 #1581
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
elements. The newly added form elements are checkbox, checkboxes and radios. The new elements needs to be styled in dpl-design-system.
Bumps drupal/redis from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: drupal/redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps drupal/admin_toolbar from 3.4.2 to 3.5.0. --- updated-dependencies: - dependency-name: drupal/admin_toolbar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
The hooks make sure that we are using the correct twig templates for webform checkboxes, webform radios and webform fieldsets.
…nd fieldset--webform.
dpl-design-system PR branch.
Implemented `hook_form_alter()` to auto-fill hero paragraph fields with content from the corresponding node: - Title is populated from the node's title. - Description is populated from the node's teaser text, using the 'basic' text format as a default. - Date is populated from the node's publication date. - Image is populated from the node's teaser image.
This update allows users to easily view all tags for `event` and `article` content types. Uncertain about the removal of `field_relevant_ticket_manager` in the event instance, but relying on `drush cex` for config management.
This change ensures that all tags are visible to users for the following paragraph types: - card grid automatic - slider automatic - event list automatic
…-add-aria-label-to-delete-row-button DDFLSBP-671: Added new translatation for the advanced search remove row button.
This allows the user to search for words in the `title` and `description` of an event. To achieve this, I have added an exposed filter in the view and updated the search API to index titles and descriptions. I have also unenabled case sensitivity. To get the right design, I have added some template suggestions in the `norvel.theme` file and changed the order of filters in the view template.
This allows the user to search for words in the `title` and `description` and `teaser` of an articles. To achieve this, I have added an exposed filter in the view and updated the search API to index titles and descriptions and teaser text. I have also unenabled case sensitivity. And aligned the advance settinges for the view to user better expose fileters with the settings from events view
Updated the dropdown filter in views to include the missing classes as per the design specifications: https://www.figma.com/design/Zx9GrkFA3l4ISvyZD2q0Qi/Designsystem?node-id=7567-51261&t=RjElCVOLGPz7JEeF-4
The id attribute was initially added to enable label clicks to focus on the search input. However, this behavior is inconsistent with other label elements and does not function as intended. Additionally, the following error was encountered: `id attribute value must be unique`
A message is now displayed when there are no results for the filters.
…arrangementsliste-fritekst-sogning DDFFORM-66 - Add fulltext search to `articles` and `events` views
…verview-of-existing-tags-in-creation Disable `Tags` autocomplete to display all tags
…-hero-autoload-content Automatically pull content into the `hero` paragraph
…-add-checkbox-and-radio-elements DDFLSBP-647 - Add new checkbox and radio button elements to webforms
…te-theme-suggestion-hook Merged logic from duplicate novel_theme_suggestions_form_element_alte…
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.6.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…composer/drupal/redis-1.8.0 Bump drupal/redis from 1.7.0 to 1.8.0
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.19.2...4.21.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Initial setup of the `OpeningHoursSidebar` React app, responsible for the opening hours modal. This single React app renders either a small icon or a clock based on a prop, and therefore must be rendered twice.
This data is needed for the React app to merge branches with opening hours. Additionally, I have added a variable with the shared props.
Refers to: [DDFHER-42](https://reload.atlassian.net/browse/DDFHER-42)
By default, the opening hours sidebar should not be enabled. You need to remove the default `Opening Hours Link` text to enable it.
…-modal-til-abningstider Ddfform 822 modal til abningstider
…npm_and_yarn/express-4.21.0 Bump express from 4.19.2 to 4.21.0
…composer/drupal/admin_toolbar-3.5.0 Bump drupal/admin_toolbar from 3.4.2 to 3.5.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v8.57.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…npm_and_yarn/eslint-8.57.1 Bump eslint from 8.57.0 to 8.57.1
…npm_and_yarn/typescript-eslint/parser-8.6.0 Bump @typescript-eslint/parser from 7.18.0 to 8.6.0
…4.38.0 Use release 2024.38.0 of design system and React components
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.