Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML Changes (marked in red)

Full width hero

<div class="score-fullwidth-jumbotron (hero class) (background class) jumbotron score-component">

    <div class="container">
        <div class="score-hero-image">
          <img src="..." />
        </div>
        <h1>Some Test Header Text
          <br/>Header Line 2</h1>
        <h2>Subtitle</h2>
        <div class="score-hero-body">This is some body text in the full-width hero.</div>
        <div class="score-call-to-action">
          <a href="/" class="btn btn-default">Do Something!</a>
        </div>
    </div>
</div>
Hero

<div class="score-jumbotron jumbotron (hero class) (background class) score-component" style="background-color:#ff0000;color:#000000;">

    <div class="score-hero-image">          
        <img src="..." />
    </div>
    <h1>Some Test Header Text
        <br/>Header Line 2</h1>
    <h2>Subtitle</h2>
    <div class="score-hero-body">This is some body text in the full-width hero.</div>
    <div class="score-call-to-action">
      <a href="/" class="btn btn-default">Do Something!</a>
    </div> 
</div>
Section Header

<div class="score-section-header (header style) score-component">

    <div class="score-header-image">
       <img src="..." />
    </div>
    <h2>What's On Deck
        <br/>Line 2</h2>
    <h3>Subtitle</h3>
</div>
Section Hero

<div class="score-jumbotron jumbotron (hero style) score-component" style="background:red;">

  <div class="score-hero-image">          
    <img src="..." />
  </div>
  <h2>Some Test Header Text
    <br/>Header Line 2</h2>
  <h3>Subtitle</h3>
  <div class="score-hero-body">This is some body text in the full-width hero.</div>
  <div class="score-call-to-action">
    <a href="/" class="btn btn-default">Do Something!</a>
  </div>
</div>
Image Button

...

  • [Fix]: SCORE-523: Change deployment property on Button Menu model definition item to Always. This fixes an issue reported to the support team when Button Menu component would fail the page with YSOD if added to a placeholder
  • [Fix]: SCORE-578: Reset Cacheable and VaryByData on all SCORE renderings to ensure no caching is enabled by default

1.5.12.0

  • [Fix]: SCORE SCORE-681: Mega Menu renders link to pages that current user does not have access to. After the fix, links to pages that the current user has no access to won't be rendered.

...

  • [Feature]: Support for Sitecore 7.2 Update 5 and Sitecore 8.0 Update 6

1.5.16.0

  • [Fix]: SCORE-714: TabSet Style selection is not rendered in Tab Set component

...

1.5.17.0

  • (Fix): SCORE-822 Generated navigation for redirect pages should support _target property of link