Skip to content

Releases: wid-la/wid-cards-grid

Breaking Changes.

24 Sep 09:11

Choose a tag to compare

The api has changed.
You can know pass whatever element to the grid.

<wid-cards-grid on-card-tap="_onCardTap">

  <template is="dom-repeat" items="[[cards]]" as="card">

    <wid-card card importance="[[card.importance]]">

      <iron-image class="flex-auto" src="[[card.tileImage]]" sizing="cover" hidden$="[[!card.tileImage]]"></iron-image>
      <div class="caption layout horizontal center-center">

        <iron-icon src="[[card.tileIcon]]" hidden$="[[!card.tileIcon]]"></iron-icon>
        <div class="layout vertical center-center tile-content">
          <h4 title hidden$="[[!card.name]]">[[card.name]]</h4>
          <p category hidden$="[[!card.category]]">[[card.category]]</p>
        </div>

      </div>

    </wid-card>

  </template>

</wid-cards-grid>

v1.0.3

09 Jul 01:00

Choose a tag to compare

1.0.3

Fix resize bug when switching from desktop to mobile.

08 Jul 19:17

Choose a tag to compare

Fix jshint. Remove the possibility to hide currentCard.

06 Jul 22:07

Choose a tag to compare

Initial release.

06 Jul 21:45

Choose a tag to compare