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 v1.2.0 (feature release) #928

Merged
merged 1 commit into from
Jul 27, 2018
Merged

Release v1.2.0 (feature release) #928

merged 1 commit into from
Jul 27, 2018

Conversation

kr8n3r
Copy link

@kr8n3r kr8n3r commented Jul 26, 2018

1.2.0 (feature release)

🆕 New features:

  • Allow for optional divider between radio items

    You can now provide a divider item (e.g "or") to separate items
    (PR #849)

  • Allow og:image meta tag url to be set independantly
    Image url for the opengraph image needs to be absolute and
    can now be overwritten by setting the assetUrl variable.
    (PR #847)

  • Only underline the logo in the header on underline when users have overridden
    colours in their browser, rather than it appearing underlined all the time
    (PR #926)

  • Allow for optional hint for each radio and checkbox item

    You can now pass a hint object (or add in html) to each radio
    and checkbox item to display the hint
    (PR #846)

  • Allow additional classes to be added to the radio and checkbox items

    You can now provide label: { classes: 'extra-class' } to each item.

    (PR #880)

🔧 Fixes:

  • Replace conflicting js-hidden class used within the tabs component with a new modifier class.
    Because this class is defined and used within the JavaScript, no markup changes are required.
    (PR #916)

  • Use get-function when calling a Sass function as passing a string to `call()``
    is deprecated and will be illegal in Sass 4.0
    (PR #919)

  • Fix flash of unstyled content with conditional reveals (Radios and Checkboxes)

    If the conditional reveal JavaScript is slow to execute it can result in showing the user their contents briefly which can be jarring.

    (PR #885)

@kr8n3r kr8n3r changed the title Release v1.2.0 feature release) Release v1.2.0 (feature release) Jul 26, 2018
Copy link
Member

@hannalaakso hannalaakso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 🎉 Ran it with the Design System and works well, I can see the changes.

I've created a card to document the new features in the Design System too: https://trello.com/c/aAlOAD9F/1269-update-design-system-with-v120-release

@kr8n3r kr8n3r merged commit e1cdb3c into master Jul 27, 2018
@kr8n3r kr8n3r deleted the release-1.2.0 branch July 27, 2018 07:26
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