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

Release 2024.38.0 #1581

Merged
merged 53 commits into from
Sep 17, 2024
Merged

Release 2024.38.0 #1581

merged 53 commits into from
Sep 17, 2024

Conversation

kasperg
Copy link
Contributor

@kasperg kasperg commented Sep 17, 2024

No description provided.

Dresse and others added 30 commits July 13, 2024 04:20
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.
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
Dresse and others added 22 commits September 13, 2024 15:34
…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.
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
@github-actions github-actions bot temporarily deployed to pr-1581 September 17, 2024 19:14 Destroyed
@github-actions github-actions bot temporarily deployed to pr-1581 September 17, 2024 19:19 Destroyed
@kasperg kasperg merged commit 3cd7057 into main Sep 17, 2024
21 checks passed
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.

3 participants