Skip to content

0.53.0

Compare
Choose a tag to compare
@AlexSkrypnyk AlexSkrypnyk released this 30 Aug 11:58
· 1537 commits to develop since this release

Drupal theme

New features

  • Added "Last updated date" as a custom date for Page content type. (#536)
  • Added Site section name to the Banner component and Site sectiions vocabulary. (#544)
  • Added Linkit profile for content and media entities. (#571)
  • Added uploading of logo images in theme settings. (#566)
  • Added links processing to identify internal and external links. (#556)
  • Added support for empty string as alt attribute value on image component. (#555)
  • Added a cpability to allow to select custom views and filters from UI in Listing component. (#554)

Fixes

  • Fixed missing settings schema and refactored settings form.
  • Fixed unstyled Drupal elements without blocks. (#505)
  • Fixed missing Size field on Navigation card paragraph. (#569)
  • Fixed exposed Listing filters not updating when filter values are updated. (#565)
  • Fixed footer background image not being applied.
  • Fixed double inclusion of ajax libraries.
  • Updated Page, Event, Alerts content type fields descriptions and unified UI.
  • Updated fields and descriptions on Listing component.
  • Refactored 'theme' variables to use constants.
  • Fixed listing showing duplicated nodes when tagged with the same term.
  • Fixed Storybook path in theme settings to point to the current theme.
  • Updated Reference slide to have a theme field. (#531)
  • Fixed Card theme being applied inconsistent in the Listing component (#526)
  • Fixed ajax-views.js being included twice. (#525)
  • Fixed missing menu block values added on build of a child theme.
  • Fixed order in Tabs tabs components. (#582)

Component library

New features

  • Added font smoothing. (#557)
  • Added allowing to select card type in card container in Storybook. (#540)
  • Added Webform component to Storybook and add theme/spacing/background. (#522)

Fixes

  • Fixed breadcrumb to show actual parent value on mobile. (#568)
  • Fixed cards in the Card container/Listing to be of the same height within the same row and align tags to the bottom. (#547)
  • Updated Background component to use semi-transparent theme-independent images. (#553)
  • Fixed attributes on Video component. (#533)
  • Fixed icon not being aligned with the link.
  • Fixed mobile Side Navigation menu collapsing on grand-parents. (#581)

Tooling

New features

  • Added PHPCS exclusions for JS scripts to bypass linting in GovCMS projects. (#539)
  • Updated starter kit theme script to remove example components. (#541)

Fixes

  • Fixed mobile navigation menus in the default content.
  • Updated content generation fields.
  • Updated listing examples blocks.
  • Fixed duplicated content blocks issue when default content is enabled. (#518)