Skip to content

Releases: studio1902/statamic-peak

v1.18.5

11 Jan 11:15
Compare
Choose a tag to compare

What's new

  • Added resources/css/custom.css if you prefer defining your custom CSS in actual CSS.

What's improved

  • Consistent use of template string in tailwind.config.peak.js.

v1.18.4

08 Jan 14:23
Compare
Choose a tag to compare

What's improved

  • The page builder replicator is now localizable by default. Thanks Manuel.
  • Update DynamicToken route to be compatible with Laravel 8. Thanks Duncan.

v1.18.3

08 Jan 12:05
Compare
Choose a tag to compare

What's improved

  • Update tailwind.config.js proper key for darkMode, remove future and expiremental keys. Thanks Vlad.

v1.18.2

07 Jan 13:04
Compare
Choose a tag to compare

What's improved

  • Fix CSS selector and value so the negative margin bottom actually works on last childs with a class of w-full in the outer-grid. Thank you Manuel.

v1.18.1

06 Jan 10:08
Compare
Choose a tag to compare

What's improved

  • Prevent cookie banner from showing when GTM is off.
  • Style.

v1.18.0

05 Jan 21:16
Compare
Choose a tag to compare

What's new

What's improved

  • Updated and added (missing) inline documentation.

v1.17.1

05 Jan 12:39
Compare
Choose a tag to compare

What's improved

  • You can now either link to an asset (PDF) or entry from the cookie banner regarding more information about your privacy policy.

See v1.17.0 update instructions on how to implement the cookie banner in an existing Peak project.

v1.17.0

05 Jan 10:56
Compare
Choose a tag to compare

What's new

  • Breaking: Added an optional cookie notification banner. This changes some SEO field handles and the SEO yield name. If you're updating manually make sure you:
    1. overwrite resources/blueprints/seo.yaml
    2. overwrite resources/views/snippets/_seo.antlers.html
    3. merge resources/lang/en/strings.php
    4. merge resources/js/site.js
    5. rename yield:google_tag_manager to yield:seo_body in resources/views/layout.antlers.html
    6. add resources/components/_cookie_banner.antlers.html

Note: tracking and cookie consent by default only work on the production environment.

v1.16.0

29 Dec 16:11
Compare
Choose a tag to compare

What's improved

  • Upgrade to Laravel Mix 6.

What's gone

  • Modernzr integration for WebP detection (previously used in the background image snippet).

v1.15.4

28 Dec 12:58
Compare
Choose a tag to compare

What's improved