Skip to content

v1.0.0-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 19:30
· 752 commits to main since this release
7fd7e57

Major Changes

  • 58831e0: Adds <rh-global-footer> standalone component

    Global footer only

    <rh-global-footer>
      ...
    </rh-global-footer>

    Usage in

    <rh-footer>
      ...
      <rh-global-footer slot="global">...</rh-global-footer>
    </rh-footer>

    Adds font-size initial and em values instead of px values for a11y.
    Allow user stylesheet to increase and decrease font-size.

    #312

    Fixes double border on mobile.

    #392

    Removes is-mobile attribute