Skip to content

7.1.1

Compare
Choose a tag to compare
@Stanton Stanton released this 02 May 11:38
· 3739 commits to develop since this release

Changes which may alter expected/established behaviour

The following changes are estimated to have the highest potential to introduce unwanted change within any software package updating to this version of Pulsar. This type of potential change includes, but is not limited to:

  • Actual visual regressions outside of the scope of the intended Pulsar component (aka 'leaky styles')
  • Perceived visual regressions (where the change implements/restores expected visuals, but may cause QA/users to question the change)
  • Errors in non-Pulsar javascript which rely on Pulsar components or interactions to behave a certain way

Unless marked as [MAJOR] these are not considered to be breaking changes within the scope of Pulsar and expected Pulsar implementations within the Continuum Platform.

Component PR Description
Forms #818 [patch] The form.choice helper previously had overflow:hidden on the form__group which caused issues where the new Pulsar radio input outline would be clipped by the container. The overflow has been removed now which fixes the radio outline and hasn't caused any visual regressions that we've observed, but may cause unintended issues elsewhere

Major changes

None in this release 🎉


Minor / patch changes

Component PR Details
Forms #818 [patch] Remove overflow:hidden from the form.choice container to stop radio buttons having their outline clipped
Table Detail #818 [patch] Fix issue where the table detail content would break out of the detail container when scrolling
Add default padding to table detail body container, removing the need for <div class="padded"></div>
Change table detail title to a h1
Utility classes #818 [patch] Add new u-margin-bottom and u-margin-bottom--large utility classes