Commit Graph
9 Commits
Author SHA1 Message Date
Rish 8bb4508ff2 Fixed code cards with long lines from being too wide
no issue

Credit to https://github.com/mvasilkov for the fix -  https://github.com/TryGhost/Casper/pull/602
2019-10-20 12:14:21 +05:30
Rishabh Garg 2eaeba8ba8 Updated current version and previous version logic (#554)
no issue

- Use current version from `package.json` instead of `npm_package_version` env variable
- Use `release.tag_name` instead of `release.name` for previous version
2019-10-20 12:05:13 +05:30
Rish 32d3538f6b 2.11.0 2019-08-27 21:01:30 +05:30
Rishabh Garg f5b2a2f209 Added bookmark card CSS (#607)
refs https://github.com/TryGhost/Ghost-Admin/commit/9bfd340885ff20dafd7b94fa069fc9edbceb13a2 and https://github.com/TryGhost/Ghost/commit/c2aa62083cf5006b66005fde45470c1290ab5211

Adds css for styling new bookmark card which generates following html -
  ```html
  <figure class="kg-card kg-bookmark-card">
    <a href="[URL]" class="kg-bookmark-container">
      <div class="kg-bookmark-content">
        <div class="kg-bookmark-title">[TITLE]</div>
        <div class="kg-bookmark-description">[DESCRIPTION]</div>
        <div class="kg-bookmark-metadata">
          <img src="[ICON]" class="kg-bookmark-icon">
          <span class="kg-bookmark-author">[AUTHOR]</span>
          <span class="kg-bookmark-publisher">[PUBLISHER]</span>
        </div>
      </div>
      <div class="kg-bookmark-thumbnail">
        <img src="[THUMBNAIL]">
      </div>
    </a>
  </figure>
  ```
2019-08-27 20:56:42 +05:30
Rish 29426e1483 2.10.7 2019-08-22 07:31:34 +05:30
Rish 095d7f85c6 2.10.5 2019-07-30 20:24:26 +05:30
Rish 2a5aac2719 2.9.10 2019-04-16 16:42:31 +05:30
Rish 37c0f22b09 2.9.6 2019-03-19 16:41:50 +05:30
Rish 40ae0e97f9 Upgrading Casper to 2.9.2 2019-02-12 16:17:57 +05:30