Skip to content

Releases: studio1902/statamic-peak

v1.15.1

13 Dec 10:20
Compare
Choose a tag to compare

What's improved

  • Don't purge .js-focus-visible otherwise focus-visible won't work on production.
  • Don't overwrite default transition duration but extend it.
  • Change default transition length to 300ms.
  • Add motion-safe variant for transitionDuration.

v1.15.0

10 Dec 20:02
Compare
Choose a tag to compare

What's new

What's improved

  • Remove deprecated scrolling-touch utility from resources/views/navigation/_main.antlers.html.

v1.14.4

07 Dec 12:41
Compare
Choose a tag to compare

What's new

  • Add Cloudflare Web Analytics Tracker. Thanks Vaggelis!

What's improved

  • Remove deprecated scrolling-touch utility from resources/views/navigation/_main.antlers.html.

v1.14.3

03 Dec 15:33
Compare
Choose a tag to compare

What's improved

  • Fixed a bug in the Tailwind config that prevented the VS Code Intellisense plugin from working.

v1.14.2

03 Dec 14:12
Compare
Choose a tag to compare

What's improved

  • Use config:app:name for the logo aria-label.
  • Tpyo's removed from the README. Thanks Jelle!
  • Updated the example README with a space for both the production and the development env vars.

v1.14.1

01 Dec 08:36
Compare
Choose a tag to compare

What's new

  • Added a helper utility by adding the class ? to quickly identify elements on screen. Original idea by Gavin Joyce.
  • Added the php artisan statamic:assets:generate-preset to the deploy script part of the README.example.md.

What's improved

  • Link to the new Tailwind Typography repo in the inline docs.

v1.14.0

20 Nov 10:28
Compare
Choose a tag to compare

What's new

  • A Table set for Bard.
  • A new and bigger asset preset.

What's improved

  • Hide contact form success message after 2500secs. Thanks Frederik!
  • Don't let the site be indexed when not in production. Thanks Frederik!
  • Improve default form styling.
  • Fix Tailwind prose classes not compiling.
  • Only apply prose class to resources/views/components/_text.antlers.html so bard sets don't inherit prose styles.
  • Update bard sets styling with margin y.

v1.13.0

19 Nov 19:42
Compare
Choose a tag to compare

What's new

  • Upgraded to Tailwind 2.
  • Applied the Tailwind 2 migration guide.
  • Now importing Tailwind color sets.
  • Extend variants instead of overwriting them.
  • Use default transition duration and easing.

What's improved

  • The common asset fieldset now uses list mode to render assets in the CP.

v1.12.1

16 Nov 10:16
Compare
Choose a tag to compare

What's improved

  • Don't init an alpine component on the body for the mobile navigation logic. Move it to where it's actually being used (thanks @philipboomy).

v1.12.0

14 Nov 20:02
Compare
Choose a tag to compare

What's improved