Skip to content

Releases: studio1902/statamic-peak

v1.8.2

20 Oct 08:04
Compare
Choose a tag to compare
  • [Improved] Fix some bugs regarding json-ld. Thanks @mikemartin!

v1.8.1

15 Oct 21:20
Compare
Choose a tag to compare
  • [New] Add a php artisan warm command to routes/console.php which you can use to warm up the static cache.
  • [Improved] Update Statamic to 3.0.19

v1.8.0

14 Oct 19:40
Compare
Choose a tag to compare
  • [Breaking] Opting by default to upcoming Tailwind features with breaking changes. Read up on them.
  • [Improved] Update Tailwind to 1.9.2
  • [Improved] Update Statamic to 3.0.17

v1.7.6

13 Oct 11:25
Compare
Choose a tag to compare

[Improved] Update to Tailwind 1.9.
[Improved] Better canonical URL options per entry.

v1.7.5

12 Oct 11:51
Compare
Choose a tag to compare
  • [New] Add proper SEO pagination links to document head.
  • [Improved] Update the dependencies that don't break stuff.
  • [Improved] Update Statamic

v1.7.4

01 Oct 08:12
Compare
Choose a tag to compare
  • [Improved] Updated Statamic & Tailwind.
  • [Fixed] Remove redundant font-size line in tailwind.config.js.
  • [Fixed] Add !important to x-cloak in tailwind.config.js.

v1.7.3

18 Sep 14:51
Compare
Choose a tag to compare
  • [Improved] Update Statamic.
  • [Improved] Update Tailwind.
  • [Improved] Remove all redundant listable: false from section fields.
  • [Improved] Optionally open browsersync in a non-default browser.
  • [Improved] Improve button partial (thanks @philipboomy).
  • [Improved] Add default asset container to common asset field to prevent a potential crash (thanks @sjclark).

v1.7.2

15 Sep 12:58
Compare
Choose a tag to compare
  • [New] Add nofollow tag to an entry.
  • [Improved] Update dependencies.
  • [Improved] Use future Tailwind features by default (extend spacing / purgeLayersByDefault / removeDeprecatedGapUtilities).
  • [Fixed] Make page title visible by default in column view.

v1.7.1

11 Sep 13:32
Compare
Choose a tag to compare
  • [Improved] Form e-mails are now localisable.

v1.7.0

09 Sep 09:41
Compare
Choose a tag to compare
  • [New] Add ability to add trackers.
  • [New] Use all available form fields and render them dynamically.
  • [Improved] Refactor forms and e-mails, thanks @pryley (#24).
  • [Improved] Small bug fixes in templates and fieldsets.