Skip to content

v1.4.0

Compare
Choose a tag to compare
@kimisgold kimisgold released this 18 Apr 01:32
· 44 commits to master since this release
  • Add "full width" page template. This gives a base for theme developers to work with full bleed page elements, like hero images and banners.
  • Add block templates:
    • Asset
    • Browse preview
      • List: Ignores theme setting for browse view layouts and displays all resources as a single column list.
      • Grid: Ignores theme setting for browse view layouts and displays all resources in a grid that maxes out at 4 columns.
      • Toggle (default: list): Ignores theme setting for browse view layouts and lets the user choose their browse style, defaulting to a single column list of resources.
      • Toggle (default: grid): Ignores theme setting for browse view layouts and lets the user choose their browse style, defaulting to a grid of resources maxing out at 4 columns.
    • Item with metadata
      • Large media left: A 2-column layout with the item media rendered to the left of the metadata.
      • Large media right: A 2-column layout with the item media rendered to the right of the metadata.
    • List of pages
      • With container: Provides a gray box container.
    • List of sites
    • Page title
      • Accent: Renders the page title with the theme's primary color as a background color.
  • Restore advanced search link to browse view. (Fix #62)
  • Adjust sizing for site list thumbnails.
  • Provide styles for item carousel buttons.
  • Update styles for media embed block update.
  • Apply body truncation setting to browse preview block.
  • Fix flex styles on main content area, causing inconsistencies in banner heights. (Fix #66)
  • Adjust pagination wrapping styles for different browser widths.
  • Refine linked resources header layout to use better wrapping at smaller widths.
  • Remove custom advanced search views.
  • Update documentation with new 4.0+ features.