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 #158

Merged
merged 34 commits into from
Jul 31, 2023
Merged

Release #158

merged 34 commits into from
Jul 31, 2023

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    9c16735 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    0c2e9c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #149 from yalesites-org/YALB-898--favicon

    YALB-898: Metadata: Add favicon
    codechefmarc authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1439310 View commit details
    Browse the repository at this point in the history
  3. fix(YALB-1394): fix header level for accordion items

    The original implementation disregarded the accordion_items in the
    component library and rendered them in atomic.  This was causing a
    missing h2 level when no accordion title was present.
    
    To fix this, we preprocess the paragraph__accordion_item to inject a new
    attribute that will hold the heading_level that should be used,
    defaulting to 3.
    dblanken-yale committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    05afc6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b1e337 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e50b78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed020f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix(YALB-1394): pass correct field_heading element

    The video element was passing content.field_heading to the
    video__heading variable.  This was causing evaluations of whether the
    video__heading was empty to result in false due to it being an array I
    beleive.  Changing this to always attempt to pass the 0th element now
    causes it to function as expected.
    dblanken-yale committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    00d0001 View commit details
    Browse the repository at this point in the history
  2. fix(YALB-1394): pass correct media_grid__heading

    The full field_heading was being passed to the media_grid__heading,
    causing it to result in a false positive when checking for empty values
    since it is an array of values.  Passing the 0th element allows the
    media grid to function as intended.
    dblanken-yale committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ddc5ea1 View commit details
    Browse the repository at this point in the history
  3. fix(YALB-1394): pass correct media_grid__heading

    The field_heading array was being passed into the grid, resulting in
    false positives when evaluating whether it is empty or not.  Passing the
    0th element now allows the gallery to work as intended.
    
    Note: This is only for the overall header.
    dblanken-yale committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6c2997f View commit details
    Browse the repository at this point in the history
  4. fix(YALB-1394): pass corrrect modal_item__heading

    The modal_item__heading was receiving the array of
    content.field_heading, resulting in false positives when checking if the
    head was empty.  Changing this to pass the 0th element allows the modal
    content to function as intended.
    dblanken-yale committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bd0e5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    677acf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b610924 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    3778ac3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265680b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    edaf00f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #152 from yalesites-org/YALB-1394-bug-accessibilit…

    …y-fe-empty-heading-being-inserted-when-user-does-not-fill-in-heading-field
    
    YALB-1394: Bug: Accessibility (FE)- Empty heading being inserted when user does not fill in heading field
    dblanken-yale authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    752d4a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b2d20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c0117f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70f54db View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f6b765 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04fef26 View commit details
    Browse the repository at this point in the history
  8. fix(YALB-1442): Fix contrast ratio for title

    Wool was so close to getting to the correct contrast ratio, but it
    wasn't quite there.  This now allows it to cross that threshold to
    accomodate A11y.
    dblanken-yale committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b582d67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e24583 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2152113 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    d72b522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd67af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1196efe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #155 from yalesites-org/YALB-1442-wysiwyg-creating…

    …-and-editing-a-table-is-visually-and-functionally-broken
    
    YALB-1442: WYSIWYG Creating and editing a table is visually and functionally broken
    dblanken-yale authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bfc6cf7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge pull request #151 from yalesites-org/yalb-1407-1454

    YALB-1407- Bug: Accessibility (FE)- Interactive Media needs roles and tabbing fixes | YALB-1454 - Bug: FE: Quote em dash and name alignment off
    joetower authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9fe8cf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from yalesites-org/yalb-1164-1461

    YALB-1164 - OPAC: Update admin toolbar icons | 1461 - OPAC: Implement new admin colors and fonts
    joetower authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    59e5e2a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    d49d6ac View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge pull request #157 from yalesites-org/yalb-1390-1463

    YALB-1388 - Feedback: Embed Block | YALB-1390 - Remove transparency from banner overlay | YALB-1417 - Bug: Block picker in Posts and Events only have 2 columns compared to 3 on Pages | YALB-1463 - Bug: Content Spotlight Border severely impacts use/placement of Block | YALB-858 - Feedback: Site Name looks too small on mobile
    nJim authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    cc0bd49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    434a359 View commit details
    Browse the repository at this point in the history