Commit Graph

271 Commits

Author SHA1 Message Date
Daniel Lockyer c8abe3a7c4 3.0.11 2020-03-26 14:29:11 +00:00
Daniel Lockyer 9ff3aa7858 3.0.10 2020-03-23 12:23:44 +00:00
Daniel Lockyer 93628dc7f0 3.0.9 2020-03-09 10:49:09 +00:00
Daniel Lockyer 1ec7a12d43 Bumped dependency versions
no issue
2020-03-02 18:36:18 +00:00
Daniel Lockyer 9ec0f08a48 3.0.8 2020-03-02 12:02:24 +00:00
Renovate Bot b09e846fd2 Update dependency postcss-custom-properties to v9.1.1 2020-03-01 02:18:49 +00:00
Renovate Bot 92d9174b24 Update dependency @tryghost/release-utils to v0.4.1 2020-03-01 01:18:39 +00:00
Daniel Lockyer c27fc17844 3.0.7 2020-02-05 11:42:31 +00:00
Renovate Bot d9cf22a0f7 Update dependency gscan to v3.3.0 2020-02-01 01:18:20 +00:00
ViViDboarder 17077c96e6 Merge remote-tracking branch 'upstream/master' 2020-01-23 11:27:12 -08:00
Fabien O'Carroll 7c87383bc6 3.0.6 2020-01-13 14:08:24 +02:00
Renovate Bot f55e2b0266 Update dependency gscan to v3.2.1 2020-01-01 01:16:54 +00:00
Nazar Gargol fee94ba192 3.0.5 2019-12-04 20:39:08 +07:00
Kevin Ansfield 98543dd068 3.0.4 2019-11-27 14:11:18 +00:00
renovate[bot] 7c8cba7fab Pin dependency gulp-concat to 2.6.1 (#647) 2019-11-11 21:15:08 +07:00
Nazar Gargol 4c7fced3aa 3.0.3 2019-11-11 18:55:36 +07:00
ViViDboarder 5fe2afe0d1 Rename package again 2019-11-09 13:08:52 -08:00
ViViDboarder bdd2f33aef Merge remote-tracking branch 'upstream/master' 2019-11-09 13:08:14 -08:00
Daniel Lockyer 88e3db9d3b Switched to gscan testing via GitHub Actions
no issue
2019-11-08 16:35:06 +07:00
Renovate Bot 7733f0db63 Update dependency gscan to v3.1.1 2019-11-01 04:27:02 +00:00
Renovate Bot 1c5db5c027 Update dependency autoprefixer to v9.7.1 2019-11-01 03:25:25 +00:00
Renovate Bot e4afcc233f
Update dependency @tryghost/release-utils to v0.3.3 2019-11-01 00:26:39 +00:00
Kevin Ansfield c82e1cb035 3.0.2 2019-10-30 11:07:59 +00:00
Kevin Ansfield 6d56e5866e 3.0.1 2019-10-29 14:20:08 +00:00
Fabien O'Carroll 17ba4add5c 3.0.0 2019-10-21 22:41:48 +07:00
Fabien O'Carroll 57cee0c680 3.0.0-beta.8 2019-10-21 18:34:45 +07:00
Kevin Ansfield 50437fd72e
Fixed duplicate browserslist config (#628)
no issue

- removes duplicate `browserslist` key from `package.json`
2019-10-21 09:52:45 +01:00
Fabien O'Carroll 1915a91c5b 3.0.0-beta.7 2019-10-21 13:05:33 +07:00
Fabien O'Carroll b51dd8ce22
V3 (#626)
* Changed {{code}} to {{statusCode}}

refs 2ebd9feeee

- {{code}} use has been deprecated in canary rule set of gscan

* V3 Update

* Update package and readme for 3.0

* Improve install instructions

* Update to support browserlist

* Upgrade dependencies

* Fix misnamed property

* V3 darkmode (#619)

Added dark mode styles

* Casper final  refinements batch 1

* Casper final  refinements batch 2

* Fixed bookmark card hover bug

* Fixed header social links

* Updated screenshots

* Updated readme

no issue

- refreshed screenshot

* Udpate screenshot in readme

no issue

* 3.0.0-beta.2

* Fixed cut header for post cards

no issue

* 3.0.0-beta.3

* 3.0.0-beta.4

* 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

* Updated jQuery to 3.4.1 to avoid known vulnerabilities (#590)

no issue

https://snyk.io/vuln/npm:jquery?lh=3.2.1&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit

* Fixed code cards with long lines from being too wide

no issue

Credits - https://github.com/TryGhost/Casper/pull/602

* Bumped gscan version to v3.0.0 (#621)

* Bumped gscan to v3.0.0

- This also fixes failing CI builds because the default rules that are being checked were for v2

* Added explicit version check for gscan command

* Added member subscription support (#623)

* Added member subscription support

no issue

* Added member subscription success message

no issue

* Added member subscription overlay

* Refined members subscription overlay

* Deleted unused website icon

* Ran CSSComb

* Updated built assets

* 3.0.0-beta.5

* Updated built assets for v3

no issue

* 3.0.0-beta.6

* Remove unused partial

* V3 cleanup (#625)

* Removed unused infinity icon

* Removed unused location icon

* Removed unused 'point' icon

* Removed unused Ghost logo icon

* Removed unused author partials

* Cleaned up index log

* Fixed responsive feature image sizes for page template
2019-10-21 12:43:34 +07:00
Kevin Ansfield 7ad20d1325 Fixed deprecated autoprefixer config warning when running build tasks
no issue

Passing browser options directly into `autoprefixer()` has been deprecated in favour of general browserslist configuration in `package.json` or a `.browserslistrc` config file

- moved autoprefixer browsers list into `browserslist` config in `package.json`
- updated `autoprefixer` version
2019-10-20 16:05:37 +02:00
Kevin Ansfield 978ffe0eb6
Concatenated all JS into a single file (#624)
no issue

- moved large inline JS from templates into separate JS files
  - floating header
  - gallery card support
- use `gulp-concat` to concatenate all JS files into a single `built/casper.js` file
- reduces external JS file requests from 3 (jquery, infinite-scroll.js, jquery.fitvids.js) down to 2 (jquery, casper.js) and reduces page size by removing repeated inline code
2019-10-20 15:55:06 +02:00
renovate[bot] 53ad2d8096 Updated Build Tools (#571) 2019-10-20 13:47:06 +05:30
renovate[bot] f7e4cabc58 Update dependency postcss-custom-properties to v9 (#592) 2019-10-20 13:41:11 +05:30
Naz Gargol 392626f3b2 Bumped Gscan and made rule check explicit to v2 set (#622)
* Bumped gscan to v3.0.0

* Added explicit v2 version check for gscan command
2019-10-20 12:21:27 +05:30
Kevin Ansfield 215d837848 2.11.2 2019-10-07 23:11:17 +01:00
Renovate Bot d2ec8d1c31
Update dependency gulp-livereload to v4.0.2 2019-10-01 01:30:15 +00:00
Renovate Bot 4a4f66a710 Update dependency gscan to v2.9.0 2019-10-01 01:29:48 +00:00
Kevin Ansfield 8729af090f 2.11.1 2019-08-27 19:44:35 +01:00
Rish 32d3538f6b 2.11.0 2019-08-27 21:01:30 +05:30
Rish 29426e1483 2.10.7 2019-08-22 07:31:34 +05:30
ViViDboarder 7289a3cc3d Bump version number 2019-08-21 10:34:14 -07:00
ViViDboarder 17dfd8d049 Build post merge from upstream 2019-08-21 10:23:52 -07:00
ViViDboarder 0b466c85de Merge remote-tracking branch 'upstream/master' 2019-08-20 18:45:30 -07:00
Fabien O'Carroll a6ce913546 2.10.6 2019-08-06 17:34:38 +08:00
Renovate Bot 8ad3b82f58 Update dependency gscan to v2.7.0 2019-08-01 03:27:54 +00:00
Renovate Bot c66d64dd79
Update CSS preprocessors 2019-08-01 00:48:07 +00:00
Rish 095d7f85c6 2.10.5 2019-07-30 20:24:26 +05:30
Kevin Ansfield e4e97aefa9 2.10.4 2019-07-23 12:01:47 +01:00
Fabien O'Carroll 6886798b60 2.10.3 2019-07-01 13:31:22 +07:00
Renovate Bot 42c26629bf Update dependency autoprefixer to v9.6.0 2019-07-01 03:31:32 +00:00
Renovate Bot 89a12765be
Update dependency gscan to v2.6.2 2019-07-01 00:31:51 +00:00
Nazar Gargol fa54c4713f 2.10.2 2019-06-04 13:01:40 +02:00
Renovate Bot 0494b48ad0
Update dependency gulp to v4.0.2 2019-06-01 01:29:25 +00:00
Renovate Bot e6cb772b2d Update dependency gscan to v2.6.0 2019-06-01 01:28:55 +00:00
Fabien O'Carroll 2dad5af417 2.10.1 2019-05-14 11:16:04 +02:00
Nazar Gargol 21d097d530 2.10.0 2019-05-07 12:37:29 +02:00
Renovate Bot 64fdc798d9
Update dependency gulp to v4.0.1 2019-05-01 01:26:49 +00:00
Renovate Bot 88552e5d18 Update dependency gscan to v2.5.1 2019-05-01 01:26:28 +00:00
Fabien O'Carroll 93c4ea58ed 2.9.11 2019-04-23 11:34:46 +02:00
Rish 2a5aac2719 2.9.10 2019-04-16 16:42:31 +05:30
Renovate Bot aac62daaca Update dependency gscan to v2.4.1 2019-04-15 01:28:38 +00:00
Nazar Gargol fef2307d6d 2.9.9 2019-04-09 19:30:37 +08:00
Renovate Bot 4a2e9c9b20 Update dependency @tryghost/release-utils to v0.3.2 2019-04-08 03:26:03 +00:00
Renovate Bot 070bed3f40 Update dependency gscan to v2.4.0 2019-04-08 02:29:24 +00:00
Renovate Bot 7f8990c0d8 Update css processors 2019-04-08 01:29:23 +00:00
Kevin Ansfield 23bd9cc1d5 2.9.8 2019-04-04 14:58:47 +01:00
Kevin Ansfield 0d8f4471d9 2.9.7 2019-04-02 10:02:13 +01:00
Rish 37c0f22b09 2.9.6 2019-03-19 16:41:50 +05:30
Renovate Bot 7706045616 Update dependency @tryghost/release-utils to v0.3.1 2019-03-19 14:38:30 +05:30
renovate[bot] 51b93e389c Update dependency autoprefixer to v9.5.0 (#553) 2019-03-18 14:29:41 +00:00
kirrg001 8729dafcf5 Extended `yarn ship`: more automation
no issue

- added gulp task to extend casper release automation
- will draft the release for you
- will get the user facing commits from changelog
- runs after `yarn ship` (postship)
- full automation with env variables is possible
2019-03-15 14:38:26 +01:00
Kevin Ansfield 2bf64cbffc v2.9.5 2019-03-12 18:38:14 +00:00
Nazar Gargol 2da714ef2e Upgrading Casper to 2.9.4 2019-03-12 20:23:45 +08:00
Renovate Bot 7fec21f7d9 Update dependency gscan to v2.3.0 2019-03-10 17:39:42 +00:00
Hannah Wolfe 018423738e 🛠 Always build before test, test before ship
- Make sure we update our build files before running tests
- This also ensures they get updated before shipping
2019-03-10 17:30:20 +00:00
Hannah Wolfe 06c8020c16 Re-written gulpfile for gulp 4
- use the new, simpler format
- sourcemap and watch support is built in, so these plugins can be removed
- remove js filter - not sure what that did :/
- simplified task structure
2019-03-10 17:30:20 +00:00
Renovate Bot 3a40332515 Update gulp 2019-03-10 17:30:20 +00:00
Renovate Bot 56c9795306 Update css processors 2019-03-10 16:09:25 +00:00
Renovate Bot dd19a0a65b Update css processors 2019-03-10 16:07:35 +00:00
Renovate Bot 3b3a091069 Update gulp 2019-03-10 15:27:03 +00:00
Renovate Bot ff189b7c08 Update dependency gscan to v2.2.1 2019-03-10 15:21:18 +00:00
Renovate Bot 8fa0aa1b64 Pin dependencies 2019-03-04 19:48:25 +00:00
Fabien O'Carroll bf89e8e5ab v2.9.3 2019-02-21 11:56:29 +01:00
Rish 40ae0e97f9 Upgrading Casper to 2.9.2 2019-02-12 16:17:57 +05:30
kirrg001 6541544026 Added "yarn ship" command
no issue

- @TODO: add the ability to draft a release when running `yarn ship`
2019-02-11 19:30:21 +01:00
Kevin Ansfield 9ababa2886 Upgrading Casper to 2.9.1 2019-01-22 11:04:56 +00:00
Fabien O'Carroll 273e987240 Updated gulp to handle errors for every stream (#500)
no-issue

Previously we only added an error handler to the first stream in each
pipeline, this meant that if another stream errors you would get
unhelpful error handlers.
2019-01-22 11:00:10 +00:00
Fabien O'Carroll 72a9416197 Upgrading Casper to 2.9.0 2019-01-15 14:01:40 +01:00
Naz Gargol 3b8f3f1eac
Bumped default Ghost API version to v2
no issue

- This change is due to Content API becoming stable https://github.com/TryGhost/Ghost/releases/tag/2.10.0
2019-01-08 14:30:22 +00:00
Nazar Gargol 7d080d564f Upgrading Casper to 2.8.1 2019-01-08 11:48:06 +00:00
Kevin Ansfield 475c015fa2 Upgrading Casper to 2.8.0 2018-12-17 14:13:04 +00:00
John O'Nolan 79ebbd50a3
Responsive images (#505) 2018-12-17 12:25:57 +00:00
kirrg001 a22dda9694 Upgrading Casper to 2.7.1
no issue
2018-12-11 12:03:03 +01:00
ViViDboarder 9fe76df799 Update package.json to give fork a new name 2018-11-28 18:00:52 -08:00
Kevin Ansfield f695d69aeb Upgrading Casper to 2.7.0 2018-10-16 15:45:26 +01:00
Nazar Gargol 36971db512 Upgrading Casper to 2.6.4 2018-10-09 16:06:07 +02:00
Péter Szabolcs Nagy bfcab7172f Minified javascript in zip(#476)
no issue

* Added js minification step to gulp zip script
2018-10-08 16:34:07 +05:30
Fabien O'Carroll 8a9efb5ef1 Upgrading Casper to 2.6.3 2018-09-25 11:32:08 +07:00
Nazar Gargol fa18115aa6 Upgrading Casper to 2.6.2 2018-09-11 13:42:34 +02:00
kirrg001 78993720fd Upgrading Casper to 2.6.1 2018-08-31 11:26:01 +01:00
kirrg001 67e595741c Upgrading Casper to 2.6.0 2018-08-30 17:45:43 +01:00
kirrg001 7380ed0291 Upgrading Casper to 2.5.1 2018-08-22 14:31:02 +02:00
kirrg001 89ea6c5872 Upgrading Casper to 2.5.0 2018-08-16 13:59:03 +02:00
Hannah Wolfe 9d803067a4
🛠 Added .travis.yml and gscan tests (#470)
- Add gscan dependency & travis.yml file, so that we can run gscan as a test for this repo
- This check tells us whether or not the theme is valid & compatible with Ghost according to gscan
- We recommend that all themes do this!
2018-08-14 22:10:01 +01:00
Hannah Wolfe 0ea375643b
Added required "ghost-theme" keyword
- We're going to start showing this as a warning in gscan
- The purpose is to give us a way to detect if a package is a valid Ghost theme
2018-08-13 14:29:56 +01:00
John O'Nolan 36841d4624
Set minimum Ghost version to 2.0 2018-08-11 20:22:43 +01:00
kirrg001 5d318225f5 Upgrading Casper to 2.4.2 2018-08-08 17:08:21 +02:00
Kevin Ansfield 1bf2cdb52a Upgrading Casper to 2.4.1 2018-07-31 11:31:35 +01:00
kirrg001 25d1e368d6 Upgrading Casper to 2.4.0 2018-07-24 15:13:30 +02:00
Kevin Ansfield 019842155a Upgrading Casper to 2.3.3 2018-06-14 17:00:26 +01:00
Kevin Ansfield 1c61bc5f16 Upgrading Casper to 2.3.2 2018-05-29 16:10:07 +01:00
Kevin Ansfield fd56128f9b Upgrading Casper to 2.3.1 2018-05-29 15:40:50 +01:00
Kevin Ansfield f3b44a7411 Upgrading Casper to 2.3.0 2018-05-22 20:17:56 +01:00
Aileen Nowak 03ac0d91b8 Upgrading Casper to 2.2.1 2018-04-24 10:53:15 +08:00
kirrg001 986a954f33 Upgrading Casper to 2.2.0
no issue
2018-04-10 23:27:53 +02:00
Aileen Nowak 452776939c Added yarn.lock and updated README for new yarn scripts
no issue
2018-04-09 16:19:05 +08:00
Aileen Nowak 16f283e675 Upgrading Casper to 2.1.10 2018-03-16 15:53:45 +07:00
Aileen Nowak 942054ba0d Revert "Upgrading Casper to 2.2.0"
This reverts commit 782aba3991.
2018-03-16 15:52:56 +07:00
Aileen Nowak 782aba3991 Upgrading Casper to 2.2.0 2018-03-16 09:50:09 +07:00
Paul Corbett a6eb6848de Removed obsolete gulp-nodemon (#435)
Closes #420

* Remove gulp-nodemon from dev dependencies
* Remove required dependency from gulpfile
2018-02-27 11:18:32 +07:00
Kevin Ansfield 67e55abfed Upgrading Casper to 2.1.9 2018-01-23 16:19:58 +00:00
Kevin Ansfield edfafffd32 Upgrading Casper to 2.1.8 2018-01-03 13:47:12 +00:00
Aileen Nowak 9395846fdf Upgrading Casper to 2.1.7 2017-11-21 21:26:49 +08:00
Aileen Nowak de05d90fe9 Upgrading Casper to 2.1.6 2017-10-26 19:03:21 +07:00
Aileen Nowak 73bd9c630e Upgrading Casper to 2.1.5 2017-10-24 16:10:48 +07:00
Aileen Nowak 461639886e Upgrading Casper to 2.1.4 2017-10-03 18:20:14 +07:00
Kevin Ansfield 4f78d99112 Upgrading Casper to 2.1.3 2017-09-26 14:38:05 +01:00
Yoran Brondsema d34ff1d32b Add a Gulp task to create the zip (#374) 2017-09-18 09:37:00 -07:00
Aileen Nowak 5ec77dfb31 Upgrading Casper to 2.1.2 2017-09-12 18:34:23 +07:00
kirrg001 d1d0bca2d8 Upgrading Casper to 2.1.1 2017-09-07 14:33:38 +02:00
Kevin Ansfield ca325285bf Upgrading Casper to 2.1.0 2017-08-29 13:35:37 +01:00
Kevin Ansfield a7d5c885bd Upgrading Casper to 2.0.6 2017-08-22 12:38:02 +01:00
Kevin Ansfield 8d17e9a452 Upgrading Casper to 2.0.5 2017-08-17 17:47:36 +01:00
Kevin Ansfield 2f385ba5f1 Upgrading Casper to 2.0.4 2017-08-15 18:01:02 +01:00
kirrg001 c63804006d Upgrading Casper to 2.0.3 2017-08-10 16:13:08 +02:00
kirrg001 65d0104224 ⬆️ Bump Ghost engine
no issue

- The minimum Ghost version is now 1.2.0
- In 1.2.0 we introduced the primary tag feature
- See https://dev.ghost.org/primary-tags
2017-08-10 16:10:55 +02:00
kirrg001 5cafa756ef Upgrading Casper to 2.0.2 2017-08-01 10:32:11 +04:00
kirrg001 2b2d6e6d14 Upgrading Casper to 2.0.1 2017-07-27 11:48:43 +04:00
John O'Nolan b7a788f973 Clean up build tasks 2017-06-16 10:13:38 +01:00
John O'Nolan eda0ec4db2 First pass 2.0 design 2017-05-15 21:03:47 +01:00
kirrg001 26a25208e1 Upgrading Casper to 1.3.6 2017-03-01 13:47:57 +01:00
kirrg001 c578765491 Upgrading Casper to 1.3.5 2017-01-12 12:41:55 +01:00
Hannah Wolfe b06c57f1e1 Upgrading Casper to 1.3.4 2016-10-24 16:51:12 +01:00
Hannah Wolfe 27270d3de3 Upgrading Casper to 1.3.3 2016-10-07 16:08:38 +01:00
Hannah Wolfe 09476487f0 🐛 Fixing package.json engines & repo URL
no issue

- semver caret ranges don't apply pre-1.0.0, therefore we need to use a more explicit range
- repo URL should be a valid url
2016-10-07 16:05:10 +01:00
Hannah Wolfe d2d796241b 🎨 Removing `homepage` from package.json
no issue

- this is not going to be a required field, and for Casper is the same as the repo
2016-10-07 15:56:54 +01:00
Hannah Wolfe 95cec988f5 Upgrading Casper to 1.3.2 2016-09-27 16:48:51 +01:00
Hannah Wolfe 12e897d374 📚 Expand package.json ready for gpm
no issue

- Our new marketplace (gpm) will make heavy use of package.json files
- Full details, spec, and validator are coming soon. In the meantime here's the basics:
   - `name` must be lowercase and hypenated
   - `version` must be semver compliant
   - `homepage` should be a valid URL (GitHub URL is ok)
   - `demo` should be a working Ghost install that uses your theme
   - `engines` should contain a Ghost key indicating which version of Ghost the theme is compatible with
   - `license` is required, we recommend `MIT`
   - `screenshots` should provide a relative path or absolute URL to both `desktop` & `mobile` screenshots
   - `author` should be an object. It must contain an email, and can also include a name and url.
   - the `gpm` object should:
	- indicate the package type (`theme` for now, later `app` or `adapter` etc)
   	- list out at most 2 marketplace categories for inclusion. Categories can be found in https://gist.github.com/ErisDS/d0674f57eaa087c9f92cbfc8e984d2d6 but are subject to change.
   - other fields can be included as per a normal npm package, we recommend including the repostory & keywords with `ghost` & `theme` listed.
2016-09-27 16:43:44 +01:00
Kevin Ansfield 5c51195ca6 Upgrading Casper to 1.3.1 2016-07-26 13:01:26 +01:00
John O'Nolan 09b4830398 Add new subscribers form + visual fixes
- New opt-in form for subscribers features
- Bumped version to 1.3.0
- Resolved author image alignment, closes #238
2016-05-08 10:50:20 +02:00